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 String
PROCESS_ELEMENT_BLOCK
The identifier for block.static String
PROCESS_ELEMENT_BRANCH
The identifier for branch.static String
PROCESS_ELEMENT_CONTROLEDGE
The identifier for control edges.static String
PROCESS_ELEMENT_DATAEDGE
The identifier for data edges.static String
PROCESS_ELEMENT_DATAELEMENT
The identifier for data elementsstatic String
PROCESS_ELEMENT_EBP
The identifier for EBPsstatic String
PROCESS_ELEMENT_INSTANCE
The identifier for instances.static String
PROCESS_ELEMENT_NODE
The identifier for nodes.static String
PROCESS_ELEMENT_PARAMETER
The identifier for parameter.static String
PROCESS_ELEMENT_SYNCEDGE
The identifier for sync edges.static String
PROCESS_ELEMENT_TEMPLATE
The 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
-
-