Uses of Class
ibspan.tss.core.semantic.Memory

Packages that use Memory
ibspan.tss.agents.pa.handlers Behaviours handling with requests sended to PersonalAgent
ibspan.tss.core.semantic Set of utils for processing different ontological data. 
ibspan.tss.dao Set of Data Access Objects providing nice interface to underlying ontological models, especially in situation when use of Jastor-generated beans cannot support in solving particular problem. 
ibspan.tss.um.filtering Implementation of algorithm for filering ontological data by exploitation of user profile. 
 

Uses of Memory in ibspan.tss.agents.pa.handlers
 

Methods in ibspan.tss.agents.pa.handlers that return Memory
protected  Memory PersonalModelConstructor.getBackedUpResult()
          Returns previously backed-up result.
 

Methods in ibspan.tss.agents.pa.handlers with parameters of type Memory
protected  void PersonalModelConstructor.backUpResult(Memory result)
          Puts the given result in local DataStore.
 

Uses of Memory in ibspan.tss.core.semantic
 

Methods in ibspan.tss.core.semantic with parameters of type Memory
 void Memory.add(Memory mem)
           
 

Uses of Memory in ibspan.tss.dao
 

Methods in ibspan.tss.dao that return Memory
 Memory RestaurantDAO.doQuery(Map properties, int maxResults)
          Execute query and put results into Memory object.
 

Uses of Memory in ibspan.tss.um.filtering
 

Methods in ibspan.tss.um.filtering that return Memory
 Memory FilteringAlgorithm.filter(Memory results, Map context)
          Filters given results according to the user myProfile and the given context of user behaviour.
 

Methods in ibspan.tss.um.filtering with parameters of type Memory
 Memory FilteringAlgorithm.filter(Memory results, Map context)
          Filters given results according to the user myProfile and the given context of user behaviour.