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:
  • Field Details

    • PROCESS_ELEMENT_TEMPLATE

      public static final String PROCESS_ELEMENT_TEMPLATE
      The identifier for templates.
      See Also:
    • PROCESS_ELEMENT_INSTANCE

      public static final String PROCESS_ELEMENT_INSTANCE
      The identifier for instances.
      See Also:
    • PROCESS_ELEMENT_NODE

      public static final String PROCESS_ELEMENT_NODE
      The identifier for nodes.
      See Also:
    • PROCESS_ELEMENT_DATAELEMENT

      public static final String PROCESS_ELEMENT_DATAELEMENT
      The identifier for data elements
      See Also:
    • PROCESS_ELEMENT_EBP

      public static final String PROCESS_ELEMENT_EBP
      The identifier for EBPs
      See Also:
    • PROCESS_ELEMENT_DATAEDGE

      public static final String PROCESS_ELEMENT_DATAEDGE
      The identifier for data edges.
      See Also:
    • PROCESS_ELEMENT_SYNCEDGE

      public static final String PROCESS_ELEMENT_SYNCEDGE
      The identifier for sync edges.
      See Also:
    • PROCESS_ELEMENT_CONTROLEDGE

      public static final String PROCESS_ELEMENT_CONTROLEDGE
      The identifier for control edges.
      See Also:
    • PROCESS_ELEMENT_BRANCH

      public static final String PROCESS_ELEMENT_BRANCH
      The identifier for branch.
      See Also:
    • PROCESS_ELEMENT_BLOCK

      public static final String PROCESS_ELEMENT_BLOCK
      The identifier for block.
      See Also:
    • PROCESS_ELEMENT_PARAMETER

      public static final String PROCESS_ELEMENT_PARAMETER
      The identifier for parameter.
      See Also:
  • Constructor Details

    • ProcessElementIdentifier

      public ProcessElementIdentifier()