edu.memphis.ccrg.lida.framework.mockclasses
Class MockInitializer2
java.lang.Object
edu.memphis.ccrg.lida.framework.mockclasses.MockInitializer2
- All Implemented Interfaces:
- Initializer
public class MockInitializer2
- extends java.lang.Object
- implements Initializer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
module
public static FullyInitializable module
agent
public static Agent agent
params
public static java.util.Map<java.lang.String,?> params
MockInitializer2
public MockInitializer2()
initModule
public void initModule(FullyInitializable module,
Agent agent,
java.util.Map<java.lang.String,?> params)
- Description copied from interface:
Initializer
- Receives a particular module to configure. The
Agent
object and a map of parameters can be used.
The variables in params are those specified in agent.xml for the module being initialized.
- Specified by:
initModule
in interface Initializer
- Parameters:
module
- module being initializedagent
- Agent
objectparams
- module parameters