Uses of Class
cz.cuni.amis.pogamut.episodic.memory.AffordanceUsed

Packages that use AffordanceUsed
cz.cuni.amis.pogamut.episodic.decisions   
cz.cuni.amis.pogamut.episodic.episodes   
cz.cuni.amis.pogamut.episodic.memory   
cz.cuni.amis.pogamut.episodic.schemas   
 

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

Method parameters in cz.cuni.amis.pogamut.episodic.decisions with type arguments of type AffordanceUsed
 boolean DecisionTree.ensureNodes(String atomicAction, ArrayList<String> trace, ArrayList<AffordanceUsed> affordances, IdGenerator gen)
          In case actions performed were not included in xmls.
 

Uses of AffordanceUsed in cz.cuni.amis.pogamut.episodic.episodes
 

Method parameters in cz.cuni.amis.pogamut.episodic.episodes with type arguments of type AffordanceUsed
 boolean Chronobag.addNewNode(String atomicAction, ArrayList<String> trace, ArrayList<AffordanceUsed> affordances)
          This method should be called each time agent executes an atomic action.
 boolean Episode.addNewNode(String atomicAction, ArrayList<String> trace, ArrayList<AffordanceUsed> affordances)
          This method should be called for current episode each time agent executes an atomic action.
 boolean Chronobag.addNewNode(String atomicAction, ArrayList<String> trace, ArrayList<AffordanceUsed> affordances, String time)
           
 boolean Episode.addNewNode(String atomicAction, ArrayList<String> trace, ArrayList<AffordanceUsed> affordances, String time)
           
 

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

Method parameters in cz.cuni.amis.pogamut.episodic.memory with type arguments of type AffordanceUsed
 boolean IAgentMemory.addNewNode(String atomicAction, ArrayList<String> trace, ArrayList<AffordanceUsed> affordances)
           
 boolean AgentMemory.addNewNode(String atomicAction, ArrayList<String> trace, ArrayList<AffordanceUsed> affordances)
          This method should be called each time agent executes an atomic action.
 boolean AgentMemory.addNewNode(String atomicAction, ArrayList<String> trace, String time, ArrayList<AffordanceUsed> affordances)
          This method should be called each time agent executes an atomic action.
 

Uses of AffordanceUsed in cz.cuni.amis.pogamut.episodic.schemas
 

Method parameters in cz.cuni.amis.pogamut.episodic.schemas with type arguments of type AffordanceUsed
 void SchemaBag.updateSchema(String atomicAction, ArrayList<String> trace, ArrayList<AffordanceUsed> affordances)
          The main method of SchemaBag is the updateSchema method.
 



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