ViewVC Help
View Directory | Revision Log | Download Tarball | View Changeset | Root Listing
root/owl/branches/aglappe-jung/actionTools
Sticky Revision:
Sort logs by:
Revision 447 - Directory Listing
Modified Tue Dec 4 15:11:22 2007 UTC (16 years, 9 months ago) by lpetzo
class Getter:
- function get() is now throwing GetterError exception

class GetterError:
- wrapper exception for all type of exceptions thrown in the get() function of class Getter
Revision 437 - Directory Listing
Modified Wed Nov 28 15:43:52 2007 UTC (16 years, 10 months ago) by lpetzo
an abstract getter
Revision 419 - Directory Listing
Modified Thu Nov 22 14:09:18 2007 UTC (16 years, 10 months ago) by duarte
Re-branching for JUNG2 development
Revision 417 - Directory Listing
Modified Thu Nov 22 11:23:49 2007 UTC (16 years, 10 months ago) by lpetzo
Original Path: trunk/actionTools
abstract class implementing the Runnable interface
Revision 369 - Directory Listing
Added Thu Oct 25 13:51:00 2007 UTC (16 years, 11 months ago) by lpetzo
Original Path: trunk/actionTools
This package provides a set of very basic abstract classes serving as interfaces to very basic tasks such as:

1. condition checkings (class Checker),
2. data retrieval (class Retriever) and 
3. pure workers that perform any kind of actions that do not depend on any kind of input data (class Doer).

Each of these classes is a subclass of class Action which only purpose is to store the object affected by the subclasses action method.