Uses of Class
ibspan.tss.messaging.ontology.Map

Packages that use Map
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.messaging.ontology Ontology Java beans for inter-agent communication generated from messaging ontology (with http://www.ibspan.waw.pl/tss/Messaging# namespace) with OntologyBeanGenerator tool. 
ibspan.tss.um.filtering Implementation of algorithm for filering ontological data by exploitation of user profile. 
 

Uses of Map in ibspan.tss.core.semantic
 

Methods in ibspan.tss.core.semantic with parameters of type Map
static Map<String,String> Util.getMap(Map inMap)
          Translates Map object from Messaging ontology into Java Map form.
 

Uses of Map in ibspan.tss.dao
 

Methods in ibspan.tss.dao with parameters of type Map
 Memory RestaurantDAO.doQuery(Map properties, int maxResults)
          Execute query and put results into Memory object.
 

Uses of Map in ibspan.tss.messaging.ontology
 

Methods in ibspan.tss.messaging.ontology that return Map
 Map UserRequest.getActionParams()
           
 Map PA_process_user_request.getActionParams()
           
 Map RSA_find_restaurant.getHasQuery()
           
 

Methods in ibspan.tss.messaging.ontology with parameters of type Map
 void UserRequest.setActionParams(Map value)
           
 void PA_process_user_request.setActionParams(Map value)
           
 void RSA_find_restaurant.setHasQuery(Map value)
           
 

Uses of Map in ibspan.tss.um.filtering
 

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