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

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

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

Methods in edu.cmu.sei.aadl.aadl2 that return UnitsType
 UnitsType NumberType.createOwnedUnitsType()
          Creates a new UnitsType and sets the 'Owned Units Type' containment reference
 UnitsType Aadl2Factory.createUnitsType()
          Returns a new object of class 'Units Type'
 UnitsType NumberType.getOwnedUnitsType()
          Returns the value of the 'Owned Units Type' containment reference.
 UnitsType NumberType.getUnitsType()
          Returns the value of the 'Units Type' reference
 

Methods in edu.cmu.sei.aadl.aadl2 with parameters of type UnitsType
 void NumberType.setOwnedUnitsType(UnitsType value)
          Sets the value of the 'Owned Units Type' containment reference
 void NumberType.setUnitsType(UnitsType value)
          Sets the value of the 'Units Type' reference
 

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

Classes in edu.cmu.sei.aadl.aadl2.impl that implement UnitsType
 class UnitsTypeImpl
          An implementation of the model object 'Units Type'
 

Fields in edu.cmu.sei.aadl.aadl2.impl declared as UnitsType
protected  UnitsType NumberTypeImpl.ownedUnitsType
          The cached value of the 'Owned Units Type' containment reference
protected  UnitsType NumberTypeImpl.unitsType
          The cached value of the 'Units Type' reference
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return UnitsType
 UnitsType NumberTypeImpl.basicGetUnitsType()
           
 UnitsType NumberTypeImpl.createOwnedUnitsType()
           
 UnitsType Aadl2FactoryImpl.createUnitsType()
           
 UnitsType NumberTypeImpl.getOwnedUnitsType()
           
 UnitsType NumberTypeImpl.getUnitsType()
           
 

Methods in edu.cmu.sei.aadl.aadl2.impl with parameters of type UnitsType
 org.eclipse.emf.common.notify.NotificationChain NumberTypeImpl.basicSetOwnedUnitsType(UnitsType newOwnedUnitsType, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void NumberTypeImpl.setOwnedUnitsType(UnitsType newOwnedUnitsType)
           
 void NumberTypeImpl.setUnitsType(UnitsType newUnitsType)
           
 

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

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