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

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

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

Methods in eu.larkc.core.data.workflow that return types with arguments of type PipeNode
static java.util.Map<java.lang.String,PipeNode> WorkflowDescription.getPipes(SetOfStatements workflowDescription)
          Extracts all pipes out of a workflow description and returns a map containing the IDs for the pipe and the corresponding pipe node object.