Class ProcessConstants.ProcessElementIdentifier
- java.lang.Object
-
- de.aristaflow.adept2.model.globals.ProcessConstants.ProcessElementIdentifier
-
- Enclosing class:
- ProcessConstants
public static class ProcessConstants.ProcessElementIdentifier extends Object
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:
ProcessElementIdentifierTools
-
-
Field Summary
Fields Modifier and Type Field Description static StringPROCESS_ELEMENT_BLOCKThe identifier for block.static StringPROCESS_ELEMENT_BRANCHThe identifier for branch.static StringPROCESS_ELEMENT_CONTROLEDGEThe identifier for control edges.static StringPROCESS_ELEMENT_DATAEDGEThe identifier for data edges.static StringPROCESS_ELEMENT_DATAELEMENTThe identifier for data elementsstatic StringPROCESS_ELEMENT_EBPThe identifier for EBPsstatic StringPROCESS_ELEMENT_INSTANCEThe identifier for instances.static StringPROCESS_ELEMENT_NODEThe identifier for nodes.static StringPROCESS_ELEMENT_PARAMETERThe identifier for parameter.static StringPROCESS_ELEMENT_SYNCEDGEThe identifier for sync edges.static StringPROCESS_ELEMENT_TEMPLATEThe identifier for templates.
-
Constructor Summary
Constructors Constructor Description ProcessElementIdentifier()
-
-
-
Field Detail
-
PROCESS_ELEMENT_TEMPLATE
public static final String PROCESS_ELEMENT_TEMPLATE
The identifier for templates.- See Also:
- Constant Field Values
-
PROCESS_ELEMENT_INSTANCE
public static final String PROCESS_ELEMENT_INSTANCE
The identifier for instances.- See Also:
- Constant Field Values
-
PROCESS_ELEMENT_NODE
public static final String PROCESS_ELEMENT_NODE
The identifier for nodes.- See Also:
- Constant Field Values
-
PROCESS_ELEMENT_DATAELEMENT
public static final String PROCESS_ELEMENT_DATAELEMENT
The identifier for data elements- See Also:
- Constant Field Values
-
PROCESS_ELEMENT_EBP
public static final String PROCESS_ELEMENT_EBP
The identifier for EBPs- See Also:
- Constant Field Values
-
PROCESS_ELEMENT_DATAEDGE
public static final String PROCESS_ELEMENT_DATAEDGE
The identifier for data edges.- See Also:
- Constant Field Values
-
PROCESS_ELEMENT_SYNCEDGE
public static final String PROCESS_ELEMENT_SYNCEDGE
The identifier for sync edges.- See Also:
- Constant Field Values
-
PROCESS_ELEMENT_CONTROLEDGE
public static final String PROCESS_ELEMENT_CONTROLEDGE
The identifier for control edges.- See Also:
- Constant Field Values
-
PROCESS_ELEMENT_BRANCH
public static final String PROCESS_ELEMENT_BRANCH
The identifier for branch.- See Also:
- Constant Field Values
-
PROCESS_ELEMENT_BLOCK
public static final String PROCESS_ELEMENT_BLOCK
The identifier for block.- See Also:
- Constant Field Values
-
PROCESS_ELEMENT_PARAMETER
public static final String PROCESS_ELEMENT_PARAMETER
The identifier for parameter.- See Also:
- Constant Field Values
-
-