|
|||||||||
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.WorkUnit
public abstract class WorkUnit
WorkUnit 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 | |
---|---|
java.lang.String |
TaskName
Descriptive information regarding the task; this is automatically assigned by the SWC2 system. |
java.lang.String |
WorkerClassName
The name of the class which implements the Worker interface,
and handles the derived work units. |
Fields inherited from class edu.cuny.brooklyn.swc2.Unit |
---|
PassID, TaskID, WorkUnitID |
Constructor Summary | |
---|---|
WorkUnit()
|
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 |
---|
public java.lang.String WorkerClassName
Worker
interface,
and handles the derived work units.
public java.lang.String TaskName
Constructor Detail |
---|
public WorkUnit()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |