Package orc.runtime.nodes.result

These nodes make up the leaves of the DAG.

See:
          Description

Class Summary
PrintResult A special node that prints its output.
QueueResult A special node that adds its output values to the given value queue.
Result  
WriteResult A special node that writes its output values on the given ObjectOutputStream.
 

Package orc.runtime.nodes.result Description

These nodes make up the leaves of the DAG. They determine what to do with values published from the goal expression.