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

Packages that use NumericRange
edu.cmu.sei.aadl.aadl2   
edu.cmu.sei.aadl.aadl2.impl   
edu.cmu.sei.aadl.aadl2.util   
 

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

Methods in edu.cmu.sei.aadl.aadl2 that return NumericRange
 NumericRange Aadl2Factory.createNumericRange()
          Returns a new object of class 'Numeric Range'
 NumericRange NumberType.createRange()
          Creates a new NumericRange and sets the 'Range' containment reference
 NumericRange NumberType.getRange()
          Returns the value of the 'Range' containment reference
 

Methods in edu.cmu.sei.aadl.aadl2 with parameters of type NumericRange
 void NumberType.setRange(NumericRange value)
          Sets the value of the 'Range' containment reference
 

Uses of NumericRange in edu.cmu.sei.aadl.aadl2.impl
 

Classes in edu.cmu.sei.aadl.aadl2.impl that implement NumericRange
 class NumericRangeImpl
          An implementation of the model object 'Numeric Range'
 

Fields in edu.cmu.sei.aadl.aadl2.impl declared as NumericRange
protected  NumericRange NumberTypeImpl.range
          The cached value of the 'Range' containment reference
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return NumericRange
 NumericRange Aadl2FactoryImpl.createNumericRange()
           
 NumericRange NumberTypeImpl.createRange()
           
 NumericRange NumberTypeImpl.getRange()
           
 

Methods in edu.cmu.sei.aadl.aadl2.impl with parameters of type NumericRange
 org.eclipse.emf.common.notify.NotificationChain NumberTypeImpl.basicSetRange(NumericRange newRange, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void NumberTypeImpl.setRange(NumericRange newRange)
           
 

Uses of NumericRange in edu.cmu.sei.aadl.aadl2.util
 

Methods in edu.cmu.sei.aadl.aadl2.util with parameters of type NumericRange
 T Aadl2Switch.caseNumericRange(NumericRange object)
          Returns the result of interpreting the object as an instance of 'Numeric Range'
 boolean Aadl2Validator.validateNumericRange(NumericRange numericRange, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)