|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.cuny.brooklyn.swc2.Unit
edu.cuny.brooklyn.swc2.ResultUnit
public abstract class ResultUnit
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.
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 |
---|
public ResultUnit(WorkUnit wu)
wu
- - The work unit which corresponds to this result unit.WorkUnit
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |