Uses of Interface
com.hammurapi.review.Revision

Packages that use Revision
com.hammurapi.review   
com.hammurapi.review.impl   
com.hammurapi.review.util   
 

Uses of Revision in com.hammurapi.review
 

Methods in com.hammurapi.review that return types with arguments of type Revision
 org.eclipse.emf.common.util.EList<Revision> Baseline.getRoots()
          Returns the value of the 'Roots' containment reference list.
 

Uses of Revision in com.hammurapi.review.impl
 

Classes in com.hammurapi.review.impl that implement Revision
 class RevisionImpl
          An implementation of the model object 'Revision'.
 

Fields in com.hammurapi.review.impl with type parameters of type Revision
protected  org.eclipse.emf.common.util.EList<Revision> BaselineImpl.roots
          The cached value of the 'Roots' containment reference list.
 

Methods in com.hammurapi.review.impl that return types with arguments of type Revision
 org.eclipse.emf.common.util.EList<Revision> BaselineImpl.getRoots()
           
 

Uses of Revision in com.hammurapi.review.util
 

Methods in com.hammurapi.review.util with parameters of type Revision
 T ReviewSwitch.caseRevision(Revision object)
          Returns the result of interpreting the object as an instance of 'Revision'.