Package edu.cuny.brooklyn.swc2

Interface Summary
Computation Computation is the interface to be implemented by a class that will be instantiated by the SWC2 system in order to generate WorkUnit's and collect ResultUnit's.
Worker Worker is the interface implemented by a user's class which will perform the calculations associated with a particular computation.
WorkQueueAccess WorkQueueAccess is the interface though which the user's Computation can interface with the SWC2 system.
 

Class Summary
ResultUnit ResultUnit is the abstract base class that must be extended by any computation which ought to operate in the SWC2 system.
Unit Unit is the abstract base class which is subsequently extended by WorkUnit and ResultUnit.
WorkUnit WorkUnit is the abstract base class that must be extended by any computation which ought to operate in the SWC2 system.