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

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

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

Methods in de.uka.ipd.consensus.foundation.ontology that return Rateable
 Rateable OntologyManager.checkInternalRateable(Rateable rateable)
          Checks the given rateable object if it is a special association that is usually wrapped inside a TypeInstance, SuperSubclass or Synonym.
 

Methods in de.uka.ipd.consensus.foundation.ontology with parameters of type Rateable
 Rateable OntologyManager.checkInternalRateable(Rateable rateable)
          Checks the given rateable object if it is a special association that is usually wrapped inside a TypeInstance, SuperSubclass or Synonym.
 

Uses of Rateable in de.uka.ipd.consensus.foundation.rights
 

Methods in de.uka.ipd.consensus.foundation.rights with parameters of type Rateable
 boolean DynamicRightsManager.mayAddRating(Rating rating, Rateable rateable)
          Checks if a user is allowed to assign a rating to a certain rateable element.
 void DynamicRightsManager.checkAddRating(Rating rating, Rateable rateable)
          Checks if a user is allowed to assign a rating to a certain rateable element.
 

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

Subinterfaces of Rateable in de.uka.ipd.consensus.foundation.schema
 interface Association
          This interface manages associations between topics which are separated into roles.
 interface Attribute
          This interface represents an attribute (name/value pair) of a topic.
 interface Concept
          This is the superinterface of the main elements of the ontology: topics, associations and attributes.
 interface SuperSubclass
          This is a wrapper interface for special associations that manage the superclass-subclass-relationship between two topics.
 interface Synonym
          This is a wrapper interface for special associations that manage the synonym-relationship between two topics.
 interface Topic
          This interface repesents a topic, the main element of the ontology.
 interface TypeInstance
          This is a wrapper interface for special associations that manage the type-instance-relationship between two topics.
 interface User
          This interface represents a user who is part of the ontology, but managed by the UserManager.
 

Methods in de.uka.ipd.consensus.foundation.schema that return Rateable
 Rateable Rating.getRateable()
          Returns the rated element.
 

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

Classes in de.uka.ipd.consensus.impl that implement Rateable
 class AssociationImpl
          This is the TM4J-based implementation of the Association interface.
 class AttributeImpl
          TODO
 class SuperSubclassImpl
          TODO
 class SynonymImpl
          TODO
 class TM4JTopicWrapper
          TODO
 class TopicImpl
          TODO
 class TypeInstanceImpl
          TODO
 class UserImpl
          TODO
 

Methods in de.uka.ipd.consensus.impl that return Rateable
 Rateable OntologyManagerImpl.checkInternalRateable(Rateable rateable)
           
 Rateable SQLRatingImpl.getRateable()
           
protected  Rateable SQLRatingImpl.getInternalRateable()
           
 Rateable TM4JRatingImpl.getRateable()
          Deprecated.  
protected  Rateable TM4JRatingManagerImpl.getRateable(TM4JRatingImpl rating)
          Deprecated.  
 

Methods in de.uka.ipd.consensus.impl with parameters of type Rateable
 boolean DynamicRightsManagerImpl.mayAddRating(Rating rating, Rateable rateable)
           
 void DynamicRightsManagerImpl.checkAddRating(Rating rating, Rateable rateable)
           
 Rateable OntologyManagerImpl.checkInternalRateable(Rateable rateable)
           
protected  void SQLRatingImpl.setRateable(Rateable rateable)
           
protected  void TM4JRatingManagerImpl.fireRatingSet(Rating source, Rateable rated)
          Deprecated.  
protected  void TM4JRatingManagerImpl.fireRatingChanged(Rating source, Rateable rated, double oldRatingValue)
          Deprecated.  
 

Constructors in de.uka.ipd.consensus.impl with parameters of type Rateable
SQLRatingImpl(SQLRatingManagerImpl rmi, int id, String username, Rateable rateable, double value, String comment, long date, long rateddate)
           
SQLRatingImpl(SQLRatingManagerImpl rmi, int id, User creator, String username, Rateable rateable, double value, String comment, long date, long rateddate)
           
SQLRatingImpl(SQLRatingManagerImpl rmi, int id, User creator, String username, Rateable rateable, double value, String comment, long date, long rateddate, boolean historical)