Class DestinationRecord

java.lang.Object
  |
  +--DestinationRecord

public class DestinationRecord
extends java.lang.Object

This class is used by the system, in order to forward properly the results to another task.


Field Summary
 TaskInfo destinationTask
          The destination task of the results
 int inputArgumentPosition
           
 int outputArgumentPosition
           
 
Constructor Summary
DestinationRecord()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

destinationTask

public TaskInfo destinationTask
The destination task of the results

inputArgumentPosition

public int inputArgumentPosition

outputArgumentPosition

public int outputArgumentPosition
Constructor Detail

DestinationRecord

public DestinationRecord()