Uses of Class
eu.larkc.core.data.workflow.WorkflowGraphNode

Packages that use WorkflowGraphNode
eu.larkc.core.data.workflow   
 

Uses of WorkflowGraphNode in eu.larkc.core.data.workflow
 

Methods in eu.larkc.core.data.workflow that return types with arguments of type WorkflowGraphNode
 java.util.List<WorkflowGraphNode> WorkflowGraphNode.getNext()
          Getter.
 

Methods in eu.larkc.core.data.workflow with parameters of type WorkflowGraphNode
 void WorkflowGraphNode.addNext(WorkflowGraphNode next)
          Adds the passed value to the next.
 

Method parameters in eu.larkc.core.data.workflow with type arguments of type WorkflowGraphNode
 void WorkflowGraphNode.setNext(java.util.List<WorkflowGraphNode> next)
          Setter.