ViewVC Help
View Directory | Revision Log | Download Tarball | View Changeset | Root Listing
root/owl/trunk/actionTools
Sticky Revision:
(Current path doesn't exist after revision 950)
Sort logs by:
Revision 492 - Directory Listing
Modified Wed Jan 2 13:18:57 2008 UTC (16 years, 8 months ago) by duarte
Copied from: branches/aglappe-jung/actionTools revision 491
Copied the aglappe-jung branch into trunk.

Revision 447 - Directory Listing
Modified Tue Dec 4 15:11:22 2007 UTC (16 years, 9 months ago) by lpetzo
Original Path: branches/aglappe-jung/actionTools
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
Original Path: branches/aglappe-jung/actionTools
an abstract getter
Revision 419 - Directory Listing
Modified Thu Nov 22 14:09:18 2007 UTC (16 years, 10 months ago) by duarte
Original Path: branches/aglappe-jung/actionTools
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
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
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.