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