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

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

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

Subinterfaces of NumberType in edu.cmu.sei.aadl.aadl2
 interface AadlInteger
          A representation of the model object 'Aadl Integer'
 interface AadlReal
          A representation of the model object 'Aadl Real'
 

Methods in edu.cmu.sei.aadl.aadl2 that return NumberType
 NumberType RangeType.createOwnedNumberType(org.eclipse.emf.ecore.EClass eClass)
          Creates a new NumberType and sets the 'Owned Number Type' containment reference
 NumberType RangeType.getNumberType()
          Returns the value of the 'Number Type' reference
 NumberType RangeType.getOwnedNumberType()
          Returns the value of the 'Owned Number Type' containment reference.
 

Methods in edu.cmu.sei.aadl.aadl2 with parameters of type NumberType
 void RangeType.setNumberType(NumberType value)
          Sets the value of the 'Number Type' reference
 void RangeType.setOwnedNumberType(NumberType value)
          Sets the value of the 'Owned Number Type' containment reference
 

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

Classes in edu.cmu.sei.aadl.aadl2.impl that implement NumberType
 class AadlIntegerImpl
          An implementation of the model object 'Aadl Integer'
 class AadlRealImpl
          An implementation of the model object 'Aadl Real'
 class NumberTypeImpl
          An implementation of the model object 'Number Type'
 

Fields in edu.cmu.sei.aadl.aadl2.impl declared as NumberType
protected  NumberType RangeTypeImpl.numberType
          The cached value of the 'Number Type' reference
protected  NumberType RangeTypeImpl.ownedNumberType
          The cached value of the 'Owned Number Type' containment reference
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return NumberType
 NumberType RangeTypeImpl.basicGetNumberType()
           
 NumberType RangeTypeImpl.createOwnedNumberType(org.eclipse.emf.ecore.EClass eClass)
           
 NumberType RangeTypeImpl.getNumberType()
           
 NumberType RangeTypeImpl.getOwnedNumberType()
           
 

Methods in edu.cmu.sei.aadl.aadl2.impl with parameters of type NumberType
 org.eclipse.emf.common.notify.NotificationChain RangeTypeImpl.basicSetOwnedNumberType(NumberType newOwnedNumberType, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void RangeTypeImpl.setNumberType(NumberType newNumberType)
           
 void RangeTypeImpl.setOwnedNumberType(NumberType newOwnedNumberType)
           
 

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

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