public interface RangeValue extends PropertyValue
The following features are supported:
Aadl2Package.getRangeValue()
Modifier and Type | Method and Description |
---|---|
PropertyExpression |
createDelta(org.eclipse.emf.ecore.EClass eClass)
Creates a new
PropertyExpression and sets the 'Delta' containment reference. |
PropertyExpression |
createMaximum(org.eclipse.emf.ecore.EClass eClass)
Creates a new
PropertyExpression and sets the 'Maximum' containment reference. |
PropertyExpression |
createMinimum(org.eclipse.emf.ecore.EClass eClass)
Creates a new
PropertyExpression and sets the 'Minimum' containment reference. |
PropertyExpression |
getDelta()
Returns the value of the 'Delta' containment reference.
|
NumberValue |
getDeltaValue()
Get the numeric value of the delta.
|
PropertyExpression |
getMaximum()
Returns the value of the 'Maximum' containment reference.
|
NumberValue |
getMaximumValue()
Get the numeric value of the upper bound.
|
PropertyExpression |
getMinimum()
Returns the value of the 'Minimum' containment reference.
|
NumberValue |
getMinimumValue()
Get the numeric value of the lower bound.
|
void |
setDelta(PropertyExpression value)
Sets the value of the '
Delta ' containment reference. |
void |
setMaximum(PropertyExpression value)
Sets the value of the '
Maximum ' containment reference. |
void |
setMinimum(PropertyExpression value)
Sets the value of the '
Minimum ' containment reference. |
evaluate
allOwnedElements, createOwnedComment, getChildren, getContainingClassifier, getContainingComponentImpl, getElementRoot, getOwnedComments, getOwnedElements, getOwner, has_owner, mustBeOwned, not_own_self
getLocationReference, setLocationReference, setLocationReference
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
PropertyExpression getMinimum()
If the meaning of the 'Minimum' containment reference isn't clear, there really should be more of a description here...
setMinimum(PropertyExpression)
,
Aadl2Package.getRangeValue_Minimum()
void setMinimum(PropertyExpression value)
Minimum
' containment reference.
value
- the new value of the 'Minimum' containment reference.getMinimum()
PropertyExpression createMinimum(org.eclipse.emf.ecore.EClass eClass)
PropertyExpression
and sets the 'Minimum' containment reference.
eClass
- The Ecore class of the PropertyExpression
to create.PropertyExpression
.getMinimum()
PropertyExpression getMaximum()
If the meaning of the 'Maximum' containment reference isn't clear, there really should be more of a description here...
setMaximum(PropertyExpression)
,
Aadl2Package.getRangeValue_Maximum()
void setMaximum(PropertyExpression value)
Maximum
' containment reference.
value
- the new value of the 'Maximum' containment reference.getMaximum()
PropertyExpression createMaximum(org.eclipse.emf.ecore.EClass eClass)
PropertyExpression
and sets the 'Maximum' containment reference.
eClass
- The Ecore class of the PropertyExpression
to create.PropertyExpression
.getMaximum()
PropertyExpression getDelta()
If the meaning of the 'Delta' containment reference isn't clear, there really should be more of a description here...
setDelta(PropertyExpression)
,
Aadl2Package.getRangeValue_Delta()
void setDelta(PropertyExpression value)
Delta
' containment reference.
value
- the new value of the 'Delta' containment reference.getDelta()
PropertyExpression createDelta(org.eclipse.emf.ecore.EClass eClass)
PropertyExpression
and sets the 'Delta' containment reference.
eClass
- The Ecore class of the PropertyExpression
to create.PropertyExpression
.getDelta()
NumberValue getMinimumValue()
NumberValue getMaximumValue()
NumberValue getDeltaValue()