edu.cmu.sei.aadl.model.property
Interface RangeValue

All Superinterfaces:
AObject, org.eclipse.emf.ecore.EObject, org.eclipse.core.runtime.IAdaptable, org.eclipse.emf.common.notify.Notifier, PropertyValue
All Known Subinterfaces:
IntegerRangeValue, RealRangeValue
All Known Implementing Classes:
IntegerRangeValueImpl, RangeValueImpl, RealRangeValueImpl

public interface RangeValue
extends PropertyValue

A representation of the model object 'Range Value'.

The following features are supported:

See Also:
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

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

getMinimum

NumberOrPropertyReference getMinimum()
Returns the value of the 'Minimum' containment reference.

If the meaning of the 'Minimum' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Minimum' containment reference.
See Also:
setMinimum(NumberOrPropertyReference), PropertyPackage.getRangeValue_Minimum()

setMinimum

void setMinimum(NumberOrPropertyReference value)
Sets the value of the 'Minimum' containment reference.

Parameters:
value - the new value of the 'Minimum' containment reference.
See Also:
getMinimum()

getMaximum

NumberOrPropertyReference getMaximum()
Returns the value of the 'Maximum' containment reference.

If the meaning of the 'Maximum' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Maximum' containment reference.
See Also:
setMaximum(NumberOrPropertyReference), PropertyPackage.getRangeValue_Maximum()

setMaximum

void setMaximum(NumberOrPropertyReference value)
Sets the value of the 'Maximum' containment reference.

Parameters:
value - the new value of the 'Maximum' containment reference.
See Also:
getMaximum()

getDelta

NumberOrPropertyReference getDelta()
Returns the value of the 'Delta' containment reference.

If the meaning of the 'Delta' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Delta' containment reference.
See Also:
setDelta(NumberOrPropertyReference), PropertyPackage.getRangeValue_Delta()

setDelta

void setDelta(NumberOrPropertyReference value)
Sets the value of the 'Delta' containment reference.

Parameters:
value - the new value of the 'Delta' containment reference.
See Also:
getDelta()

getMaximumValue

NumberValue getMaximumValue()
get Maximum as Number value, handles property reference

Returns:
NumberValue

getMinimumValue

NumberValue getMinimumValue()
get Minimum as Number value, handles property reference

Returns:
NumberValue

getDeltaValue

NumberValue getDeltaValue()
get Delta as Number value, handles property reference

Returns:
NumberValue