Uses of Interface
com.hammurapi.review.Baseline

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

Uses of Baseline in com.hammurapi.review
 

Methods in com.hammurapi.review that return Baseline
 Baseline ReviewFactory.createBaseline()
          Returns a new object of class 'Baseline'.
 Baseline Report.getBaseline()
          Returns the value of the 'Baseline' container reference.
 

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

Methods in com.hammurapi.review with parameters of type Baseline
 void Report.setBaseline(Baseline value)
          Sets the value of the 'Baseline' container reference.
 

Uses of Baseline in com.hammurapi.review.impl
 

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

Fields in com.hammurapi.review.impl with type parameters of type Baseline
protected  org.eclipse.emf.common.util.EList<Baseline> RepositoryImpl.baselines
          The cached value of the 'Baselines' containment reference list.
 

Methods in com.hammurapi.review.impl that return Baseline
 Baseline ReviewFactoryImpl.createBaseline()
           
 Baseline ReportImpl.getBaseline()
           
 

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

Methods in com.hammurapi.review.impl with parameters of type Baseline
 org.eclipse.emf.common.notify.NotificationChain ReportImpl.basicSetBaseline(Baseline newBaseline, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void ReportImpl.setBaseline(Baseline newBaseline)
           
 

Uses of Baseline in com.hammurapi.review.util
 

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