Uses of Class
orc.runtime.nodes.result.Result

Packages that use Result
orc.runtime.nodes.result These nodes make up the leaves of the DAG. 
 

Uses of Result in orc.runtime.nodes.result
 

Subclasses of Result in orc.runtime.nodes.result
 class PrintResult
          A special node that prints its output.
 class QueueResult
          A special node that adds its output values to the given value queue.
 class WriteResult
          A special node that writes its output values on the given ObjectOutputStream.