Interface Observation
- All Known Implementing Classes:
EnvironmentalStateObservation,ObservationImpl
A representation of the model object 'Observation'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Observed' reference.voidsetObserved(State value) Sets the value of the 'Observed' reference.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getObserved
State getObserved()Returns the value of the 'Observed' reference.- Returns:
- the value of the 'Observed' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setObserved
Sets the value of the 'Observed' reference.- Parameters:
value- the new value of the 'Observed' reference.- See Also:
- Generated class or method.
-