Package edu.memphis.ccrg.lida.framework.initialization

Contains classes involved in the run-time creation of the Agent and the initialization of the ElementFactory from various configuration files.

See:
          Description

Interface Summary
AgentFactory Factory for Agent objects.
FullyInitializable An Initializable module will be initialized automatically by the AgentXmlFactory
Initializable An object which can be configured in particular ways.
Initializer An initializer configures the parameters and objects of a particular module.
 

Class Summary
AgentStarter This class allows an Agent to be started in these ways using the static methods start() 1.
AgentXmlFactory Creates and returns a Agent Object based on an XML file.
ConfigUtils Utilities for loading Properties
FactoriesDataXmlLoader Loads the factoriesData.xml file which configures the factories of the framework i.e.
FrameworkFormatter Logger formatter for the framework that can be used with any Handler.
FrameworkTaskDef Definition of a FrameworkTask object
GlobalInitializer This class is intended for use by Initializers during initialization only.
LinkableDef Definition of a Linkable object
ModuleUsage Specifies different ways a FullyInitializable will use an associated module.
StrategyDef Definition of a Strategy object
XmlUtils Utilities for reading an XML file.
 

Package edu.memphis.ccrg.lida.framework.initialization Description

Contains classes involved in the run-time creation of the Agent and the initialization of the ElementFactory from various configuration files. Also includes classes which define the way various components of an Agent are configured.