Uses of Class
edu.memphis.ccrg.lida.framework.initialization.StrategyDef

Packages that use StrategyDef
edu.memphis.ccrg.lida.framework.shared Contains classes related to common data structures used in the framework. 
 

Uses of StrategyDef in edu.memphis.ccrg.lida.framework.shared
 

Methods in edu.memphis.ccrg.lida.framework.shared with parameters of type StrategyDef
 void ElementFactory.addDecayStrategy(java.lang.String name, StrategyDef decayDef)
          Adds a DecayStrategy indexed by specified name.
 void ElementFactory.addExciteStrategy(java.lang.String name, StrategyDef exciteDef)
          Adds an excite strategy indexed by specified name.
 void ElementFactory.addStrategy(java.lang.String name, StrategyDef strategyDef)
          Adds a strategy to this factory indexed by specified name.