Class RangeDegreeImpl
- 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.MinimalEStoreEObjectImpl
-
- org.eclipse.emf.internal.cdo.CDOObjectImpl
-
- org.palladiosimulator.pcm.impl.PCMClassImpl
-
- org.palladiosimulator.pcm.impl.PCMBaseClassImpl
-
- org.palladiosimulator.pcm.core.entity.impl.NamedElementImpl
-
- de.uka.ipd.sdq.pcm.designdecision.impl.DegreeOfFreedomInstanceImpl
-
- de.uka.ipd.sdq.pcm.designdecision.specific.impl.DataTypeDegreeImpl
-
- de.uka.ipd.sdq.pcm.designdecision.specific.impl.OrderedDataTypeDegreeImpl
-
- de.uka.ipd.sdq.pcm.designdecision.specific.impl.RangeDegreeImpl
-
- All Implemented Interfaces:
DegreeOfFreedomInstance,DataTypeDegree,OrderedDataTypeDegree,RangeDegree,org.eclipse.emf.cdo.CDOObject,org.eclipse.emf.cdo.common.id.CDOWithID,org.eclipse.emf.cdo.common.model.CDOPackageTypeRegistry.CDOObjectMarker,Notifier,EObject,EStructuralFeature.Internal.DynamicValueHolder,InternalEObject,org.eclipse.emf.spi.cdo.InternalCDOLoadable,org.eclipse.emf.spi.cdo.InternalCDOObject,org.palladiosimulator.pcm.core.entity.NamedElement,org.palladiosimulator.pcm.PCMBaseClass,org.palladiosimulator.pcm.PCMClass
- Direct Known Subclasses:
ContinuousRangeDegreeImpl,DiscreteRangeDegreeImpl
public abstract class RangeDegreeImpl extends OrderedDataTypeDegreeImpl implements RangeDegree
An implementation of the model object 'Range Degree'.The following features are implemented:
- Generated class or method.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl
MinimalEObjectImpl.Container
-
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
BasicEObjectImpl.EPropertiesHolder, BasicEObjectImpl.EPropertiesHolderBaseImpl, BasicEObjectImpl.EPropertiesHolderImpl
-
Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
BasicNotifierImpl.EAdapterList<E extends Object & Adapter>, BasicNotifierImpl.EObservableAdapterList, BasicNotifierImpl.EScannableAdapterList
-
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject
InternalEObject.EStore
-
-
Field Summary
Fields Modifier and Type Field Description protected static booleanLOWER_BOUND_INCLUDED_EDEFAULTThe default value of the 'Lower Bound Included' attribute.protected booleanlowerBoundIncludedThe cached value of the 'Lower Bound Included' attribute.protected static intNUMBER_OF_STEPS_EDEFAULTThe default value of the 'Number Of Steps' attribute.protected intnumberOfStepsThe cached value of the 'Number Of Steps' attribute.protected static booleanUPPER_BOUND_INCLUDED_EDEFAULTThe default value of the 'Upper Bound Included' attribute.protected booleanupperBoundIncludedThe cached value of the 'Upper Bound Included' attribute.-
Fields inherited from class de.uka.ipd.sdq.pcm.designdecision.impl.DegreeOfFreedomInstanceImpl
changeableElements, decoratorModel, dof, primaryChanged
-
Fields inherited from class org.palladiosimulator.pcm.core.entity.impl.NamedElementImpl
copyright, ENTITY_NAME_EDEFAULT
-
Fields inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
EVIRTUAL_GET, EVIRTUAL_IS_SET, EVIRTUAL_NO_VALUE, EVIRTUAL_SET, EVIRTUAL_UNSET
-
Fields inherited from interface org.eclipse.emf.ecore.EStructuralFeature.Internal.DynamicValueHolder
NIL
-
Fields inherited from interface org.eclipse.emf.ecore.InternalEObject
EOPPOSITE_FEATURE_BASE
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedRangeDegreeImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjecteGet(int featureID, boolean resolve, boolean coreType)booleaneIsSet(int featureID)voideSet(int featureID, Object newValue)protected EClasseStaticClass()voideUnset(int featureID)intgetNumberOfSteps()booleanisLowerBoundIncluded()booleanisUpperBoundIncluded()voidsetLowerBoundIncluded(boolean newLowerBoundIncluded)voidsetNumberOfSteps(int newNumberOfSteps)voidsetUpperBoundIncluded(boolean newUpperBoundIncluded)StringtoString()-
Methods inherited from class de.uka.ipd.sdq.pcm.designdecision.impl.DegreeOfFreedomInstanceImpl
basicGetDof, basicGetPrimaryChanged, decoratorModelTypeMustMatchRequiredDecorator, getChangeableElements, getDecoratorModel, getDof, getPrimaryChanged, setDof, setPrimaryChanged
-
Methods inherited from class org.palladiosimulator.pcm.core.entity.impl.NamedElementImpl
getEntityName, setEntityName
-
Methods inherited from class org.eclipse.emf.internal.cdo.CDOObjectImpl
cdoClassInfo, cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInternalDynamicFeature, cdoInternalInstance, cdoInternalPostAttach, cdoInternalPostDetach, cdoInternalPostDetach, cdoInternalPostInvalidate, cdoInternalPostLoad, cdoInternalPostRollback, cdoInternalPreAttach, cdoInternalPreCommit, cdoInternalPreLoad, cdoInternalSetID, cdoInternalSetResource, cdoInternalSetRevision, cdoInternalSetState, cdoInternalSetView, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOption, createFeatureMap, createList, createLock, createMap, createOrderedList, createUnorderedList, dynamicGet, dynamicSet, dynamicUnset, eAdapterAdded, eAdapterRemoved, eBasicAdapterListeners, eBasicSetAdapterListeners, eBasicSetContainer, eBasicSetContainer, eBasicSetSettings, eBasicSettings, eClass, eContainerAdapterArray, eContainerFeatureID, eDirectResource, eDynamicClass, eDynamicFeature, eDynamicFeatureID, eDynamicIsSet, eHasSettings, eInternalContainer, eInternalResource, eIsCaching, emfToString, equals, eSetClass, eSetDirectResource, eSetResource, eSettings, eStore, getLockState, hashCode, instanceToRevisionFeature, revisionToInstanceFeature
-
Methods inherited from class org.eclipse.emf.ecore.impl.MinimalEStoreEObjectImpl
eBasicContainerFeatureID, eBasicInternalContainer, eDerivedStructuralFeatureID
-
Methods inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl
eAdapters, eBasicAdapterArray, eBasicAdapters, eBasicHasAdapters, eBasicProperties, eBasicSetAdapterArray, eBasicSetContainer, eBasicSetContainerFeatureID, eContents, eCrossReferences, eDeliver, eIsProxy, eProperties, eProxyURI, eSetDeliver, eSetProxyURI
-
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
eAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eComputeVirtualValuesCapacity, eContainer, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDynamicBasicRemoveFromContainer, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInverseAdd, eInverseAdd, eInverseRemove, eInverseRemove, eInvocationDelegate, eInvoke, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetStore, eSetting, eSettingDelegate, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticOperationCount, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues
-
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
eNotificationRequired, eNotify
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.eclipse.emf.cdo.CDOObject
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoState, cdoWriteLock, cdoWriteOption
-
Methods inherited from interface de.uka.ipd.sdq.pcm.designdecision.DegreeOfFreedomInstance
decoratorModelTypeMustMatchRequiredDecorator, getChangeableElements, getDecoratorModel, getDof, getPrimaryChanged, setDof, setPrimaryChanged
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface org.eclipse.emf.ecore.InternalEObject
eBaseStructuralFeatureID, eBasicRemoveFromContainer, eDerivedOperationID, eDerivedStructuralFeatureID, eGet, eInverseAdd, eInverseRemove, eInvoke, eNotificationRequired, eObjectForURIFragmentSegment, eProxyURI, eResolveProxy, eSetProxyURI, eSetStore, eSetting, eURIFragmentSegment
-
Methods inherited from interface org.palladiosimulator.pcm.core.entity.NamedElement
getEntityName, setEntityName
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Field Detail
-
UPPER_BOUND_INCLUDED_EDEFAULT
protected static final boolean UPPER_BOUND_INCLUDED_EDEFAULT
The default value of the 'Upper Bound Included' attribute.- See Also:
isUpperBoundIncluded(), Constant Field Values- Generated class or method.
- Ordered collection.
-
upperBoundIncluded
protected boolean upperBoundIncluded
The cached value of the 'Upper Bound Included' attribute.- See Also:
isUpperBoundIncluded()- Generated class or method.
- Ordered collection.
-
LOWER_BOUND_INCLUDED_EDEFAULT
protected static final boolean LOWER_BOUND_INCLUDED_EDEFAULT
The default value of the 'Lower Bound Included' attribute.- See Also:
isLowerBoundIncluded(), Constant Field Values- Generated class or method.
- Ordered collection.
-
lowerBoundIncluded
protected boolean lowerBoundIncluded
The cached value of the 'Lower Bound Included' attribute.- See Also:
isLowerBoundIncluded()- Generated class or method.
- Ordered collection.
-
NUMBER_OF_STEPS_EDEFAULT
protected static final int NUMBER_OF_STEPS_EDEFAULT
The default value of the 'Number Of Steps' attribute.- See Also:
getNumberOfSteps(), Constant Field Values- Generated class or method.
- Ordered collection.
-
numberOfSteps
protected int numberOfSteps
The cached value of the 'Number Of Steps' attribute.- See Also:
getNumberOfSteps()- Generated class or method.
- Ordered collection.
-
-
Method Detail
-
eStaticClass
protected EClass eStaticClass()
- Overrides:
eStaticClassin classOrderedDataTypeDegreeImpl- Generated class or method.
-
isUpperBoundIncluded
public boolean isUpperBoundIncluded()
- Specified by:
isUpperBoundIncludedin interfaceRangeDegree- Returns:
- the value of the 'Upper Bound Included' attribute.
- See Also:
RangeDegree.setUpperBoundIncluded(boolean),specificPackage.getRangeDegree_UpperBoundIncluded()- Generated class or method.
-
setUpperBoundIncluded
public void setUpperBoundIncluded(boolean newUpperBoundIncluded)
- Specified by:
setUpperBoundIncludedin interfaceRangeDegree- Parameters:
newUpperBoundIncluded- the new value of the 'Upper Bound Included' attribute.- See Also:
RangeDegree.isUpperBoundIncluded()- Generated class or method.
-
isLowerBoundIncluded
public boolean isLowerBoundIncluded()
- Specified by:
isLowerBoundIncludedin interfaceRangeDegree- Returns:
- the value of the 'Lower Bound Included' attribute.
- See Also:
RangeDegree.setLowerBoundIncluded(boolean),specificPackage.getRangeDegree_LowerBoundIncluded()- Generated class or method.
-
setLowerBoundIncluded
public void setLowerBoundIncluded(boolean newLowerBoundIncluded)
- Specified by:
setLowerBoundIncludedin interfaceRangeDegree- Parameters:
newLowerBoundIncluded- the new value of the 'Lower Bound Included' attribute.- See Also:
RangeDegree.isLowerBoundIncluded()- Generated class or method.
-
getNumberOfSteps
public int getNumberOfSteps()
- Specified by:
getNumberOfStepsin interfaceRangeDegree- Returns:
- the value of the 'Number Of Steps' attribute.
- See Also:
RangeDegree.setNumberOfSteps(int),specificPackage.getRangeDegree_NumberOfSteps()- Generated class or method.
-
setNumberOfSteps
public void setNumberOfSteps(int newNumberOfSteps)
- Specified by:
setNumberOfStepsin interfaceRangeDegree- Parameters:
newNumberOfSteps- the new value of the 'Number Of Steps' attribute.- See Also:
RangeDegree.getNumberOfSteps()- Generated class or method.
-
eGet
public Object eGet(int featureID, boolean resolve, boolean coreType)
- Specified by:
eGetin interfaceInternalEObject- Overrides:
eGetin classDegreeOfFreedomInstanceImpl- Generated class or method.
-
eSet
public void eSet(int featureID, Object newValue)- Specified by:
eSetin interfaceInternalEObject- Overrides:
eSetin classDegreeOfFreedomInstanceImpl- Generated class or method.
-
eUnset
public void eUnset(int featureID)
- Specified by:
eUnsetin interfaceInternalEObject- Overrides:
eUnsetin classDegreeOfFreedomInstanceImpl- Generated class or method.
-
eIsSet
public boolean eIsSet(int featureID)
- Specified by:
eIsSetin interfaceInternalEObject- Overrides:
eIsSetin classDegreeOfFreedomInstanceImpl- Generated class or method.
-
toString
public String toString()
- Overrides:
toStringin classorg.eclipse.emf.internal.cdo.CDOObjectImpl- Generated class or method.
-
-