Uses of Class
decisionMakingSystem.DecisionModuleImpl

Packages that use DecisionModuleImpl
atomicActions   
bot   
decisionMakingSystem   
 

Uses of DecisionModuleImpl in atomicActions
 

Fields in atomicActions declared as DecisionModuleImpl
 DecisionModuleImpl AtomicAction.dModule
          link to the decision making module
 

Uses of DecisionModuleImpl in bot
 

Methods in bot that return DecisionModuleImpl
 DecisionModuleImpl Bot.getDecisions()
          Main method that controls the bot - makes decisions what to do next.
 

Uses of DecisionModuleImpl in decisionMakingSystem
 

Fields in decisionMakingSystem declared as DecisionModuleImpl
 DecisionModuleImpl PerceptiveField.dModule
          necessary for accessing memory
 DecisionModuleImpl Inventory.module
          decision making system module
 

Methods in decisionMakingSystem that return DecisionModuleImpl
static DecisionModuleImpl DecisionModuleImpl.loadFromFile(String filename, Logger log, Bot agent, String directory)
           
 

Methods in decisionMakingSystem with parameters of type DecisionModuleImpl
 Intention Intention.cloneBySerialize(Bot agent, DecisionModuleImpl dModule)
          makes hard copy of whole AND-OR tree via Serializable, as decision module and agent are transient it sets those manually after acquiring hard copy
 Action Action.cloneBySerialize(DecisionModuleImpl dModule)
          makes hard copy of a subtree starting at action via Serializable, as decision module and agent are transient it sets those manually after acquiring hard copy
static void GMTTime.setGMT(double GMT, DecisionModuleImpl module)
          Sets new difference and replans the plan.
 

Constructors in decisionMakingSystem with parameters of type DecisionModuleImpl
DMSModuleViewer(DecisionModuleImpl module)
           
DMSModuleViewerPane(DecisionModuleImpl module)
           
Inventory(Bot agent, DecisionModuleImpl module)
           
PerceptiveField(Logger log, ThingsManager things, DecisionModuleImpl dModule)
           
ThingsManager(Bot agent, Logger log, PerceptiveField field, String directory, DecisionModuleImpl decisionModule)
           
Want(AffordanceType aff, Action action, DecisionModuleImpl module)
           
 



Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.