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

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

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

Subinterfaces of Createable 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.
 

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

Classes in de.uka.ipd.consensus.impl that implement Createable
 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