|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RangeValue
A representation of the model object 'Range Value'.
The following features are supported:
PropertyPackage.getRangeValue()
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
NumberOrPropertyReference |
getDelta()
Returns the value of the 'Delta' containment reference |
NumberValue |
getDeltaValue()
get Delta as Number value, handles property reference |
NumberOrPropertyReference |
getMaximum()
Returns the value of the 'Maximum' containment reference |
NumberValue |
getMaximumValue()
get Maximum as Number value, handles property reference |
NumberOrPropertyReference |
getMinimum()
Returns the value of the 'Minimum' containment reference |
NumberValue |
getMinimumValue()
get Minimum as Number value, handles property reference |
void |
setDelta(NumberOrPropertyReference value)
Sets the value of the ' Delta ' containment reference |
void |
setMaximum(NumberOrPropertyReference value)
Sets the value of the ' Maximum ' containment reference |
void |
setMinimum(NumberOrPropertyReference value)
Sets the value of the ' Minimum ' containment reference |
Methods inherited from interface edu.cmu.sei.aadl.model.property.PropertyValue |
---|
evaluate, getValueAsString, instantiate, preEvaluate |
Methods inherited from interface edu.cmu.sei.aadl.model.core.AObject |
---|
addComment, getAadlSpec, getAObjectRoot, getChildren, getComment, getContainingClassifier, getContainingClassifierNameSpace, getContainingComponentImpl, getContainingComponentType, getContainingPropertyAssociationDefinitionConstant, getContainingSubcomponent, getLocationReference, getReferencedObject, getSecondReferencedObject, getSystemInstance, setLocationReference, setLocationReference |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
---|
getAdapter |
Field Detail |
---|
static final java.lang.String copyright
Method Detail |
---|
NumberOrPropertyReference getMinimum()
If the meaning of the 'Minimum' containment reference isn't clear, there really should be more of a description here...
setMinimum(NumberOrPropertyReference)
,
PropertyPackage.getRangeValue_Minimum()
void setMinimum(NumberOrPropertyReference value)
Minimum
' containment reference.
value
- the new value of the 'Minimum' containment reference.getMinimum()
NumberOrPropertyReference getMaximum()
If the meaning of the 'Maximum' containment reference isn't clear, there really should be more of a description here...
setMaximum(NumberOrPropertyReference)
,
PropertyPackage.getRangeValue_Maximum()
void setMaximum(NumberOrPropertyReference value)
Maximum
' containment reference.
value
- the new value of the 'Maximum' containment reference.getMaximum()
NumberOrPropertyReference getDelta()
If the meaning of the 'Delta' containment reference isn't clear, there really should be more of a description here...
setDelta(NumberOrPropertyReference)
,
PropertyPackage.getRangeValue_Delta()
void setDelta(NumberOrPropertyReference value)
Delta
' containment reference.
value
- the new value of the 'Delta' containment reference.getDelta()
NumberValue getMaximumValue()
NumberValue getMinimumValue()
NumberValue getDeltaValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |