Uses of Interface
com.hammurapi.review.Observation

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

Uses of Observation in com.hammurapi.review
 

Subinterfaces of Observation in com.hammurapi.review
 interface Annotation
          A representation of the model object 'Annotation'.
 interface Measurement
          A representation of the model object 'Measurement'.
 interface Violation
          A representation of the model object 'Violation'.
 interface Warning
          A representation of the model object 'Warning'.
 

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

Methods in com.hammurapi.review that return types with arguments of type Observation
 org.eclipse.emf.common.util.EList<Observation> LanguageElement.getObservations()
          Returns the value of the 'Observations' containment reference list.
 

Methods in com.hammurapi.review with parameters of type Observation
 void Aggregator.consumeObservation(Observation observation)
           
 void CompositeObservationSink.consumeObservation(Observation observation)
           
 void ModuleAggregator.consumeObservation(Observation observation)
           
 void ObservationSink.consumeObservation(Observation observation)
          Consumes review observation.
 void Report.setObservations(Observation value)
          Sets the value of the 'Observations' reference.
 

Uses of Observation in com.hammurapi.review.impl
 

Classes in com.hammurapi.review.impl that implement Observation
 class AnnotationImpl
          An implementation of the model object 'Annotation'.
 class MeasurementImpl
          An implementation of the model object 'Measurement'.
 class ObservationImpl
          An implementation of the model object 'Observation'.
 class ViolationImpl
          An implementation of the model object 'Violation'.
 class WarningImpl
          An implementation of the model object 'Warning'.
 

Fields in com.hammurapi.review.impl declared as Observation
protected  Observation ReportImpl.observations
          The cached value of the 'Observations' reference.
 

Fields in com.hammurapi.review.impl with type parameters of type Observation
protected  org.eclipse.emf.common.util.EList<Observation> RevisionImpl.observations
          The cached value of the 'Observations' containment reference list.
 

Methods in com.hammurapi.review.impl that return Observation
 Observation ReportImpl.basicGetObservations()
           
 Observation ReviewFactoryImpl.createObservation()
           
 Observation ReportImpl.getObservations()
           
 

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

Methods in com.hammurapi.review.impl with parameters of type Observation
 org.eclipse.emf.common.notify.NotificationChain ReportImpl.basicSetObservations(Observation newObservations, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void ReportImpl.setObservations(Observation newObservations)
           
 

Uses of Observation in com.hammurapi.review.util
 

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