Uses of Package
eu.larkc.core.data.workflow

Packages that use eu.larkc.core.data.workflow
eu.larkc.core.data.workflow   
eu.larkc.core.eventing   
eu.larkc.core.executor   
eu.larkc.core.management   
eu.larkc.core.parallelization   
eu.larkc.core.pluginManager.remote.GAT   
 

Classes in eu.larkc.core.data.workflow used by eu.larkc.core.data.workflow
EndpointNode
          This class contains the information about an endpoint.
GraphNode
          This class represents a node in a workflow graph.
IllegalWorkflowGraphException
          This exception indicates that there is an error in the workflow graph.
MultiplePluginParametersException
          This exception indicates that multiple plugin parameter nodes are defined for one plugin.
PipeNode
          This class contains all information that is needed and can be extracted out of a workflow description to create a pipe.
SinkNode
          This class represents the information for a source.
SourceNode
          This class represents the information for a source.
WorkflowGraphNode
          This class represents a node of a workflow graph which contains the uri of the node as well as the next and previous nodes.
 

Classes in eu.larkc.core.data.workflow used by eu.larkc.core.eventing
IllegalWorkflowGraphException
          This exception indicates that there is an error in the workflow graph.
 

Classes in eu.larkc.core.data.workflow used by eu.larkc.core.executor
IllegalWorkflowGraphException
          This exception indicates that there is an error in the workflow graph.
 

Classes in eu.larkc.core.data.workflow used by eu.larkc.core.management
IllegalWorkflowGraphException
          This exception indicates that there is an error in the workflow graph.
 

Classes in eu.larkc.core.data.workflow used by eu.larkc.core.parallelization
IllegalWorkflowGraphException
          This exception indicates that there is an error in the workflow graph.
 

Classes in eu.larkc.core.data.workflow used by eu.larkc.core.pluginManager.remote.GAT
MultiplePluginParametersException
          This exception indicates that multiple plugin parameter nodes are defined for one plugin.