Package org.syrup.functions

Provides the most used Syrup Functions..

See:
          Description

Class Summary
Abort Copies the first or second input to the first output but if the second input is full, all Link connections will be broken afterwards.
Alarm Waits for specific date/time to pass and then raises an alarm.
BShell Executes a shell command, provided by the first input, using a BlobServer.
Concat Concatenates the first and second input (like UNIX cat) to the first output.
Constant Copies the first input to the first output without consuming the first input.
Duplicate Duplicates either the first or second input to both first and second output.
Finish Checks if the Task that is connected to the first input is done and if not, the first input will be copied to the first output.
Flip Flips the first input in such a way that if the first input is 0, the first output will be 1.
Initiate Copies the first input to the second output while it replaces it with a Duplicate Task.
Launch Takes a XML Workflow description and returns a WorkFlow.
Null Passes the first input to the first output and the second input to the second output.
Shell Executes a shell command provided by the first input.
Split Takes the first input and splits the head of the first input to the first output and the tail to the second output.
 

Package org.syrup.functions Description

Provides the most used Syrup Functions..