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

Packages that use IdGenerator
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 IdGenerator in cz.cuni.amis.pogamut.episodic.decisions
 

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

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

Fields in cz.cuni.amis.pogamut.episodic.episodes declared as IdGenerator
 IdGenerator Episode.idGen
          A reference to ID generator structure, that will provide the unique IDs to all inside node.
 IdGenerator Chronobag.idGenerator
          A reference to ID generator structure, that will provide the unique IDs to all inside node.
 

Constructors in cz.cuni.amis.pogamut.episodic.episodes with parameters of type IdGenerator
Chronobag(IdGenerator idGen, AgentMemory mem)
          Instantiate the class by providing references to a common ID generator and parent AgentMemory structure.
Chronobag(IdGenerator idGen, AgentMemory _mem, Chronobag last)
          Instantiate the class by providing references to a common ID generator, parent AgentMemory structure and older chronobag of the same level that will be added behind the new chronobag in temporal chain.
 

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

Methods in cz.cuni.amis.pogamut.episodic.memory that return IdGenerator
 IdGenerator AgentMemory.getIdGenerator()
           
 

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

Constructors in cz.cuni.amis.pogamut.episodic.schemas with parameters of type IdGenerator
SchemaBag(IdGenerator idGen, AgentMemory mem)
          Instantiate the class by providing references to a common ID generator and parent AgentMemory structure.
 



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