factorial
Class FactorialWorkUnit2

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

public class FactorialWorkUnit2
extends WorkUnit

See Also:
Serialized Form

Field Summary
 
Fields inherited from class edu.cuny.brooklyn.swc2.WorkUnit
TaskName, WorkerClassName
 
Fields inherited from class edu.cuny.brooklyn.swc2.Unit
PassID, TaskID, WorkUnitID
 
Constructor Summary
FactorialWorkUnit2(java.math.BigInteger a, java.math.BigInteger b)
           
 
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

FactorialWorkUnit2

public FactorialWorkUnit2(java.math.BigInteger a,
                          java.math.BigInteger b)