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

Packages that use ReferenceType
edu.cmu.sei.aadl.model.property   
edu.cmu.sei.aadl.model.property.impl   
edu.cmu.sei.aadl.model.property.util   
 

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

Methods in edu.cmu.sei.aadl.model.property that return ReferenceType
 ReferenceType PropertyFactory.createReferenceType()
          Returns a new object of class 'Reference Type'
 

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

Classes in edu.cmu.sei.aadl.model.property.impl that implement ReferenceType
 class ReferenceTypeImpl
          An implementation of the model object 'Component Property Type'
 

Methods in edu.cmu.sei.aadl.model.property.impl that return ReferenceType
 ReferenceType PropertyFactoryImpl.createReferenceType()
           
 

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

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