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

Packages that use UnitsType
edu.cmu.sei.aadl.model.property   
edu.cmu.sei.aadl.model.property.impl   
edu.cmu.sei.aadl.model.property.util   
edu.cmu.sei.osate.ui.actions   
 

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

Methods in edu.cmu.sei.aadl.model.property that return UnitsType
 UnitsType PropertyFactory.createUnitsType()
          Returns a new object of class 'Units Type'
 UnitsType NumberType.getPropertyType()
          Returns the value of the 'Property Type' containment reference
 UnitsType NumberType.getPropertyTypeReference()
          Returns the value of the 'Property Type Reference' reference
 UnitsType NumberType.getTheUnitsType()
          Get the units type of the type, if any.
 UnitsType NumberType.getUnitsType()
          Returns the value of the 'Units Type' containment reference
 UnitsType NumberType.getUnitsTypeReference()
          Returns the value of the 'Units Type Reference' reference
 

Methods in edu.cmu.sei.aadl.model.property with parameters of type UnitsType
 void NumberType.setPropertyType(UnitsType value)
          Sets the value of the 'Property Type' containment reference
 void NumberType.setPropertyTypeReference(UnitsType value)
          Sets the value of the 'Property Type Reference' reference
 void NumberType.setUnitsType(UnitsType value)
          Sets the value of the 'Units Type' containment reference
 void NumberType.setUnitsTypeReference(UnitsType value)
          Sets the value of the 'Units Type Reference' reference
 

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

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

Fields in edu.cmu.sei.aadl.model.property.impl declared as UnitsType
protected  UnitsType NumberTypeImpl.propertyType
          The cached value of the 'Property Type' containment reference
protected  UnitsType NumberTypeImpl.propertyTypeReference
          The cached value of the 'Property Type Reference' reference
 

Methods in edu.cmu.sei.aadl.model.property.impl that return UnitsType
 UnitsType NumberTypeImpl.basicGetPropertyTypeReference()
           
 UnitsType PropertyFactoryImpl.createUnitsType()
           
 UnitsType NumberTypeImpl.getPropertyType()
           
 UnitsType NumberTypeImpl.getPropertyTypeReference()
           
 UnitsType NumberTypeImpl.getTheUnitsType()
           
 UnitsType NumberTypeImpl.getUnitsType()
           
 UnitsType NumberTypeImpl.getUnitsTypeReference()
           
 

Methods in edu.cmu.sei.aadl.model.property.impl with parameters of type UnitsType
 org.eclipse.emf.common.notify.NotificationChain NumberTypeImpl.basicSetPropertyType(UnitsType newPropertyType, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void NumberTypeImpl.setPropertyType(UnitsType newPropertyType)
           
 void NumberTypeImpl.setPropertyTypeReference(UnitsType newPropertyTypeReference)
           
 void NumberTypeImpl.setUnitsType(UnitsType newUnitsType)
           
 void NumberTypeImpl.setUnitsTypeReference(UnitsType newUnitsTypeReference)
          Convenience method to set PropertyTypeRefence
 

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

Methods in edu.cmu.sei.aadl.model.property.util with parameters of type UnitsType
 java.lang.Object PropertySwitch.caseUnitsType(UnitsType object)
          Returns the result of interpretting the object as an instance of 'Units Type'
 

Uses of UnitsType in edu.cmu.sei.osate.ui.actions
 

Methods in edu.cmu.sei.osate.ui.actions with parameters of type UnitsType
protected  void AbstractAnalysis.unitLiteralNotFound(java.lang.String unitLiteral, UnitsType unitsType)
          Sets the notReadyToRunReason to the message that the specified UnitLiteral could not be found.