Uses of Class
cz.cuni.amis.pogamut.episodic.decisions.Intention

Packages that use Intention
cz.cuni.amis.pogamut.episodic.decisions   
cz.cuni.amis.pogamut.episodic.memory   
 

Uses of Intention in cz.cuni.amis.pogamut.episodic.decisions
 

Fields in cz.cuni.amis.pogamut.episodic.decisions with type parameters of type Intention
 HashMap<String,Intention> DecisionTree.topLevelGoals
          Map of all possible top-level goals agent can have.
 

Methods in cz.cuni.amis.pogamut.episodic.decisions that return Intention
 Intention Action.getSubIntention(String name)
          This method returns one specified Intention node that is direct subnode of this node.
 

Methods in cz.cuni.amis.pogamut.episodic.decisions that return types with arguments of type Intention
 Collection<Intention> Action.getSubNodes()
          Basically a getter method for the subNodes variable.
 

Methods in cz.cuni.amis.pogamut.episodic.decisions with parameters of type Intention
 void Action.addSubNode(Intention intention)
          Adds a new goal subnode that has to be satisfied first in order to perform the action representing by the current node.
 

Uses of Intention in cz.cuni.amis.pogamut.episodic.memory
 

Method parameters in cz.cuni.amis.pogamut.episodic.memory with type arguments of type Intention
 void IAgentMemory.initialize(Collection<Intention> topLevelGoals)
           
 void AgentMemory.initialize(Collection<Intention> topLevelGoals)
          Creates the decision tree structure based on the trees representing decision plans for top-level goals received in a parameter.
 



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