factorial
Class FactorialResultUnit

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

public class FactorialResultUnit
extends ResultUnit

See Also:
Serialized Form

Field Summary
 java.math.BigInteger Result
           
 
Fields inherited from class edu.cuny.brooklyn.swc2.Unit
PassID, TaskID, WorkUnitID
 
Constructor Summary
FactorialResultUnit(WorkUnit wu, java.math.BigInteger r)
           
 
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

Result

public java.math.BigInteger Result
Constructor Detail

FactorialResultUnit

public FactorialResultUnit(WorkUnit wu,
                           java.math.BigInteger r)