org.syrup |
Provides all the basic Syrup interfaces.
|
Java Source File Name | Type | Comment |
Context.java | Interface | The surrounding Context of a PTask. |
Data.java | Interface | Encapsulates immutable data. |
Function.java | Interface | The function of a Task that is executed by a Worker. |
InPort.java | Interface | An input port of a Task. |
Link.java | Interface | Links an InPort from one Task to an OutPort of another Task. |
LogEntry.java | Interface | Encapsulates a Log entry. |
LogEntryTemplate.java | Interface | A template example of a LogEntry. |
OutPort.java | Interface | An output port of a Task. |
Port.java | Interface | An input/output port of a Task. |
PTask.java | Interface | A persistent Task that is held by a WorkSpace. |
PTaskTemplate.java | Interface | A template example of a PTask. |
Result.java | Interface | The execution result returned by the Task's Function. |
Task.java | Interface | Specifies a task with a name, description, function, environment, type and
parameter. |
Template.java | Interface | A Template example object. |
Workflow.java | Interface | Defines a network of new Tasks and Links between them. |
WorkSpace.java | Interface | Provides a client API to store and manage executions of PTasks. |