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
public interface DiscreteRangeDegree extends RangeDegree, DiscreteDegree
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:
specificPackage.getDiscreteRangeDegree()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getFrom()
Returns the value of the 'From' attribute.int
getTo()
Returns the value of the 'To' attribute.void
setFrom(int value)
Sets the value of the 'From
' attribute.void
setTo(int value)
Sets the value of the 'To
' attribute.-
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 Detail
-
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:
setTo(int)
,specificPackage.getDiscreteRangeDegree_To()
- 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:
getTo()
- 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:
setFrom(int)
,specificPackage.getDiscreteRangeDegree_From()
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
-