public interface DimensionalMeasure extends Measure
The following features are supported:
SmmPackage.getDimensionalMeasure()| Modifier and Type | Method and 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.
|
String |
getFormula()
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.
|
UnitOfMeasure |
getUnit()
Returns the value of the 'Unit' reference.
|
void |
setFormula(String value)
Sets the value of the '
Formula' attribute. |
void |
setUnit(UnitOfMeasure value)
Sets the value of the '
Unit' reference. |
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, setVisiblegetAnnotations, getAttributes, getDescription, getInRelationships, getName, getOutRelationships, getShortDescription, setDescription, setName, setShortDescriptionorg.eclipse.emf.common.util.EList<Base1MeasureRelationship> getBaseMeasure1From()
Base1MeasureRelationship.
SmmPackage.getDimensionalMeasure_BaseMeasure1From()org.eclipse.emf.common.util.EList<BaseNMeasureRelationship> getBaseMeasureFrom()
BaseNMeasureRelationship.
SmmPackage.getDimensionalMeasure_BaseMeasureFrom()org.eclipse.emf.common.util.EList<Base2MeasureRelationship> getBaseMeasure2From()
Base2MeasureRelationship.
SmmPackage.getDimensionalMeasure_BaseMeasure2From()org.eclipse.emf.common.util.EList<RankingMeasureRelationship> getRankingFrom()
RankingMeasureRelationship.
SmmPackage.getDimensionalMeasure_RankingFrom()org.eclipse.emf.common.util.EList<RescaledMeasureRelationship> getRescaleTo()
RescaledMeasureRelationship.
SmmPackage.getDimensionalMeasure_RescaleTo()org.eclipse.emf.common.util.EList<GradeMeasureRelationship> getGradeFrom()
GradeMeasureRelationship.
SmmPackage.getDimensionalMeasure_GradeFrom()UnitOfMeasure getUnit()
setUnit(UnitOfMeasure),
SmmPackage.getDimensionalMeasure_Unit()void setUnit(UnitOfMeasure value)
Unit' reference.
value - the new value of the 'Unit' reference.getUnit()String getFormula()
setFormula(String),
SmmPackage.getDimensionalMeasure_Formula()void setFormula(String value)
Formula' attribute.
value - the new value of the 'Formula' attribute.getFormula()Copyright © 2018–2020 Atlanmod. All rights reserved.