Class CheckConstants

java.lang.Object
de.aristaflow.adept2.model.globals.CheckConstants

public class CheckConstants extends Object
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 Details

    • NODE_TYPE

      public static final String NODE_TYPE
      Constant that indicates in the URI that a nodes type field is affected
      See Also:
    • NODE_STATE

      public static final String NODE_STATE
      Constant that indicates in the URI that a nodes state field is affected
      See Also:
    • BRANCH_ID

      public static final String BRANCH_ID
      Constant that indicates in the URI that a nodes branchID field is affected
      See Also:
    • TOPOLOGICAL_ID

      public static final String TOPOLOGICAL_ID
      The topological ID
      See Also:
    • CORRESPONDING_BLOCK_NODE

      public static final String CORRESPONDING_BLOCK_NODE
      Node field for corresponding block node
      See Also:
    • IDENTIFIER_ID

      public static final String IDENTIFIER_ID
      The identifier ID
      See Also:
    • DATA_ELEMENT_TYPE

      public static final String DATA_ELEMENT_TYPE
      The type of the data element.
      See Also:
    • IS_VIRTUAL

      public static final String IS_VIRTUAL
      Field isVirtual for parameters
      See Also:
    • CONNECTOR_MAPPING

      public static final String CONNECTOR_MAPPING
      Field connectorMapping for a node.
      See Also:
    • USER_DEFINED_TYPE

      public static final String USER_DEFINED_TYPE
      Field userDefinedType for nodes and data elements
      See Also:
  • Constructor Details

    • CheckConstants

      public CheckConstants()