Uses of Interface
com.hammurapi.review.Report

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

Uses of Report in com.hammurapi.review
 

Methods in com.hammurapi.review that return Report
 Report ReviewFactory.createReport()
          Returns a new object of class 'Report'.
 Report Observation.getReport()
          Returns the value of the 'Report' reference.
 

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

Methods in com.hammurapi.review with parameters of type Report
 void Observation.setReport(Report value)
          Sets the value of the 'Report' reference.
 

Uses of Report in com.hammurapi.review.impl
 

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

Fields in com.hammurapi.review.impl declared as Report
protected  Report ObservationImpl.report
          The cached value of the 'Report' reference.
 

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

Methods in com.hammurapi.review.impl that return Report
 Report ObservationImpl.basicGetReport()
           
 Report ReviewFactoryImpl.createReport()
           
 Report ObservationImpl.getReport()
           
 

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

Methods in com.hammurapi.review.impl with parameters of type Report
 org.eclipse.emf.common.notify.NotificationChain ObservationImpl.basicSetReport(Report newReport, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void ObservationImpl.setReport(Report newReport)
           
 

Uses of Report in com.hammurapi.review.util
 

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