Package org.omg.smm
Interface DimensionalMeasure
- All Superinterfaces:
AbstractMeasureElement,org.eclipse.emf.ecore.EObject,Measure,org.eclipse.emf.common.notify.Notifier,SmmElement
- All Known Subinterfaces:
BinaryMeasure,CollectiveMeasure,DirectMeasure,NamedMeasure,RankingMeasure,RatioMeasure,RescaledMeasure
- All Known Implementing Classes:
BinaryMeasureImpl,CollectiveMeasureImpl,DimensionalMeasureImpl,DirectMeasureImpl,NamedMeasureImpl,RankingMeasureImpl,RatioMeasureImpl,RescaledMeasureImpl
public interface DimensionalMeasure extends Measure
A representation of the model object 'Dimensional Measure'.
The following features are supported:
- See Also:
SmmPackage.getDimensionalMeasure()
-
Method Summary
Modifier and Type Method Description org.eclipse.emf.common.util.EList<Base1MeasureRelationship>getBaseMeasure1From()Returns the value of the 'Base Measure1 From' reference list.org.eclipse.emf.common.util.EList<Base2MeasureRelationship>getBaseMeasure2From()Returns the value of the 'Base Measure2 From' reference list.org.eclipse.emf.common.util.EList<BaseNMeasureRelationship>getBaseMeasureFrom()Returns the value of the 'Base Measure From' reference list.StringgetFormula()Returns the value of the 'Formula' attribute.org.eclipse.emf.common.util.EList<GradeMeasureRelationship>getGradeFrom()Returns the value of the 'Grade From' reference list.org.eclipse.emf.common.util.EList<RankingMeasureRelationship>getRankingFrom()Returns the value of the 'Ranking From' reference list.org.eclipse.emf.common.util.EList<RescaledMeasureRelationship>getRescaleTo()Returns the value of the 'Rescale To' reference list.UnitOfMeasuregetUnit()Returns the value of the 'Unit' reference.voidsetFormula(String value)Sets the value of the 'Formula' attribute.voidsetUnit(UnitOfMeasure value)Sets the value of the 'Unit' 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.omg.smm.Measure
getAllArguments, getArguments, getCategory, getCustomScale, getDefaultQuery, getEquivalentFrom, getEquivalentTo, getInbound, getMeasureLabelFormat, getMeasurementLabelFormat, getMeasureRelationships, getOutbound, getRefinementFrom, getRefinementTo, getScale, getScope, getSource, getTrait, getVisible, setCustomScale, setDefaultQuery, setMeasureLabelFormat, setMeasurementLabelFormat, setScale, setScope, setSource, setTrait, setVisibleMethods 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
-
getBaseMeasure1From
org.eclipse.emf.common.util.EList<Base1MeasureRelationship> getBaseMeasure1From()Returns the value of the 'Base Measure1 From' reference list. The list contents are of typeBase1MeasureRelationship.- Returns:
- the value of the 'Base Measure1 From' reference list.
- See Also:
SmmPackage.getDimensionalMeasure_BaseMeasure1From()
-
getBaseMeasureFrom
org.eclipse.emf.common.util.EList<BaseNMeasureRelationship> getBaseMeasureFrom()Returns the value of the 'Base Measure From' reference list. The list contents are of typeBaseNMeasureRelationship.- Returns:
- the value of the 'Base Measure From' reference list.
- See Also:
SmmPackage.getDimensionalMeasure_BaseMeasureFrom()
-
getBaseMeasure2From
org.eclipse.emf.common.util.EList<Base2MeasureRelationship> getBaseMeasure2From()Returns the value of the 'Base Measure2 From' reference list. The list contents are of typeBase2MeasureRelationship.- Returns:
- the value of the 'Base Measure2 From' reference list.
- See Also:
SmmPackage.getDimensionalMeasure_BaseMeasure2From()
-
getRankingFrom
org.eclipse.emf.common.util.EList<RankingMeasureRelationship> getRankingFrom()Returns the value of the 'Ranking From' reference list. The list contents are of typeRankingMeasureRelationship.- Returns:
- the value of the 'Ranking From' reference list.
- See Also:
SmmPackage.getDimensionalMeasure_RankingFrom()
-
getRescaleTo
org.eclipse.emf.common.util.EList<RescaledMeasureRelationship> getRescaleTo()Returns the value of the 'Rescale To' reference list. The list contents are of typeRescaledMeasureRelationship.- Returns:
- the value of the 'Rescale To' reference list.
- See Also:
SmmPackage.getDimensionalMeasure_RescaleTo()
-
getGradeFrom
org.eclipse.emf.common.util.EList<GradeMeasureRelationship> getGradeFrom()Returns the value of the 'Grade From' reference list. The list contents are of typeGradeMeasureRelationship.- Returns:
- the value of the 'Grade From' reference list.
- See Also:
SmmPackage.getDimensionalMeasure_GradeFrom()
-
getUnit
UnitOfMeasure getUnit()Returns the value of the 'Unit' reference.- Returns:
- the value of the 'Unit' reference.
- See Also:
setUnit(UnitOfMeasure),SmmPackage.getDimensionalMeasure_Unit()
-
setUnit
Sets the value of the 'Unit' reference.- Parameters:
value- the new value of the 'Unit' reference.- See Also:
getUnit()
-
getFormula
String getFormula()Returns the value of the 'Formula' attribute.- Returns:
- the value of the 'Formula' attribute.
- See Also:
setFormula(String),SmmPackage.getDimensionalMeasure_Formula()
-
setFormula
Sets the value of the 'Formula' attribute.- Parameters:
value- the new value of the 'Formula' attribute.- See Also:
getFormula()
-