Uses of Interface
edu.cmu.sei.aadl.model.property.NumberValue

Packages that use NumberValue
edu.cmu.sei.aadl.model.property   
edu.cmu.sei.aadl.model.property.impl   
edu.cmu.sei.aadl.model.property.util   
 

Uses of NumberValue in edu.cmu.sei.aadl.model.property
 

Subinterfaces of NumberValue in edu.cmu.sei.aadl.model.property
 interface IntegerValue
          A representation of the model object 'Integer Value'
 interface RealValue
          A representation of the model object 'Real Value'
 

Methods in edu.cmu.sei.aadl.model.property that return NumberValue
 NumberValue NumberValue.cloneAndInvert()
          Create a "clone" that inverts this value.
 NumberValue NumberValue.cloneNumber()
          Clone this number value.
 NumberValue PropertyFactory.createNumberValue()
          Returns a new object of class 'Number Value'
 NumberValue RangeValue.getDeltaValue()
          get Delta as Number value, handles property reference
 NumberValue UnitLiteral.getFactor()
          Returns the value of the 'Factor' containment reference.
 NumberValue RangeValue.getMaximumValue()
          get Maximum as Number value, handles property reference
 NumberValue RangeValue.getMinimumValue()
          get Minimum as Number value, handles property reference
 NumberValue NumberOrPropertyReference.getNumberValue()
          Retreives the value from either the refrenced constant or from the NumberValue
 

Methods in edu.cmu.sei.aadl.model.property with parameters of type NumberValue
 void UnitLiteral.setFactor(NumberValue value)
          Sets the value of the 'Factor' containment reference
 

Uses of NumberValue in edu.cmu.sei.aadl.model.property.impl
 

Classes in edu.cmu.sei.aadl.model.property.impl that implement NumberValue
 class IntegerValueImpl
          An implementation of the model object 'Integer Value'
 class NumberValueImpl
          An implementation of the model object 'Number Value'
 class RealValueImpl
          An implementation of the model object 'Real Value'
 

Fields in edu.cmu.sei.aadl.model.property.impl declared as NumberValue
protected  NumberValue UnitLiteralImpl.factor
          The cached value of the 'Factor' containment reference
 

Methods in edu.cmu.sei.aadl.model.property.impl that return NumberValue
 NumberValue RealValueImpl.cloneAndInvert()
           
 NumberValue NumberValueImpl.cloneAndInvert()
           
 NumberValue IntegerValueImpl.cloneAndInvert()
           
 NumberValue RealValueImpl.cloneNumber()
           
 NumberValue NumberValueImpl.cloneNumber()
           
 NumberValue IntegerValueImpl.cloneNumber()
           
 NumberValue PropertyFactoryImpl.createNumberValue()
           
 NumberValue RangeValueImpl.getDeltaValue()
          get Delta as Number value, handles property reference
 NumberValue UnitLiteralImpl.getFactor()
           
 NumberValue RangeValueImpl.getMaximumValue()
          get Maximum as Number value, handles property reference
 NumberValue RangeValueImpl.getMinimumValue()
          get Minimum as Number value, handles property reference
 NumberValue PropertyReferenceImpl.getNumberValue()
          Retrieves the value from either the refrenced constant or from the NumberValue assumes that there is a single value in the referenced constant.
 NumberValue NumberValueImpl.getNumberValue()
          retrieves the value from either the refrenced constant or from the NumberValue
 

Methods in edu.cmu.sei.aadl.model.property.impl with parameters of type NumberValue
 org.eclipse.emf.common.notify.NotificationChain UnitLiteralImpl.basicSetFactor(NumberValue newFactor, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void UnitLiteralImpl.setFactor(NumberValue newFactor)
           
 

Uses of NumberValue in edu.cmu.sei.aadl.model.property.util
 

Methods in edu.cmu.sei.aadl.model.property.util with parameters of type NumberValue
 java.lang.Object PropertySwitch.caseNumberValue(NumberValue object)
          Returns the result of interpretting the object as an instance of 'Number Value'