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

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

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

Methods in de.uka.ipd.consensus.foundation.schema that return Version
 Version Rating.getRatedVersion()
          Returns the version of the rated element.
 Version Versionable.getVersion()
          Returns the version of the versionable element.
 

Methods in de.uka.ipd.consensus.foundation.schema with parameters of type Version
 boolean Version.after(Version ver)
          Checks if this version has a timestamp later than the given version.
 boolean Version.before(Version ver)
          Checks if this version has a timestamp earlier than the given version.
 

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

Classes in de.uka.ipd.consensus.impl that implement Version
 class VersionImpl
          TODO
 

Methods in de.uka.ipd.consensus.impl that return Version
protected  Version AssociationImpl.incVersion()
           
 Version AssociationImpl.getVersion()
           
 Version SQLRatingImpl.getVersion()
           
 Version SQLRatingImpl.getRatedVersion()
           
 Version TM4JRatingImpl.getVersion()
          Deprecated.  
 Version TM4JRatingImpl.getRatedVersion()
          Deprecated.  
protected  Version TM4JTopicWrapper.incVersion()
           
 Version TM4JTopicWrapper.getVersion()
           
 

Methods in de.uka.ipd.consensus.impl with parameters of type Version
 boolean VersionImpl.after(Version ver)
          TODO
 boolean VersionImpl.before(Version ver)
          TODO