Interface ContinuousRangeDegree
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,DataTypeDegree
,DegreeOfFreedomInstance
,EObject
,org.palladiosimulator.pcm.core.entity.NamedElement
,Notifier
,OrderedDataTypeDegree
,org.palladiosimulator.pcm.PCMBaseClass
,org.palladiosimulator.pcm.PCMClass
,RangeDegree
- All Known Subinterfaces:
ContinuousComponentParamDegree
,ContinuousProcessingRateDegree
,MonitoringDegree
- All Known Implementing Classes:
ContinuousComponentParamDegreeImpl
,ContinuousProcessingRateDegreeImpl
,ContinuousRangeDegreeImpl
,MonitoringDegreeImpl
A representation of the model object '
Continuous Range Degree'.
This class represents DegreeOfFreedoms that have a range of real values as their domain. The set of possile values of the degree of freedom is defined as the real 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
double 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(double value) Sets the value of the 'To
' attribute.- Parameters:
value
- the new value of the 'To' attribute.- See Also:
- Generated class or method.
-
getFrom
double 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(double value) Sets the value of the 'From
' attribute.- Parameters:
value
- the new value of the 'From' attribute.- See Also:
- Generated class or method.
-