Enum Class WorkflowObject.GRAPHTYPE

java.lang.Object
java.lang.Enum<WorkflowObject.GRAPHTYPE>
de.uni_trier.wi2.procake.data.object.wf.WorkflowObject.GRAPHTYPE
All Implemented Interfaces:
Serializable, Comparable<WorkflowObject.GRAPHTYPE>, Constable
Enclosing interface:
WorkflowObject

public static enum WorkflowObject.GRAPHTYPE extends Enum<WorkflowObject.GRAPHTYPE>
Possible types of converting the block-oriented representation into a graph.
  • Enum Constant Details

    • UI_GRAPH

      public static final WorkflowObject.GRAPHTYPE UI_GRAPH
      The graph is constructed like CAKE II. (Start-End-Nodes for the workflow). The graph will contain the block-oriented objects in the attribute for semantic descriptions.
    • NESTGRAPH

      public static final WorkflowObject.GRAPHTYPE NESTGRAPH
      The graph is constructed as specified by Ralph Bergmann in ICCBR-Paper April 2011 (NEST-Graph with Workflow-node). The graph will inherit the semantic descriptions of the block-oriented objects as semantic descriptions.
  • Method Details

    • values

      public static WorkflowObject.GRAPHTYPE[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static WorkflowObject.GRAPHTYPE valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null