Uses of Interface
edu.cmu.sei.aadl.aadl2.NumberValue

Packages that use NumberValue
edu.cmu.sei.aadl.aadl2   
edu.cmu.sei.aadl.aadl2.impl   
edu.cmu.sei.aadl.aadl2.util   
edu.cmu.sei.aadl.modelsupport.properties   
 

Uses of NumberValue in edu.cmu.sei.aadl.aadl2
 

Subinterfaces of NumberValue in edu.cmu.sei.aadl.aadl2
 interface IntegerLiteral
          A representation of the model object 'Integer Literal'
 interface RealLiteral
          A representation of the model object 'Real Literal'
 

Methods in edu.cmu.sei.aadl.aadl2 that return NumberValue
 NumberValue NumberValue.cloneAndInvert()
          Create a "clone" that inverts this value.
 NumberValue NumberValue.cloneNumber()
          Clone this number value.
 NumberValue UnitLiteral.createFactor(org.eclipse.emf.ecore.EClass eClass)
          Creates a new NumberValue and sets the 'Factor' containment reference
 NumberValue RangeValue.getDeltaValue()
          Get the numeric value of the delta.
 NumberValue UnitLiteral.getFactor()
          Returns the value of the 'Factor' containment reference
 NumberValue RangeValue.getMaximumValue()
          Get the numeric value of the upper bound.
 NumberValue RangeValue.getMinimumValue()
          Get the numeric value of the lower bound.
 

Methods in edu.cmu.sei.aadl.aadl2 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.aadl2.impl
 

Classes in edu.cmu.sei.aadl.aadl2.impl that implement NumberValue
 class IntegerLiteralImpl
          An implementation of the model object 'Integer Literal'
 class NumberValueImpl
          An implementation of the model object 'Number Value'
 class RealLiteralImpl
          An implementation of the model object 'Real Literal'
 

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

Methods in edu.cmu.sei.aadl.aadl2.impl that return NumberValue
 NumberValue RealLiteralImpl.cloneAndInvert()
           
 NumberValue IntegerLiteralImpl.cloneAndInvert()
           
 NumberValue RealLiteralImpl.cloneNumber()
           
 NumberValue IntegerLiteralImpl.cloneNumber()
           
 NumberValue UnitLiteralImpl.createFactor(org.eclipse.emf.ecore.EClass eClass)
           
 NumberValue RangeValueImpl.getDeltaValue()
           
 NumberValue UnitLiteralImpl.getFactor()
           
 NumberValue RangeValueImpl.getMaximumValue()
           
 NumberValue RangeValueImpl.getMinimumValue()
           
 

Methods in edu.cmu.sei.aadl.aadl2.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.aadl2.util
 

Methods in edu.cmu.sei.aadl.aadl2.util with parameters of type NumberValue
 T Aadl2Switch.caseNumberValue(NumberValue object)
          Returns the result of interpreting the object as an instance of 'Number Value'
 boolean Aadl2Validator.validateNumberValue(NumberValue numberValue, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 

Uses of NumberValue in edu.cmu.sei.aadl.modelsupport.properties
 

Methods in edu.cmu.sei.aadl.modelsupport.properties with parameters of type NumberValue
static double GetProperties.scaleValueToMicroSecond(NumberValue nv)