Package org.omg.smm
Interface Measurement
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,SmmElement
- All Known Subinterfaces:
BinaryMeasurement,CollectiveMeasurement,DimensionalMeasurement,DirectMeasurement,GradeMeasurement,NamedMeasurement,RankingMeasurement,RatioMeasurement,RescaledMeasurement
- All Known Implementing Classes:
BinaryMeasurementImpl,CollectiveMeasurementImpl,DimensionalMeasurementImpl,DirectMeasurementImpl,GradeMeasurementImpl,MeasurementImpl,NamedMeasurementImpl,RankingMeasurementImpl,RatioMeasurementImpl,RescaledMeasurementImpl
public interface Measurement extends SmmElement
A representation of the model object 'Measurement'.
The following features are supported:
- See Also:
SmmPackage.getMeasurement()
-
Method Summary
Modifier and Type Method Description StringgetBreakValue()Returns the value of the 'Break Value' attribute.org.eclipse.emf.common.util.EList<EquivalentMeasurementRelationship>getEquivalentFrom()Returns the value of the 'Equivalent From' reference list.org.eclipse.emf.common.util.EList<EquivalentMeasurementRelationship>getEquivalentTo()Returns the value of the 'Equivalent To' reference list.StringgetError()Returns the value of the 'Error' attribute.org.eclipse.emf.common.util.EList<MeasurementRelationship>getInbound()Returns the value of the 'Inbound' reference list.org.eclipse.emf.ecore.EObjectgetMeasurand()Returns the value of the 'Measurand' reference.StringgetMeasureLabel()StringgetMeasurementLabel()org.eclipse.emf.common.util.EList<MeasurementRelationship>getMeasurementRelationships()Returns the value of the 'Measurement Relationships' containment reference list.ObservedMeasuregetObservedMeasure()Returns the value of the 'Observed Measure' container reference.org.eclipse.emf.common.util.EList<MeasurementRelationship>getOutbound()Returns the value of the 'Outbound' reference list.org.eclipse.emf.common.util.EList<RefinementMeasurementRelationship>getRefinementFrom()Returns the value of the 'Refinement From' reference list.org.eclipse.emf.common.util.EList<RefinementMeasurementRelationship>getRefinementTo()Returns the value of the 'Refinement To' reference list.voidsetBreakValue(String value)Sets the value of the 'Break Value' attribute.voidsetError(String value)Sets the value of the 'Error' attribute.voidsetMeasurand(org.eclipse.emf.ecore.EObject value)Sets the value of the 'Measurand' reference.voidsetObservedMeasure(ObservedMeasure value)Sets the value of the 'Observed Measure' container 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, eSetDeliverMethods inherited from interface org.omg.smm.SmmElement
getAnnotations, getAttributes, getDescription, getInRelationships, getName, getOutRelationships, getShortDescription, setDescription, setName, setShortDescription
-
Method Details
-
getBreakValue
String getBreakValue()Returns the value of the 'Break Value' attribute.- Returns:
- the value of the 'Break Value' attribute.
- See Also:
setBreakValue(String),SmmPackage.getMeasurement_BreakValue()
-
setBreakValue
Sets the value of the 'Break Value' attribute.- Parameters:
value- the new value of the 'Break Value' attribute.- See Also:
getBreakValue()
-
getError
String getError()Returns the value of the 'Error' attribute.- Returns:
- the value of the 'Error' attribute.
- See Also:
setError(String),SmmPackage.getMeasurement_Error()
-
setError
Sets the value of the 'Error' attribute.- Parameters:
value- the new value of the 'Error' attribute.- See Also:
getError()
-
getMeasurementRelationships
org.eclipse.emf.common.util.EList<MeasurementRelationship> getMeasurementRelationships()Returns the value of the 'Measurement Relationships' containment reference list. The list contents are of typeMeasurementRelationship.- Returns:
- the value of the 'Measurement Relationships' containment reference list.
- See Also:
SmmPackage.getMeasurement_MeasurementRelationships()
-
getEquivalentFrom
org.eclipse.emf.common.util.EList<EquivalentMeasurementRelationship> getEquivalentFrom()Returns the value of the 'Equivalent From' reference list. The list contents are of typeEquivalentMeasurementRelationship.- Returns:
- the value of the 'Equivalent From' reference list.
- See Also:
SmmPackage.getMeasurement_EquivalentFrom()
-
getEquivalentTo
org.eclipse.emf.common.util.EList<EquivalentMeasurementRelationship> getEquivalentTo()Returns the value of the 'Equivalent To' reference list. The list contents are of typeEquivalentMeasurementRelationship.- Returns:
- the value of the 'Equivalent To' reference list.
- See Also:
SmmPackage.getMeasurement_EquivalentTo()
-
getOutbound
org.eclipse.emf.common.util.EList<MeasurementRelationship> getOutbound()Returns the value of the 'Outbound' reference list. The list contents are of typeMeasurementRelationship.- Returns:
- the value of the 'Outbound' reference list.
- See Also:
SmmPackage.getMeasurement_Outbound()
-
getInbound
org.eclipse.emf.common.util.EList<MeasurementRelationship> getInbound()Returns the value of the 'Inbound' reference list. The list contents are of typeMeasurementRelationship.- Returns:
- the value of the 'Inbound' reference list.
- See Also:
SmmPackage.getMeasurement_Inbound()
-
getRefinementTo
org.eclipse.emf.common.util.EList<RefinementMeasurementRelationship> getRefinementTo()Returns the value of the 'Refinement To' reference list. The list contents are of typeRefinementMeasurementRelationship.- Returns:
- the value of the 'Refinement To' reference list.
- See Also:
SmmPackage.getMeasurement_RefinementTo()
-
getRefinementFrom
org.eclipse.emf.common.util.EList<RefinementMeasurementRelationship> getRefinementFrom()Returns the value of the 'Refinement From' reference list. The list contents are of typeRefinementMeasurementRelationship.- Returns:
- the value of the 'Refinement From' reference list.
- See Also:
SmmPackage.getMeasurement_RefinementFrom()
-
getObservedMeasure
ObservedMeasure getObservedMeasure()Returns the value of the 'Observed Measure' container reference. It is bidirectional and its opposite is 'Measurements'.- Returns:
- the value of the 'Observed Measure' container reference.
- See Also:
setObservedMeasure(ObservedMeasure),SmmPackage.getMeasurement_ObservedMeasure(),ObservedMeasure.getMeasurements()
-
setObservedMeasure
Sets the value of the 'Observed Measure' container reference.- Parameters:
value- the new value of the 'Observed Measure' container reference.- See Also:
getObservedMeasure()
-
getMeasurand
org.eclipse.emf.ecore.EObject getMeasurand()Returns the value of the 'Measurand' reference.- Returns:
- the value of the 'Measurand' reference.
- See Also:
setMeasurand(EObject),SmmPackage.getMeasurement_Measurand()
-
setMeasurand
void setMeasurand(org.eclipse.emf.ecore.EObject value)Sets the value of the 'Measurand' reference.- Parameters:
value- the new value of the 'Measurand' reference.- See Also:
getMeasurand()
-
getMeasureLabel
String getMeasureLabel() -
getMeasurementLabel
String getMeasurementLabel()
-