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