Uses of Package
org.syrup

Packages that use org.syrup
org.syrup Provides all the basic Syrup interfaces. 
org.syrup.functions Provides the most used Syrup Functions.. 
org.syrup.helpers Provides the most used implementations of Syrup interfaces. 
org.syrup.sql The concrete RDMS/JDBC implementation of Syrup. 
org.syrup.workers Provides for the default Worker implementations. 
 

Classes in org.syrup used by org.syrup
Context
          The surrounding Context of a PTask.
Data
          Encapsulates immutable data.
InPort
          An input port of a Task.
Link
          Links an InPort from one Task to an OutPort of another Task.
LogEntry
          Encapsulates a Log entry.
LogEntryTemplate
          A template example of a LogEntry.
OutPort
          An output port of a Task.
Port
          An input/output port of a Task.
PTask
          A persistent Task that is held by a WorkSpace.
PTaskTemplate
          A template example of a PTask.
Result
          The execution result returned by the Task's Function.
Task
          Specifies a task with a name, description, function, environment, type and parameter.
Template
          A Template example object.
 

Classes in org.syrup used by org.syrup.functions
Context
          The surrounding Context of a PTask.
Function
          The function of a Task that is executed by a Worker.
Result
          The execution result returned by the Task's Function.
 

Classes in org.syrup used by org.syrup.helpers
Context
          The surrounding Context of a PTask.
Data
          Encapsulates immutable data.
InPort
          An input port of a Task.
Link
          Links an InPort from one Task to an OutPort of another Task.
LogEntry
          Encapsulates a Log entry.
LogEntryTemplate
          A template example of a LogEntry.
OutPort
          An output port of a Task.
Port
          An input/output port of a Task.
PTask
          A persistent Task that is held by a WorkSpace.
PTaskTemplate
          A template example of a PTask.
Result
          The execution result returned by the Task's Function.
Task
          Specifies a task with a name, description, function, environment, type and parameter.
Template
          A Template example object.
Workflow
          Defines a network of new Tasks and Links between them.
 

Classes in org.syrup used by org.syrup.sql
Context
          The surrounding Context of a PTask.
Data
          Encapsulates immutable data.
InPort
          An input port of a Task.
Link
          Links an InPort from one Task to an OutPort of another Task.
LogEntry
          Encapsulates a Log entry.
LogEntryTemplate
          A template example of a LogEntry.
OutPort
          An output port of a Task.
Port
          An input/output port of a Task.
PTask
          A persistent Task that is held by a WorkSpace.
PTaskTemplate
          A template example of a PTask.
Result
          The execution result returned by the Task's Function.
Task
          Specifies a task with a name, description, function, environment, type and parameter.
Template
          A Template example object.
WorkSpace
          Provides a client API to store and manage executions of PTasks.
 

Classes in org.syrup used by org.syrup.workers
LogEntryTemplate
          A template example of a LogEntry.
PTaskTemplate
          A template example of a PTask.
WorkSpace
          Provides a client API to store and manage executions of PTasks.