Uses of Interface
org.syrup.Function

Packages that use Function
org.syrup.functions Provides the most used Syrup Functions.. 
 

Uses of Function in org.syrup.functions
 

Classes in org.syrup.functions that implement Function
 class 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.
 class Alarm
          Waits for specific date/time to pass and then raises an alarm.
 class BShell
          Executes a shell command, provided by the first input, using a BlobServer.
 class Concat
          Concatenates the first and second input (like UNIX cat) to the first output.
 class Constant
          Copies the first input to the first output without consuming the first input.
 class Duplicate
          Duplicates either the first or second input to both first and second output.
 class 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.
 class Flip
          Flips the first input in such a way that if the first input is 0, the first output will be 1.
 class Initiate
          Copies the first input to the second output while it replaces it with a Duplicate Task.
 class Launch
          Takes a XML Workflow description and returns a WorkFlow.
 class Null
          Passes the first input to the first output and the second input to the second output.
 class Shell
          Executes a shell command provided by the first input.
 class Split
          Takes the first input and splits the head of the first input to the first output and the tail to the second output.