edu.cuny.brooklyn.swc2
Class ResultUnit

java.lang.Object
  extended by edu.cuny.brooklyn.swc2.Unit
      extended by edu.cuny.brooklyn.swc2.ResultUnit
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
FactorialResultUnit, PingPongResultUnit

public abstract class ResultUnit
extends Unit

ResultUnit is the abstract base class that must be extended by any computation which ought to operate in the SWC2 system. The class should be extended with computation-specific fields.

Author:
Dino Klein
See Also:
Serialized Form

Field Summary
 
Fields inherited from class edu.cuny.brooklyn.swc2.Unit
PassID, TaskID, WorkUnitID
 
Constructor Summary
ResultUnit(WorkUnit wu)
           
 
Method Summary
 
Methods inherited from class edu.cuny.brooklyn.swc2.Unit
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResultUnit

public ResultUnit(WorkUnit wu)
Parameters:
wu - - The work unit which corresponds to this result unit.
See Also:
WorkUnit