| Package | Description |
|---|---|
| com.microfocus.awm.core |
Contains central helper classes (like TaurusUtility) and
basic implementations of AWM interfaces.
|
| com.microfocus.awm.meta |
Core classes of the AWM meta model plug-in.
|
| com.microfocus.awm.meta.impl |
Implementations of AWM model access interfaces.
|
| com.microfocus.awm.meta.util |
Helper and utility classes for the AWM meta model including model validation and conversion.
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<LinkedElementType> |
TaurusModelUtilities.getLinkedElementTypesByID(java.lang.String[] pLinkedElementTypeIDs,
TAURUSConfiguration pTauConf)
Returns a list of linked element types with the given linked element type
ID.
|
static java.util.List<LinkedElementType> |
TaurusModelUtilities.getLinkedElementTypesByID(java.lang.String pLinkedElementTypeID,
TAURUSConfiguration pTauConf)
Returns a list of linked element types with the given linked element type
ID.
|
| Modifier and Type | Method and Description |
|---|---|
static IElement |
TaurusModelUtilities.findLinkedElement(java.lang.String pResourceIdentifier,
LinkedElementType pLinkedElementType,
java.lang.String pIDPrefix)
Deprecated.
Use
TaurusModelUtilities.findLinkedElement(String, List) instead, which
is much more time efficient. |
| Modifier and Type | Method and Description |
|---|---|
static IElement |
TaurusModelUtilities.findLinkedElement(java.lang.String pResourceID,
java.util.List<LinkedElementType> pAffectedElementTypes)
Calls
TaurusModelUtilities.findLinkedElement(String, LinkedElementType, String) for
every given linked element type. |
| Modifier and Type | Method and Description |
|---|---|
LinkedElementType |
TaurusFactory.createLinkedElementType()
Returns a new object of class 'Linked Element Type'.
|
LinkedElementType |
TaurusFactory.createLinkedElementType(LinkedElementTypeExtension pLete)
Properly creates a new linked element type.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LinkedElementTypeImpl |
| Modifier and Type | Method and Description |
|---|---|
LinkedElementType |
TaurusFactoryImpl.createLinkedElementType() |
LinkedElementType |
TaurusFactoryImpl.createLinkedElementType(LinkedElementTypeExtension pLete) |
| Modifier and Type | Method and Description |
|---|---|
T |
TaurusSwitch.caseLinkedElementType(LinkedElementType object)
Returns the result of interpreting the object as an instance of
'Linked Element Type'.
|
boolean |
TaurusValidator.validateLinkedElementType(LinkedElementType linkedElementType,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |
Copyright © 2015 Micro Focus GmbH. All rights reserved.