public interface Observation extends SmmElement
The following features are supported:
SmmPackage.getObservation()| Modifier and Type | Method and 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.
|
String |
getObserver()
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.
|
String |
getTool()
Returns the value of the 'Tool' attribute.
|
SimpleDateFormat |
getWhenObserved()
Returns the value of the 'When Observed' attribute.
|
void |
setObserver(String value)
Sets the value of the '
Observer' attribute. |
void |
setTool(String value)
Sets the value of the '
Tool' attribute. |
void |
setWhenObserved(SimpleDateFormat value)
Sets the value of the '
When Observed' attribute. |
getAnnotations, getAttributes, getDescription, getInRelationships, getName, getOutRelationships, getShortDescription, setDescription, setName, setShortDescriptionString getObserver()
setObserver(String),
SmmPackage.getObservation_Observer()void setObserver(String value)
Observer' attribute.
value - the new value of the 'Observer' attribute.getObserver()String getTool()
setTool(String),
SmmPackage.getObservation_Tool()void setTool(String value)
Tool' attribute.
value - the new value of the 'Tool' attribute.getTool()SimpleDateFormat getWhenObserved()
setWhenObserved(SimpleDateFormat),
SmmPackage.getObservation_WhenObserved()void setWhenObserved(SimpleDateFormat value)
When Observed' attribute.
value - the new value of the 'When Observed' attribute.getWhenObserved()org.eclipse.emf.common.util.EList<ObservationScope> getScopes()
ObservationScope.
SmmPackage.getObservation_Scopes()org.eclipse.emf.common.util.EList<ObservedMeasure> getObservedMeasures()
ObservedMeasure.
SmmPackage.getObservation_ObservedMeasures()org.eclipse.emf.common.util.EList<Argument> getArguments()
Argument.
SmmPackage.getObservation_Arguments()org.eclipse.emf.common.util.EList<AbstractMeasureElement> getRequestedMeasures()
AbstractMeasureElement.
SmmPackage.getObservation_RequestedMeasures()Copyright © 2018–2020 Atlanmod. All rights reserved.