Package org.omg.smm.impl
Class DimensionalMeasureImpl
java.lang.Object
org.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.MinimalEObjectImpl
org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
org.omg.smm.impl.SmmElementImpl
org.omg.smm.impl.AbstractMeasureElementImpl
org.omg.smm.impl.MeasureImpl
org.omg.smm.impl.DimensionalMeasureImpl
- All Implemented Interfaces:
org.eclipse.emf.common.notify.Notifier,org.eclipse.emf.ecore.EObject,org.eclipse.emf.ecore.EStructuralFeature.Internal.DynamicValueHolder,org.eclipse.emf.ecore.InternalEObject,AbstractMeasureElement,DimensionalMeasure,Measure,SmmElement
- Direct Known Subclasses:
BinaryMeasureImpl,CollectiveMeasureImpl,DirectMeasureImpl,NamedMeasureImpl,RankingMeasureImpl,RescaledMeasureImpl
public abstract class DimensionalMeasureImpl extends MeasureImpl implements DimensionalMeasure
An implementation of the model object 'Dimensional Measure'.
The following features are implemented:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container.DynamicNested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl
org.eclipse.emf.ecore.impl.MinimalEObjectImpl.ContainerNested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolder, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderBaseImpl, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderImplNested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList<E extends Object & org.eclipse.emf.common.notify.Adapter>, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EObservableAdapterList, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EScannableAdapterListNested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject
org.eclipse.emf.ecore.InternalEObject.EStore -
Field Summary
Fields Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<Base1MeasureRelationship>baseMeasure1FromThe cached value of the 'Base Measure1 From' reference list.protected org.eclipse.emf.common.util.EList<Base2MeasureRelationship>baseMeasure2FromThe cached value of the 'Base Measure2 From' reference list.protected org.eclipse.emf.common.util.EList<BaseNMeasureRelationship>baseMeasureFromThe cached value of the 'Base Measure From' reference list.protected StringformulaThe cached value of the 'Formula' attribute.protected static StringFORMULA_EDEFAULTThe default value of the 'Formula' attribute.protected org.eclipse.emf.common.util.EList<GradeMeasureRelationship>gradeFromThe cached value of the 'Grade From' reference list.protected org.eclipse.emf.common.util.EList<RankingMeasureRelationship>rankingFromThe cached value of the 'Ranking From' reference list.protected org.eclipse.emf.common.util.EList<RescaledMeasureRelationship>rescaleToThe cached value of the 'Rescale To' reference list.protected UnitOfMeasureunitThe cached value of the 'Unit' reference.Fields inherited from class org.omg.smm.impl.MeasureImpl
category, CUSTOM_SCALE_EDEFAULT, customScale, defaultQuery, equivalentFrom, equivalentTo, inbound, MEASURE_LABEL_FORMAT_EDEFAULT, measureLabelFormat, MEASUREMENT_LABEL_FORMAT_EDEFAULT, measurementLabelFormat, measureRelationships, outbound, refinementFrom, refinementTo, scale, SCALE_EDEFAULT, scope, source, SOURCE_EDEFAULT, trait, visible, VISIBLE_EDEFAULTFields inherited from class org.omg.smm.impl.SmmElementImpl
annotations, attributes, description, DESCRIPTION_EDEFAULT, inRelationships, name, NAME_EDEFAULT, outRelationships, SHORT_DESCRIPTION_EDEFAULT, shortDescriptionFields inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
eContainerFields inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
EVIRTUAL_GET, EVIRTUAL_IS_SET, EVIRTUAL_NO_VALUE, EVIRTUAL_SET, EVIRTUAL_UNSETFields inherited from interface org.eclipse.emf.ecore.EStructuralFeature.Internal.DynamicValueHolder
NILFields inherited from interface org.eclipse.emf.ecore.InternalEObject
EOPPOSITE_FEATURE_BASE -
Constructor Summary
Constructors Modifier Constructor Description protectedDimensionalMeasureImpl() -
Method Summary
Modifier and Type Method Description UnitOfMeasurebasicGetUnit()ObjecteGet(int featureID, boolean resolve, boolean coreType)booleaneIsSet(int featureID)voideSet(int featureID, Object newValue)protected org.eclipse.emf.ecore.EClasseStaticClass()voideUnset(int featureID)org.eclipse.emf.common.util.EList<Base1MeasureRelationship>getBaseMeasure1From()org.eclipse.emf.common.util.EList<Base2MeasureRelationship>getBaseMeasure2From()org.eclipse.emf.common.util.EList<BaseNMeasureRelationship>getBaseMeasureFrom()StringgetFormula()org.eclipse.emf.common.util.EList<GradeMeasureRelationship>getGradeFrom()org.eclipse.emf.common.util.EList<RankingMeasureRelationship>getRankingFrom()org.eclipse.emf.common.util.EList<RescaledMeasureRelationship>getRescaleTo()UnitOfMeasuregetUnit()voidsetFormula(String newFormula)voidsetUnit(UnitOfMeasure newUnit)StringtoString()Methods inherited from class org.omg.smm.impl.MeasureImpl
basicGetDefaultQuery, basicGetScope, basicGetTrait, eInverseAdd, eInverseRemove, eInvoke, 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 class org.omg.smm.impl.SmmElementImpl
getAnnotations, getAttributes, getDescription, getInRelationships, getName, getOutRelationships, getShortDescription, setDescription, setName, setShortDescriptionMethods inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
eBasicSetContainer, eInternalContainerMethods inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl
dynamicGet, dynamicSet, dynamicUnset, eAdapters, eBasicAdapterArray, eBasicAdapterListeners, eBasicAdapters, eBasicHasAdapters, eBasicProperties, eBasicSetAdapterArray, eBasicSetAdapterListeners, eBasicSetContainer, eBasicSetContainerFeatureID, eBasicSetSettings, eBasicSettings, eClass, eContainerFeatureID, eContents, eCrossReferences, eDeliver, eDirectResource, eDynamicClass, eHasSettings, eIsProxy, eProperties, eProxyURI, eSetClass, eSetDeliver, eSetDirectResource, eSetProxyURI, eSettingsMethods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
eAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDynamicBasicRemoveFromContainer, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseRemove, eInvocationDelegate, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eSettingDelegate, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStaticOperationCount, eStore, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValuesMethods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
eNotificationRequired, eNotifyMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods 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.ecore.InternalEObject
eNotificationRequiredMethods 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
-
Field Details
-
baseMeasure1From
The cached value of the 'Base Measure1 From' reference list.- See Also:
getBaseMeasure1From()
-
baseMeasureFrom
The cached value of the 'Base Measure From' reference list.- See Also:
getBaseMeasureFrom()
-
baseMeasure2From
The cached value of the 'Base Measure2 From' reference list.- See Also:
getBaseMeasure2From()
-
rankingFrom
The cached value of the 'Ranking From' reference list.- See Also:
getRankingFrom()
-
rescaleTo
The cached value of the 'Rescale To' reference list.- See Also:
getRescaleTo()
-
gradeFrom
The cached value of the 'Grade From' reference list.- See Also:
getGradeFrom()
-
unit
The cached value of the 'Unit' reference.- See Also:
getUnit()
-
FORMULA_EDEFAULT
The default value of the 'Formula' attribute.- See Also:
getFormula()
-
formula
The cached value of the 'Formula' attribute.- See Also:
getFormula()
-
-
Constructor Details
-
DimensionalMeasureImpl
protected DimensionalMeasureImpl()
-
-
Method Details
-
eStaticClass
protected org.eclipse.emf.ecore.EClass eStaticClass()- Overrides:
eStaticClassin classMeasureImpl
-
getBaseMeasure1From
- Specified by:
getBaseMeasure1Fromin interfaceDimensionalMeasure- Returns:
- the value of the 'Base Measure1 From' reference list.
- See Also:
SmmPackage.getDimensionalMeasure_BaseMeasure1From()
-
getBaseMeasureFrom
- Specified by:
getBaseMeasureFromin interfaceDimensionalMeasure- Returns:
- the value of the 'Base Measure From' reference list.
- See Also:
SmmPackage.getDimensionalMeasure_BaseMeasureFrom()
-
getBaseMeasure2From
- Specified by:
getBaseMeasure2Fromin interfaceDimensionalMeasure- Returns:
- the value of the 'Base Measure2 From' reference list.
- See Also:
SmmPackage.getDimensionalMeasure_BaseMeasure2From()
-
getRankingFrom
- Specified by:
getRankingFromin interfaceDimensionalMeasure- Returns:
- the value of the 'Ranking From' reference list.
- See Also:
SmmPackage.getDimensionalMeasure_RankingFrom()
-
getRescaleTo
- Specified by:
getRescaleToin interfaceDimensionalMeasure- Returns:
- the value of the 'Rescale To' reference list.
- See Also:
SmmPackage.getDimensionalMeasure_RescaleTo()
-
getGradeFrom
- Specified by:
getGradeFromin interfaceDimensionalMeasure- Returns:
- the value of the 'Grade From' reference list.
- See Also:
SmmPackage.getDimensionalMeasure_GradeFrom()
-
getUnit
- Specified by:
getUnitin interfaceDimensionalMeasure- Returns:
- the value of the 'Unit' reference.
- See Also:
DimensionalMeasure.setUnit(UnitOfMeasure),SmmPackage.getDimensionalMeasure_Unit()
-
basicGetUnit
-
setUnit
- Specified by:
setUnitin interfaceDimensionalMeasure- Parameters:
newUnit- the new value of the 'Unit' reference.- See Also:
DimensionalMeasure.getUnit()
-
getFormula
- Specified by:
getFormulain interfaceDimensionalMeasure- Returns:
- the value of the 'Formula' attribute.
- See Also:
DimensionalMeasure.setFormula(String),SmmPackage.getDimensionalMeasure_Formula()
-
setFormula
- Specified by:
setFormulain interfaceDimensionalMeasure- Parameters:
newFormula- the new value of the 'Formula' attribute.- See Also:
DimensionalMeasure.getFormula()
-
eGet
- Specified by:
eGetin interfaceorg.eclipse.emf.ecore.InternalEObject- Overrides:
eGetin classMeasureImpl
-
eSet
- Specified by:
eSetin interfaceorg.eclipse.emf.ecore.InternalEObject- Overrides:
eSetin classMeasureImpl
-
eUnset
public void eUnset(int featureID)- Specified by:
eUnsetin interfaceorg.eclipse.emf.ecore.InternalEObject- Overrides:
eUnsetin classMeasureImpl
-
eIsSet
public boolean eIsSet(int featureID)- Specified by:
eIsSetin interfaceorg.eclipse.emf.ecore.InternalEObject- Overrides:
eIsSetin classMeasureImpl
-
toString
- Overrides:
toStringin classMeasureImpl
-