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

Packages that use AnonymousResourceException
ibspan.tss.core.semantic Set of utils for processing different ontological data. 
ibspan.tss.um.filtering Implementation of algorithm for filering ontological data by exploitation of user profile. 
 

Uses of AnonymousResourceException in ibspan.tss.core.semantic
 

Methods in ibspan.tss.core.semantic that throw AnonymousResourceException
 void Memory.addRoot(com.ibm.adtech.jastor.Thing thing)
          Remembers thing in memory and registers it as one of the roots.
 void Memory.registerRoot(Resource root)
           
 void Memory.registerRoot(com.ibm.adtech.jastor.Thing root)
           
 void Memory.removeThing(com.ibm.adtech.jastor.Thing thing)
          Removes thing and related properties from memory.
 

Constructors in ibspan.tss.core.semantic that throw AnonymousResourceException
Memory(com.ibm.adtech.jastor.Thing thing, boolean asRoot)
          Creates Memory object with model including resource of given Thing.
 

Uses of AnonymousResourceException in ibspan.tss.um.filtering
 

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