Interface DiscreteRangeDegree
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,DataTypeDegree
,DegreeOfFreedomInstance
,DiscreteDegree
,EObject
,org.palladiosimulator.pcm.core.entity.NamedElement
,Notifier
,OrderedDataTypeDegree
,org.palladiosimulator.pcm.PCMBaseClass
,org.palladiosimulator.pcm.PCMClass
,RangeDegree
- All Known Subinterfaces:
ATNumberOfReplicaDegree
,CapacityDegree
,DiscreteComponentParamDegree
,DiscreteProcessingRateDegree
,NumberOfCoresAsRangeDegree
,ResourceContainerReplicationDegree
,ResourceContainerReplicationDegreeWithComponentChange
- All Known Implementing Classes:
ATNumberOfReplicaDegreeImpl
,CapacityDegreeImpl
,DiscreteComponentParamDegreeImpl
,DiscreteProcessingRateDegreeImpl
,DiscreteRangeDegreeImpl
,NumberOfCoresAsRangeDegreeImpl
,ResourceContainerReplicationDegreeImpl
,ResourceContainerReplicationDegreeWithComponentChangeImpl
A representation of the model object '
Discrete Range Degree'.
This class represents DegreeOfFreedoms that have a range of integer values as their domain. The set of possile values of the degree of freedom is defined as the integer interval between "from" and "to".
TODO OCL: from must be smaller that to.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Field Summary
Fields inherited from interface org.palladiosimulator.pcm.core.entity.NamedElement
copyright
-
Method Summary
Methods inherited from interface org.eclipse.emf.cdo.CDOObject
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, 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.palladiosimulator.pcm.core.entity.NamedElement
getEntityName, setEntityName
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
Methods inherited from interface de.uka.ipd.sdq.pcm.designdecision.specific.RangeDegree
getNumberOfSteps, isLowerBoundIncluded, isUpperBoundIncluded, setLowerBoundIncluded, setNumberOfSteps, setUpperBoundIncluded
-
Method Details
-
getTo
int getTo()Returns the value of the 'To' attribute.If the meaning of the 'To' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'To' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setTo
void setTo(int value) Sets the value of the 'To
' attribute.- Parameters:
value
- the new value of the 'To' attribute.- See Also:
- Generated class or method.
-
getFrom
int getFrom()Returns the value of the 'From' attribute.If the meaning of the 'From' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'From' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setFrom
void setFrom(int value) Sets the value of the 'From
' attribute.- Parameters:
value
- the new value of the 'From' attribute.- See Also:
- Generated class or method.
-