factorial
Class FactorialWorkUnit

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

public class FactorialWorkUnit
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
FactorialWorkUnit(long s, long n)
           
 
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

FactorialWorkUnit

public FactorialWorkUnit(long s,
                         long n)