
Class::AbstractLogic::Base

This is the base class for all logic modules.

Constructor,
builds object and _initializes %args.
General argument initializations.
Sets the modules current executive manager.
Throws a logical Exception, which can be accessed via the Class::AbstractLogic::Result object returned from your call.
Returns the current executive manager.
Accesses this logic modules configuration. If a name is supplied, the hash value corresponding to that key is returned, if omitted, the whole is returned.


Robert 'phaylon' Sedlacek <phaylon@dunkelheit.at>

This program is free software, you can redistribute it and/or modify it under the same terms as Perl itself.