Package org.omg.smm
Interface DimensionalMeasurement
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,Measurement,org.eclipse.emf.common.notify.Notifier,SmmElement
- All Known Subinterfaces:
BinaryMeasurement,CollectiveMeasurement,DirectMeasurement,NamedMeasurement,RankingMeasurement,RatioMeasurement,RescaledMeasurement
- All Known Implementing Classes:
BinaryMeasurementImpl,CollectiveMeasurementImpl,DimensionalMeasurementImpl,DirectMeasurementImpl,NamedMeasurementImpl,RankingMeasurementImpl,RatioMeasurementImpl,RescaledMeasurementImpl
public interface DimensionalMeasurement extends Measurement
A representation of the model object 'Dimensional Measurement'.
The following features are supported:
- See Also:
SmmPackage.getDimensionalMeasurement()
-
Method Summary
Modifier and Type Method Description org.eclipse.emf.common.util.EList<Base1MeasurementRelationship>getBaseMeasurement1From()Returns the value of the 'Base Measurement1 From' reference list.org.eclipse.emf.common.util.EList<Base2MeasurementRelationship>getBaseMeasurement2From()Returns the value of the 'Base Measurement2 From' reference list.org.eclipse.emf.common.util.EList<BaseNMeasurementRelationship>getBaseMeasurementFrom()Returns the value of the 'Base Measurement From' reference list.org.eclipse.emf.common.util.EList<GradeMeasurementRelationship>getGradeFrom()Returns the value of the 'Grade From' reference list.org.eclipse.emf.common.util.EList<RankingMeasurementRelationship>getRankingFrom()Returns the value of the 'Ranking From' reference list.org.eclipse.emf.common.util.EList<RescaledMeasurementRelationship>getRescaleTo()Returns the value of the 'Rescale To' reference list.doublegetValue()Returns the value of the 'Value' attribute.voidsetValue(double value)Sets the value of the 'Value' 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.omg.smm.Measurement
getBreakValue, getEquivalentFrom, getEquivalentTo, getError, getInbound, getMeasurand, getMeasureLabel, getMeasurementLabel, getMeasurementRelationships, getObservedMeasure, getOutbound, getRefinementFrom, getRefinementTo, setBreakValue, setError, setMeasurand, setObservedMeasureMethods 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
-
getValue
double getValue()Returns the value of the 'Value' attribute.- Returns:
- the value of the 'Value' attribute.
- See Also:
setValue(double),SmmPackage.getDimensionalMeasurement_Value()
-
setValue
void setValue(double value)Sets the value of the 'Value' attribute.- Parameters:
value- the new value of the 'Value' attribute.- See Also:
getValue()
-
getBaseMeasurement1From
org.eclipse.emf.common.util.EList<Base1MeasurementRelationship> getBaseMeasurement1From()Returns the value of the 'Base Measurement1 From' reference list. The list contents are of typeBase1MeasurementRelationship.- Returns:
- the value of the 'Base Measurement1 From' reference list.
- See Also:
SmmPackage.getDimensionalMeasurement_BaseMeasurement1From()
-
getBaseMeasurementFrom
org.eclipse.emf.common.util.EList<BaseNMeasurementRelationship> getBaseMeasurementFrom()Returns the value of the 'Base Measurement From' reference list. The list contents are of typeBaseNMeasurementRelationship.- Returns:
- the value of the 'Base Measurement From' reference list.
- See Also:
SmmPackage.getDimensionalMeasurement_BaseMeasurementFrom()
-
getBaseMeasurement2From
org.eclipse.emf.common.util.EList<Base2MeasurementRelationship> getBaseMeasurement2From()Returns the value of the 'Base Measurement2 From' reference list. The list contents are of typeBase2MeasurementRelationship.- Returns:
- the value of the 'Base Measurement2 From' reference list.
- See Also:
SmmPackage.getDimensionalMeasurement_BaseMeasurement2From()
-
getGradeFrom
org.eclipse.emf.common.util.EList<GradeMeasurementRelationship> getGradeFrom()Returns the value of the 'Grade From' reference list. The list contents are of typeGradeMeasurementRelationship.- Returns:
- the value of the 'Grade From' reference list.
- See Also:
SmmPackage.getDimensionalMeasurement_GradeFrom()
-
getRescaleTo
org.eclipse.emf.common.util.EList<RescaledMeasurementRelationship> getRescaleTo()Returns the value of the 'Rescale To' reference list. The list contents are of typeRescaledMeasurementRelationship.- Returns:
- the value of the 'Rescale To' reference list.
- See Also:
SmmPackage.getDimensionalMeasurement_RescaleTo()
-
getRankingFrom
org.eclipse.emf.common.util.EList<RankingMeasurementRelationship> getRankingFrom()Returns the value of the 'Ranking From' reference list. The list contents are of typeRankingMeasurementRelationship.- Returns:
- the value of the 'Ranking From' reference list.
- See Also:
SmmPackage.getDimensionalMeasurement_RankingFrom()
-