Package org.omg.smm
Interface Observation
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,SmmElement
- All Known Implementing Classes:
ObservationImpl
public interface Observation extends SmmElement
A representation of the model object 'Observation'.
The following features are supported:
- See Also:
SmmPackage.getObservation()
-
Method Summary
Modifier and Type Method Description org.eclipse.emf.common.util.EList<Argument>getArguments()Returns the value of the 'Arguments' containment reference list.org.eclipse.emf.common.util.EList<ObservedMeasure>getObservedMeasures()Returns the value of the 'Observed Measures' containment reference list.StringgetObserver()Returns the value of the 'Observer' attribute.org.eclipse.emf.common.util.EList<AbstractMeasureElement>getRequestedMeasures()Returns the value of the 'Requested Measures' reference list.org.eclipse.emf.common.util.EList<ObservationScope>getScopes()Returns the value of the 'Scopes' containment reference list.StringgetTool()Returns the value of the 'Tool' attribute.SimpleDateFormatgetWhenObserved()Returns the value of the 'When Observed' attribute.voidsetObserver(String value)Sets the value of the 'Observer' attribute.voidsetTool(String value)Sets the value of the 'Tool' attribute.voidsetWhenObserved(SimpleDateFormat value)Sets the value of the 'When Observed' attribute.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, eSetDeliverMethods inherited from interface org.omg.smm.SmmElement
getAnnotations, getAttributes, getDescription, getInRelationships, getName, getOutRelationships, getShortDescription, setDescription, setName, setShortDescription
-
Method Details
-
getObserver
String getObserver()Returns the value of the 'Observer' attribute.- Returns:
- the value of the 'Observer' attribute.
- See Also:
setObserver(String),SmmPackage.getObservation_Observer()
-
setObserver
Sets the value of the 'Observer' attribute.- Parameters:
value- the new value of the 'Observer' attribute.- See Also:
getObserver()
-
getTool
String getTool()Returns the value of the 'Tool' attribute.- Returns:
- the value of the 'Tool' attribute.
- See Also:
setTool(String),SmmPackage.getObservation_Tool()
-
setTool
Sets the value of the 'Tool' attribute.- Parameters:
value- the new value of the 'Tool' attribute.- See Also:
getTool()
-
getWhenObserved
SimpleDateFormat getWhenObserved()Returns the value of the 'When Observed' attribute.- Returns:
- the value of the 'When Observed' attribute.
- See Also:
setWhenObserved(SimpleDateFormat),SmmPackage.getObservation_WhenObserved()
-
setWhenObserved
Sets the value of the 'When Observed' attribute.- Parameters:
value- the new value of the 'When Observed' attribute.- See Also:
getWhenObserved()
-
getScopes
org.eclipse.emf.common.util.EList<ObservationScope> getScopes()Returns the value of the 'Scopes' containment reference list. The list contents are of typeObservationScope.- Returns:
- the value of the 'Scopes' containment reference list.
- See Also:
SmmPackage.getObservation_Scopes()
-
getObservedMeasures
org.eclipse.emf.common.util.EList<ObservedMeasure> getObservedMeasures()Returns the value of the 'Observed Measures' containment reference list. The list contents are of typeObservedMeasure.- Returns:
- the value of the 'Observed Measures' containment reference list.
- See Also:
SmmPackage.getObservation_ObservedMeasures()
-
getArguments
org.eclipse.emf.common.util.EList<Argument> getArguments()Returns the value of the 'Arguments' containment reference list. The list contents are of typeArgument.- Returns:
- the value of the 'Arguments' containment reference list.
- See Also:
SmmPackage.getObservation_Arguments()
-
getRequestedMeasures
org.eclipse.emf.common.util.EList<AbstractMeasureElement> getRequestedMeasures()Returns the value of the 'Requested Measures' reference list. The list contents are of typeAbstractMeasureElement.- Returns:
- the value of the 'Requested Measures' reference list.
- See Also:
SmmPackage.getObservation_RequestedMeasures()
-