public interface Frequency extends StochasticEvaluationAspect
The following features are supported:
QMLContractPackage.getFrequency()| Modifier and Type | Method and Description |
|---|---|
RangeValue |
getLowerLimit()
Returns the value of the 'Lower Limit' containment reference.
|
RangeValue |
getUpperLimit()
Returns the value of the 'Upper Limit' containment reference.
|
boolean |
range_of_FREQUENCY_must_have_UPPERLIMIT_or_LOWERLIMIT(DiagnosticChain diagnostics,
Map<Object,Object> context)
(self.lowerLimit <> null) or (self.upperLimit <> null)
|
void |
setLowerLimit(RangeValue value)
Sets the value of the '
Lower Limit' containment reference. |
void |
setUpperLimit(RangeValue value)
Sets the value of the '
Upper Limit' containment reference. |
FREQUENCY_LIMIT_must_be_between_0_and_100, FREQUENCY_LIMIT_must_be_NUMERIC, getAspectRequirement, setAspectRequirementcdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOptioneAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliverRangeValue getUpperLimit()
If the meaning of the 'Upper Limit' containment reference isn't clear, there really should be more of a description here...
setUpperLimit(RangeValue),
QMLContractPackage.getFrequency_UpperLimit()void setUpperLimit(RangeValue value)
Upper Limit' containment reference.
value - the new value of the 'Upper Limit' containment reference.getUpperLimit()RangeValue getLowerLimit()
If the meaning of the 'Lower Limit' containment reference isn't clear, there really should be more of a description here...
setLowerLimit(RangeValue),
QMLContractPackage.getFrequency_LowerLimit()void setLowerLimit(RangeValue value)
Lower Limit' containment reference.
value - the new value of the 'Lower Limit' containment reference.getLowerLimit()boolean range_of_FREQUENCY_must_have_UPPERLIMIT_or_LOWERLIMIT(DiagnosticChain diagnostics, Map<Object,Object> context)
diagnostics - The chain of diagnostics to which problems are to be appended.context - The cache of context-specific information.