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

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

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

Subinterfaces of Commentatable 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 Rating
          This interface represents one rating given by a user to a rateable element.
 interface Topic
          This interface repesents a topic, the main element of the ontology.
 interface User
          This interface represents a user who is part of the ontology, but managed by the UserManager.
 

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

Classes in de.uka.ipd.consensus.impl that implement Commentatable
 class AssociationImpl
          This is the TM4J-based implementation of the Association interface.
 class AttributeImpl
          TODO
 class SQLRatingImpl
          TODO
 class TM4JRatingImpl
          Deprecated. slow... SQLRatingImpl is used instead
 class TM4JTopicWrapper
          TODO
 class TopicImpl
          TODO
 class UserImpl
          TODO