Class ProcessConstants.ProcessElementIdentifier
java.lang.Object
de.aristaflow.adept2.model.globals.ProcessConstants.ProcessElementIdentifier
- Enclosing class:
- ProcessConstants
This class groups identifier for process elements. For example these
identifiers are used to identify the type of the referenced process elements
within process element identifier URIs.
- Author:
- Markus Lauer
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe identifier for block.static final StringThe identifier for branch.static final StringThe identifier for control edges.static final StringThe identifier for data edges.static final StringThe identifier for data elementsstatic final StringThe identifier for EBPsstatic final StringThe identifier for instances.static final StringThe identifier for nodes.static final StringThe identifier for parameter.static final StringThe identifier for sync edges.static final StringThe identifier for templates. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
PROCESS_ELEMENT_TEMPLATE
The identifier for templates.- See Also:
-
PROCESS_ELEMENT_INSTANCE
The identifier for instances.- See Also:
-
PROCESS_ELEMENT_NODE
The identifier for nodes.- See Also:
-
PROCESS_ELEMENT_DATAELEMENT
The identifier for data elements- See Also:
-
PROCESS_ELEMENT_EBP
The identifier for EBPs- See Also:
-
PROCESS_ELEMENT_DATAEDGE
The identifier for data edges.- See Also:
-
PROCESS_ELEMENT_SYNCEDGE
The identifier for sync edges.- See Also:
-
PROCESS_ELEMENT_CONTROLEDGE
The identifier for control edges.- See Also:
-
PROCESS_ELEMENT_BRANCH
The identifier for branch.- See Also:
-
PROCESS_ELEMENT_BLOCK
The identifier for block.- See Also:
-
PROCESS_ELEMENT_PARAMETER
The identifier for parameter.- See Also:
-
-
Constructor Details
-
ProcessElementIdentifier
public ProcessElementIdentifier()
-