|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NumberOrPropertyReference | |
---|---|
edu.cmu.sei.aadl.model.property | |
edu.cmu.sei.aadl.model.property.impl | |
edu.cmu.sei.aadl.model.property.util |
Uses of NumberOrPropertyReference in edu.cmu.sei.aadl.model.property |
---|
Subinterfaces of NumberOrPropertyReference in edu.cmu.sei.aadl.model.property | |
---|---|
interface |
IntegerValue
A representation of the model object 'Integer Value' |
interface |
NumberValue
A representation of the model object 'Number Value' |
interface |
PropertyReference
A representation of the model object 'Reference' |
interface |
RealValue
A representation of the model object 'Real Value' |
Methods in edu.cmu.sei.aadl.model.property that return NumberOrPropertyReference | |
---|---|
NumberOrPropertyReference |
RangeValue.getDelta()
Returns the value of the 'Delta' containment reference |
NumberOrPropertyReference |
NumberType.getLower()
Returns the value of the 'Lower' containment reference |
NumberOrPropertyReference |
RangeValue.getMaximum()
Returns the value of the 'Maximum' containment reference |
NumberOrPropertyReference |
RangeValue.getMinimum()
Returns the value of the 'Minimum' containment reference |
NumberOrPropertyReference |
NumberType.getUpper()
Returns the value of the 'Upper' containment reference |
Methods in edu.cmu.sei.aadl.model.property with parameters of type NumberOrPropertyReference | |
---|---|
void |
RangeValue.setDelta(NumberOrPropertyReference value)
Sets the value of the ' Delta ' containment reference |
void |
NumberType.setLower(NumberOrPropertyReference value)
Sets the value of the ' Lower ' containment reference |
void |
RangeValue.setMaximum(NumberOrPropertyReference value)
Sets the value of the ' Maximum ' containment reference |
void |
RangeValue.setMinimum(NumberOrPropertyReference value)
Sets the value of the ' Minimum ' containment reference |
void |
NumberType.setUpper(NumberOrPropertyReference value)
Sets the value of the ' Upper ' containment reference |
Uses of NumberOrPropertyReference in edu.cmu.sei.aadl.model.property.impl |
---|
Classes in edu.cmu.sei.aadl.model.property.impl that implement NumberOrPropertyReference | |
---|---|
class |
IntegerValueImpl
An implementation of the model object 'Integer Value' |
class |
NumberOrPropertyReferenceImpl
An implementation of the model object 'Number Or Property Reference' |
class |
NumberValueImpl
An implementation of the model object 'Number Value' |
class |
PropertyReferenceImpl
An implementation of the model object 'Reference' |
class |
RealValueImpl
An implementation of the model object 'Real Value' |
Fields in edu.cmu.sei.aadl.model.property.impl declared as NumberOrPropertyReference | |
---|---|
protected NumberOrPropertyReference |
RangeValueImpl.delta
The cached value of the ' Delta ' containment reference |
protected NumberOrPropertyReference |
NumberTypeImpl.lower
The cached value of the ' Lower ' containment reference |
protected NumberOrPropertyReference |
RangeValueImpl.maximum
The cached value of the ' Maximum ' containment reference |
protected NumberOrPropertyReference |
RangeValueImpl.minimum
The cached value of the ' Minimum ' containment reference |
protected NumberOrPropertyReference |
NumberTypeImpl.upper
The cached value of the ' Upper ' containment reference |
Methods in edu.cmu.sei.aadl.model.property.impl that return NumberOrPropertyReference | |
---|---|
NumberOrPropertyReference |
RangeValueImpl.getDelta()
|
NumberOrPropertyReference |
NumberTypeImpl.getLower()
|
NumberOrPropertyReference |
RangeValueImpl.getMaximum()
|
NumberOrPropertyReference |
RangeValueImpl.getMinimum()
|
NumberOrPropertyReference |
NumberTypeImpl.getUpper()
|
Methods in edu.cmu.sei.aadl.model.property.impl with parameters of type NumberOrPropertyReference | |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
RangeValueImpl.basicSetDelta(NumberOrPropertyReference newDelta,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
org.eclipse.emf.common.notify.NotificationChain |
NumberTypeImpl.basicSetLower(NumberOrPropertyReference newLower,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
org.eclipse.emf.common.notify.NotificationChain |
RangeValueImpl.basicSetMaximum(NumberOrPropertyReference newMaximum,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
org.eclipse.emf.common.notify.NotificationChain |
RangeValueImpl.basicSetMinimum(NumberOrPropertyReference newMinimum,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
org.eclipse.emf.common.notify.NotificationChain |
NumberTypeImpl.basicSetUpper(NumberOrPropertyReference newUpper,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
void |
RangeValueImpl.setDelta(NumberOrPropertyReference newDelta)
|
void |
NumberTypeImpl.setLower(NumberOrPropertyReference newLower)
|
void |
RangeValueImpl.setMaximum(NumberOrPropertyReference newMaximum)
|
void |
RangeValueImpl.setMinimum(NumberOrPropertyReference newMinimum)
|
void |
NumberTypeImpl.setUpper(NumberOrPropertyReference newUpper)
|
Uses of NumberOrPropertyReference in edu.cmu.sei.aadl.model.property.util |
---|
Methods in edu.cmu.sei.aadl.model.property.util with parameters of type NumberOrPropertyReference | |
---|---|
java.lang.Object |
PropertySwitch.caseNumberOrPropertyReference(NumberOrPropertyReference object)
Returns the result of interpretting the object as an instance of 'Number Or Property Reference' |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |