Uses of Interface
ibspan.tss.um.ontology.UserBehaviour

Packages that use UserBehaviour
ibspan.tss.agents.sha.history Imlementation of 'storing user request' feature. 
ibspan.tss.um.learning Implementation of algorithm for learning user profile on the base of events describing users population interaction with the system. 
ibspan.tss.um.ontology Ontology Java beans generated from user-modelling ontology (with http://www.ibspan.waw.pl/tss/UserModelling# namespace) with Jastor tool. 
 

Uses of UserBehaviour in ibspan.tss.agents.sha.history
 

Methods in ibspan.tss.agents.sha.history with parameters of type UserBehaviour
 void HistoryLogger.registerLoggableAction(String actionName, UserBehaviour behaviour)
          Registers actions which will be logged in History model.
 

Uses of UserBehaviour in ibspan.tss.um.learning
 

Methods in ibspan.tss.um.learning that return UserBehaviour
 UserBehaviour ExtendedEvent.getBehaviour()
           
 

Methods in ibspan.tss.um.learning with parameters of type UserBehaviour
 Integer StatisticsBuffer.getStatistic(Integer userID, UserBehaviour ub, String conceptURI)
          Returns the number of events matching the given key values.
 void ExtendedEvent.setBehaviour(UserBehaviour behaviour)
           
 

Uses of UserBehaviour in ibspan.tss.um.ontology
 

Classes in ibspan.tss.um.ontology that implement UserBehaviour
 class UserBehaviourImpl
          Implementation of UserBehaviour Use the ibspan.tss.um.ontology.UserModellingFactory to create instances of this class.
 

Methods in ibspan.tss.um.ontology that return UserBehaviour
static UserBehaviour UserModellingFactory.createUserBehaviour(Resource resource, Model model)
          Create a new instance of UserBehaviour.
static UserBehaviour UserModellingFactory.createUserBehaviour(String uri, Model model)
          Create a new instance of UserBehaviour.
static UserBehaviour UserModellingFactory.getClickForRestaurantDetailsBehaviour(Model model)
          Get an ClickForRestaurantDetailsBehaviour individual.
static UserBehaviour UserModellingFactory.getEntrySearchingBehaviour(Model model)
          Get an EntrySearchingBehaviour individual.
static UserBehaviour UserModellingFactory.getExitSearchingBehaviour(Model model)
          Get an ExitSearchingBehaviour individual.
 UserBehaviour StatisticEntryImpl.getHasUserBehaviour()
           
 UserBehaviour StatisticEntry.getHasUserBehaviour()
          Gets the 'hasUserBehaviour' property value
 UserBehaviour ExtendedUserBehaviourImpl.getHasUserBehaviour()
           
 UserBehaviour ExtendedUserBehaviour.getHasUserBehaviour()
          Gets the 'hasUserBehaviour' property value
static UserBehaviour UserModellingFactory.getQueryForRestaurantBehaviour(Model model)
          Get an QueryForRestaurantBehaviour individual.
static UserBehaviour UserModellingFactory.getRateRestaurantPositiveBehaviour(Model model)
          Get an RateRestaurantPositiveBehaviour individual.
static UserBehaviour UserModellingFactory.getUserBehaviour(Resource resource, Model model)
          Create a new instance of UserBehaviour.
static UserBehaviour UserModellingFactory.getUserBehaviour(String uri, Model model)
          Create a new instance of UserBehaviour.
 UserBehaviour StatisticEntryImpl.setHasUserBehaviour()
           
 UserBehaviour StatisticEntry.setHasUserBehaviour()
          Sets the 'hasUserBehaviour' property value to an anonymous node
 UserBehaviour ExtendedUserBehaviourImpl.setHasUserBehaviour()
           
 UserBehaviour ExtendedUserBehaviour.setHasUserBehaviour()
          Sets the 'hasUserBehaviour' property value to an anonymous node
 UserBehaviour StatisticEntryImpl.setHasUserBehaviour(Resource resource)
           
 UserBehaviour StatisticEntry.setHasUserBehaviour(Resource resource)
          Sets the 'hasUserBehaviour' property value to the given resource, and add's rdf:type properties.
 UserBehaviour ExtendedUserBehaviourImpl.setHasUserBehaviour(Resource resource)
           
 UserBehaviour ExtendedUserBehaviour.setHasUserBehaviour(Resource resource)
          Sets the 'hasUserBehaviour' property value to the given resource, and add's rdf:type properties.
 

Methods in ibspan.tss.um.ontology with parameters of type UserBehaviour
 void StatisticEntryImpl.setHasUserBehaviour(UserBehaviour hasUserBehaviour)
           
 void StatisticEntry.setHasUserBehaviour(UserBehaviour hasUserBehaviour)
          Sets the 'hasUserBehaviour' property value
 void ExtendedUserBehaviourImpl.setHasUserBehaviour(UserBehaviour hasUserBehaviour)
           
 void ExtendedUserBehaviour.setHasUserBehaviour(UserBehaviour hasUserBehaviour)
          Sets the 'hasUserBehaviour' property value