Package org.syrup

Provides all the basic Syrup interfaces.

See:
          Description

Interface Summary
Context The surrounding Context of a PTask.
Data Encapsulates immutable data.
Function The function of a Task that is executed by a Worker.
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.
WorkSpace Provides a client API to store and manage executions of PTasks.
 

Package org.syrup Description

Provides all the basic Syrup interfaces.