java.lang.Object
java.lang.Enum<NodeInsertType>
de.uni_trier.wi2.procake.gui.objecteditor.nestworkfloweditor.NodeInsertType
All Implemented Interfaces:
Serializable, Comparable<NodeInsertType>, Constable

public enum NodeInsertType extends Enum<NodeInsertType>
  • Nested Class Summary

    Nested classes/interfaces inherited from class java.lang.Enum

    Enum.EnumDesc<E extends Enum<E>>
  • Enum Constant Summary

    Enum Constants
    Enum Constant
    Description
     
     
     
     
     
     
     
     
  • Method Summary

    Modifier and Type
    Method
    Description
    de.uni_trier.wi2.procake.data.object.nest.NESTGraphItemObject
    doInsertion(de.uni_trier.wi2.procake.data.object.nest.NESTAbstractWorkflowObject nestWorkflow, com.mxgraph.view.mxGraph mxGraph, com.mxgraph.model.mxICell cell)
     
    get(de.uni_trier.wi2.procake.data.object.nest.NESTNodeObject node)
     
    de.uni_trier.wi2.procake.data.object.nest.NESTGraphItemObject
    insertAndBlock(de.uni_trier.wi2.procake.data.object.nest.NESTWorkflowObject nestWorkflow, com.mxgraph.view.mxGraph mxGraph, com.mxgraph.model.mxICell startCell)
     
    de.uni_trier.wi2.procake.data.object.nest.NESTGraphItemObject
    insertLoopBlock(de.uni_trier.wi2.procake.data.object.nest.NESTWorkflowObject nestWorkflow, com.mxgraph.view.mxGraph mxGraph, com.mxgraph.model.mxICell startCell)
     
    de.uni_trier.wi2.procake.data.object.nest.NESTGraphItemObject
    insertOrBlock(de.uni_trier.wi2.procake.data.object.nest.NESTWorkflowObject nestWorkflow, com.mxgraph.view.mxGraph mxGraph, com.mxgraph.model.mxICell startCell)
     
    de.uni_trier.wi2.procake.data.object.nest.NESTGraphItemObject
    insertXorBlock(de.uni_trier.wi2.procake.data.object.nest.NESTWorkflowObject nestWorkflow, com.mxgraph.view.mxGraph mxGraph, com.mxgraph.model.mxICell startCell)
     
    Returns the enum constant of this class with the specified name.
    Returns an array containing the constants of this enum class, in the order they are declared.

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Enum Constant Details

  • Method Details

    • values

      public static NodeInsertType[] 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 NodeInsertType 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
    • get

      public static NodeInsertType get(de.uni_trier.wi2.procake.data.object.nest.NESTNodeObject node) throws Exception
      Throws:
      Exception
    • doInsertion

      public de.uni_trier.wi2.procake.data.object.nest.NESTGraphItemObject doInsertion(de.uni_trier.wi2.procake.data.object.nest.NESTAbstractWorkflowObject nestWorkflow, com.mxgraph.view.mxGraph mxGraph, com.mxgraph.model.mxICell cell)
    • insertXorBlock

      public de.uni_trier.wi2.procake.data.object.nest.NESTGraphItemObject insertXorBlock(de.uni_trier.wi2.procake.data.object.nest.NESTWorkflowObject nestWorkflow, com.mxgraph.view.mxGraph mxGraph, com.mxgraph.model.mxICell startCell)
    • insertOrBlock

      public de.uni_trier.wi2.procake.data.object.nest.NESTGraphItemObject insertOrBlock(de.uni_trier.wi2.procake.data.object.nest.NESTWorkflowObject nestWorkflow, com.mxgraph.view.mxGraph mxGraph, com.mxgraph.model.mxICell startCell)
    • insertAndBlock

      public de.uni_trier.wi2.procake.data.object.nest.NESTGraphItemObject insertAndBlock(de.uni_trier.wi2.procake.data.object.nest.NESTWorkflowObject nestWorkflow, com.mxgraph.view.mxGraph mxGraph, com.mxgraph.model.mxICell startCell)
    • insertLoopBlock

      public de.uni_trier.wi2.procake.data.object.nest.NESTGraphItemObject insertLoopBlock(de.uni_trier.wi2.procake.data.object.nest.NESTWorkflowObject nestWorkflow, com.mxgraph.view.mxGraph mxGraph, com.mxgraph.model.mxICell startCell)