Uses of Interface
de.uka.ipd.consensus.foundation.schema.Occurrence

Packages that use Occurrence
de.uka.ipd.consensus.foundation.ontology   
de.uka.ipd.consensus.foundation.schema Start here for data model interfaces. 
de.uka.ipd.consensus.foundation.scoring   
de.uka.ipd.consensus.impl   
 

Uses of Occurrence in de.uka.ipd.consensus.foundation.ontology
 

Methods in de.uka.ipd.consensus.foundation.ontology that return Occurrence
 Occurrence OntologyEvent.getOccurrence()
          Returns the occurrence for occurrence events (creating, changing, removing).
 

Constructors in de.uka.ipd.consensus.foundation.ontology with parameters of type Occurrence
OntologyEvent(ConsensusFoundationManager cfm, Concept source, User user, String oldValue, Topic oldType, Topic topic, Occurrence occurrence, Synonym synonym)
           
 

Uses of Occurrence in de.uka.ipd.consensus.foundation.schema
 

Methods in de.uka.ipd.consensus.foundation.schema that return Occurrence
 Occurrence Topic.addOccurrence(User adder, String data, Topic type)
          Creates an occurrence for this topic with the given type and value (data).
 Occurrence Topic.getOccurrence(User user, String id)
          Queries an occurrence of this topic with the given id.
 

Methods in de.uka.ipd.consensus.foundation.schema with parameters of type Occurrence
 void Topic.removeOccurrence(User remover, Occurrence occ)
          Removes an occurrence from this topic.
 

Uses of Occurrence in de.uka.ipd.consensus.foundation.scoring
 

Methods in de.uka.ipd.consensus.foundation.scoring that return Occurrence
 Occurrence ScoringEvent.getOccurrence()
          Returns the occurrence for occurrence events (creating, changing, removing).
 

Constructors in de.uka.ipd.consensus.foundation.scoring with parameters of type Occurrence
ScoringEvent(ConsensusFoundationManager cfm, User source, int id, Concept concept, User ratedUser, Rating rating, double oldRatingValue, String oldValue, Topic oldType, Topic topic, Occurrence occurrence, Synonym synonym)
           
 

Uses of Occurrence in de.uka.ipd.consensus.impl
 

Classes in de.uka.ipd.consensus.impl that implement Occurrence
 class OccurrenceImpl
          TODO
 

Methods in de.uka.ipd.consensus.impl that return Occurrence
 Occurrence TopicImpl.getOccurrence(User user, String id)
           
 Occurrence TopicImpl.addOccurrence(User adder, String data, Topic type)
           
 

Methods in de.uka.ipd.consensus.impl with parameters of type Occurrence
protected  void IncentiveManagerImpl.fireScoringEvent(User source, int id, Concept concept, User ratedUser, Rating rating, double oldRatingValue, String oldValue, Topic oldType, Topic topic, Occurrence occurrence, Synonym synonym)
           
protected  void OntologyManagerImpl.fireOccurrenceCreated(Occurrence occ, User creator, Topic topic)
           
protected  void OntologyManagerImpl.fireOccurrenceChanged(Occurrence occ, User changer, Topic topic, String oldData)
           
protected  void OntologyManagerImpl.fireOccurrenceRemoved(Occurrence occ, User remover, Topic topic)
           
 void TopicImpl.removeOccurrence(User remover, Occurrence occ)