pingpong
Class PingPongResultUnit

java.lang.Object
  extended by edu.cuny.brooklyn.swc2.Unit
      extended by edu.cuny.brooklyn.swc2.ResultUnit
          extended by pingpong.PingPongResultUnit
All Implemented Interfaces:
java.io.Serializable

public class PingPongResultUnit
extends ResultUnit

See Also:
Serialized Form

Field Summary
 byte[] SpaceFiller
          An array used as a filler, in order to increase the size of this object.
 
Fields inherited from class edu.cuny.brooklyn.swc2.Unit
PassID, TaskID, WorkUnitID
 
Constructor Summary
PingPongResultUnit(PingPongWorkUnit dwu)
           
 
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
 

Field Detail

SpaceFiller

public byte[] SpaceFiller
An array used as a filler, in order to increase the size of this object.

Constructor Detail

PingPongResultUnit

public PingPongResultUnit(PingPongWorkUnit dwu)