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

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

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

Methods in eu.larkc.core.data.workflow that return types with arguments of type GraphNode
static org.jgrapht.graph.SimpleDirectedGraph<GraphNode,org.jgrapht.graph.DefaultEdge> WorkflowDescription.constructJGraphT(SetOfStatements workflowDescription)
          This method constructs a JGraphT out of a workflow description.