edu.memphis.ccrg.lida.globalworkspace
Class GlobalWorkspaceInitalizer

java.lang.Object
  extended by edu.memphis.ccrg.lida.globalworkspace.GlobalWorkspaceInitalizer
All Implemented Interfaces:
Initializer

Deprecated. This class's name is misspelled. A duplicate of this class with the correct name should be used instead: GlobalWorkspaceInitializer.

@Deprecated
public class GlobalWorkspaceInitalizer
extends java.lang.Object
implements Initializer

Default Initializer implementation for the GlobalWorkspace. Other implementations should always add at least one BroadcastTrigger to their GlobalWorkspace module.

Author:
Javier Snaider

Constructor Summary
GlobalWorkspaceInitalizer()
          Deprecated.  
 
Method Summary
 void initModule(FullyInitializable module, Agent lida, java.util.Map<java.lang.String,?> params)
          Deprecated. Receives a particular FullyInitializable to configure.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlobalWorkspaceInitalizer

public GlobalWorkspaceInitalizer()
Deprecated. 
Method Detail

initModule

public void initModule(FullyInitializable module,
                       Agent lida,
                       java.util.Map<java.lang.String,?> params)
Deprecated. 
Description copied from interface: Initializer
Receives a particular FullyInitializable to configure. The Agent object and a map of parameters can be used in the specific initialization code. Named 'initModule' historically, however an initializer need not initialize a FrameworkModule, for example a FrameworkTask is also valid.

Specified by:
initModule in interface Initializer
Parameters:
module - the FullyInitializable object being initialized
lida - the Agent object
params - parameters to configure the FullyInitializable