Package eu.larkc.core.data.workflow

Class Summary
EndpointNode This class contains the information about an endpoint.
GraphNode This class represents a node in a workflow graph.
PipeNode This class contains all information that is needed and can be extracted out of a workflow description to create a pipe.
SerializationTest Tests the serialization helper for various workflows and formats.
SinkNode This class represents the information for a source.
SourceNode This class represents the information for a source.
WorkflowDescription This class provides functions for extracting information out of a workflow description.
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.
 

Exception Summary
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.