Package org.syrup.helpers

Provides the most used implementations of Syrup interfaces.

See:
          Description

Class Summary
ContextImpl A generic Context Implementation.
DataImpl A generic Data Implementation.
EndPoint Temporary data structure to aid the creation of WorkFlows.
ExecutionMonitor Implements a simple request/response server during the execution of a Task.
InPortImpl An generic InPort implementation.
LinkImpl A generic Link Implementation.
LogEntryImpl A generic LogEntry Implementation.
LogEntryTemplateImpl A generic LogEntryTemplateImpl implementation.
NetworkImpl Temporary data structure that reflects the incarnation of a WorkFlow.
NetworkParser XML parser that parses a Workflow definition into a Network.
OutPortImpl An generic OutPort implementation.
PTaskImpl A generic PTask Implementation.
PTaskTemplateImpl A generic PTaskTemplate implementation.
ResultImpl A generic Result implementation.
TaskImpl A generic Task implementation.
TemplateImpl A generic PTaskTemplate implementation.
Utils Utility functions to aid the testing of Syrup objects.
WorkflowImpl A generic Workflow implementation.
Writer Active Thread to read data from an InputStream and write it to an OutputStream.
XMLOutput Helper class that enables the serialization of Syrup types.
 

Package org.syrup.helpers Description

Provides the most used implementations of Syrup interfaces.