Revision
440 -
Directory Listing
Modified
Wed Nov 28 16:42:41 2007 UTC
(12 years ago)
by
duarte
Tagging ver. 0.8.6. This will be the last pre-JUNG tag
Revision
369 -
Directory Listing
Added
Thu Oct 25 13:51:00 2007 UTC
(12 years, 1 month 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.