public static class ProcessConstants.ProcessElementIdentifierPath
extends java.lang.Object
ProcessConstants.ProcessElementIdentifier.
These information are organized in arrays. The first field in such an array contains the process element identifier of that process element the first ID within the identifier path in a process element identifier URI is assigned to. The next field contains the process element identifier of the process element the next ID within the identifier path is assigned to. And so on.
Each identifier path is seen relatively the base template and to the base instance respectively.
For further information about the identifier pathes see
de.aristaflow.adept2.model.processmodel.tools.ProcessElementIdentifierTools.
| Constructor and Description |
|---|
ProcessElementIdentifierPath() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String[] |
getIdentifierPathRelToBase(java.lang.String processElementType)
Returns the information about the structure of the identifier path for the given process element.
|
public static final java.lang.String[] getIdentifierPathRelToBase(java.lang.String processElementType)
processElementType - The identifier that specifies the type of the process element.