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

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

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

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

Methods in de.uka.ipd.consensus.foundation.schema that return Versionable
 Versionable Version.getVersionable()
          Returns the versionable element.
 

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

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

Methods in de.uka.ipd.consensus.impl that return Versionable
 Versionable VersionImpl.getVersionable()
          TODO
 

Constructors in de.uka.ipd.consensus.impl with parameters of type Versionable
VersionImpl(Versionable versionable)
           
VersionImpl(Versionable versionable, long date)