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

Packages that use Event
ibspan.tss.agents.sha.history Imlementation of 'storing user request' feature. 
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.test Provides set of tests of sensitive and vital parts of the system, especially related to user modelling. 
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 Event in ibspan.tss.agents.sha.history
 

Methods in ibspan.tss.agents.sha.history with parameters of type Event
 void NewEventHandler.handleNewEvent(Event e)
          Handles with the given event.
 void HistorySubscriptionManager.handleNewEvent(Event e)
          Notifies subscriber every time number events, together with the passed as argument, is equal to the number contrained by the subscriber in registration message.
 

Uses of Event in ibspan.tss.dao
 

Methods in ibspan.tss.dao that return Event
 Event HistoryDAO.addEvent()
          Creates new event and adds it to History model.
 

Methods in ibspan.tss.dao that return types with arguments of type Event
 List<Event> HistoryDAO.getEvents(Date since)
          Returns events logged in History model since the given date.
 

Uses of Event in ibspan.tss.test
 

Methods in ibspan.tss.test with parameters of type Event
static void PrettyPrinter.print(Event e, PrintStream out)
           
 

Uses of Event in ibspan.tss.um.learning
 

Method parameters in ibspan.tss.um.learning with type arguments of type Event
 List<ExtendedEvent> EventsPreprocessor.extendContext(List<Event> events)
          Extends the context of the given events on the base of description of those individuals (e.g. a restaurant), which were clicked or rated by the user and on the base of expected properties of an individual (e.g. a restaurant), user defined in search query
 Set<String> EventsPreprocessor.getClickedConcepts(List<Event> events)
          Returns set of concepts which were cliked or rated by a user in the given events.
 Set<Integer> EventsPreprocessor.getPlayingUsers(List<Event> events)
          Returns set of users which acted in the given events.
 

Constructors in ibspan.tss.um.learning with parameters of type Event
ExtendedEvent(Event e)
           
 

Uses of Event in ibspan.tss.um.ontology
 

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

Methods in ibspan.tss.um.ontology that return Event
 Event EventSessionImpl.addHasEvent()
           
 Event EventSession.addHasEvent()
          Adds an anonymous value for the 'hasEvent' property
 Event EventSessionImpl.addHasEvent(Resource resource)
           
 Event EventSession.addHasEvent(Resource resource)
          Adds a value for the 'hasEvent' property.
static Event UserModellingFactory.createEvent(Resource resource, Model model)
          Create a new instance of Event.
static Event UserModellingFactory.createEvent(String uri, Model model)
          Create a new instance of Event.
static Event UserModellingFactory.getEvent(Resource resource, Model model)
          Create a new instance of Event.
static Event UserModellingFactory.getEvent(String uri, Model model)
          Create a new instance of Event.
static Event UserModellingFactory.getLastEvent(Model model)
          Get an LastEvent individual.
 

Methods in ibspan.tss.um.ontology with parameters of type Event
 void EventSessionImpl.addHasEvent(Event hasEvent)
           
 void EventSession.addHasEvent(Event hasEvent)
          Adds a value for the 'hasEvent' property
 void EventSessionListener.hasEventAdded(EventSession source, Event newValue)
          Called when a value of hasEvent has been added
 void EventListener.hasEventIDChanged(Event source)
          Called when hasEventID has changed
 void EventSessionListener.hasEventRemoved(EventSession source, Event oldValue)
          Called when a value of hasEvent has been removed
 void EventListener.hasExtendedUserBehaviourChanged(Event source)
          Called when hasExtendedUserBehaviour has changed
 void EventListener.hasSessionIDChanged(Event source)
          Called when hasSessionID has changed
 void EventListener.hasUserIDChanged(Event source)
          Called when hasUserID has changed
 void EventSessionImpl.removeHasEvent(Event hasEvent)
           
 void EventSession.removeHasEvent(Event hasEvent)
          Removes a value for the 'hasEvent' property.
 void EventListener.whenChanged(Event source)
          Called when when has changed