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

Packages that use AgentMemory
cz.cuni.amis.pogamut.episodic.episodes   
cz.cuni.amis.pogamut.episodic.query   
cz.cuni.amis.pogamut.episodic.schemas   
cz.cuni.amis.pogamut.episodic.visualizer   
 

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

Fields in cz.cuni.amis.pogamut.episodic.episodes declared as AgentMemory
 AgentMemory Episode.mem
           
 

Methods in cz.cuni.amis.pogamut.episodic.episodes that return AgentMemory
 AgentMemory Chronobag.getMemory()
          Getter method for the mem variable.
 

Constructors in cz.cuni.amis.pogamut.episodic.episodes with parameters of type AgentMemory
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 AgentMemory in cz.cuni.amis.pogamut.episodic.query
 

Methods in cz.cuni.amis.pogamut.episodic.query with parameters of type AgentMemory
 Integer QueryExecutor.getNumberOfForgottenNodes(Integer id1, AgentMemory mem2, Integer id2, boolean derive1, boolean derive2)
          Returns number of nodes that exist in one episode but do not exist in another episode.
 

Constructors in cz.cuni.amis.pogamut.episodic.query with parameters of type AgentMemory
QueryExecutor(AgentMemory mem)
           
QueryModule(AgentMemory mem)
           
 

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

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

Uses of AgentMemory in cz.cuni.amis.pogamut.episodic.visualizer
 

Methods in cz.cuni.amis.pogamut.episodic.visualizer with parameters of type AgentMemory
 void VisualizationCreator.createChronobagView(AgentMemory mem)
          This method is responsible for creating the graph that will hold the vertices representing individual chronobags.
 

Constructors in cz.cuni.amis.pogamut.episodic.visualizer with parameters of type AgentMemory
VisualizationEvent(Object source, VisualizationEventType type, AgentMemory mem)
           
VisualizationEvent(Object source, VisualizationEventType type, String time, AgentMemory mem)
           
 



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