Class CheckConstants
java.lang.Object
de.aristaflow.adept2.model.globals.CheckConstants
Constants and enums that are used in checks like data flow checks and are used to report the
kinds of messages of checks in a check report.
The elements which are affected by a check report entry are described in a string. All constants
for this string representation are defined in this class. For further information about the
representation, see
CheckReport.ReportEntry.getAffectedADEPT2ProcessElements().
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringConstant that indicates in the URI that a nodes branchID field is affectedstatic final StringField connectorMapping for a node.static final StringNode field for corresponding block nodestatic final StringThe type of the data element.static final StringThe identifier IDstatic final StringField isVirtual for parametersstatic final StringConstant that indicates in the URI that a nodes state field is affectedstatic final StringConstant that indicates in the URI that a nodes type field is affectedstatic final StringThe topological IDstatic final StringField userDefinedType for nodes and data elements -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
NODE_TYPE
Constant that indicates in the URI that a nodes type field is affected- See Also:
-
NODE_STATE
Constant that indicates in the URI that a nodes state field is affected- See Also:
-
BRANCH_ID
Constant that indicates in the URI that a nodes branchID field is affected- See Also:
-
TOPOLOGICAL_ID
The topological ID- See Also:
-
CORRESPONDING_BLOCK_NODE
Node field for corresponding block node- See Also:
-
IDENTIFIER_ID
The identifier ID- See Also:
-
DATA_ELEMENT_TYPE
The type of the data element.- See Also:
-
IS_VIRTUAL
Field isVirtual for parameters- See Also:
-
CONNECTOR_MAPPING
Field connectorMapping for a node.- See Also:
-
USER_DEFINED_TYPE
Field userDefinedType for nodes and data elements- See Also:
-
-
Constructor Details
-
CheckConstants
public CheckConstants()
-