Uses of Interface
com.hammurapi.review.LanguageElement

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

Uses of LanguageElement in com.hammurapi.review
 

Subinterfaces of LanguageElement in com.hammurapi.review
 interface Revision
          A representation of the model object 'Revision'.
 

Methods in com.hammurapi.review that return LanguageElement
 LanguageElement Observation.getSource()
          Returns the value of the 'Source' container reference.
 

Methods in com.hammurapi.review with parameters of type LanguageElement
 void Observation.setSource(LanguageElement value)
          Sets the value of the 'Source' container reference.
 

Constructors in com.hammurapi.review with parameters of type LanguageElement
Aggregator(LanguageElement languageElement)
          Aggregates findings reported by the given language element and its children.
 

Uses of LanguageElement in com.hammurapi.review.impl
 

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

Methods in com.hammurapi.review.impl that return LanguageElement
 LanguageElement ObservationImpl.getSource()
           
 

Methods in com.hammurapi.review.impl with parameters of type LanguageElement
 org.eclipse.emf.common.notify.NotificationChain ObservationImpl.basicSetSource(LanguageElement newSource, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void ObservationImpl.setSource(LanguageElement newSource)
           
 

Uses of LanguageElement in com.hammurapi.review.util
 

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