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

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

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

Methods in edu.cmu.sei.aadl.aadl2 that return PropertyReference
 PropertyReference Aadl2Factory.createPropertyReference()
          Returns a new object of class 'Property Reference'
 

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

Classes in edu.cmu.sei.aadl.aadl2.impl that implement PropertyReference
 class PropertyReferenceImpl
          An implementation of the model object 'Property Reference'
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return PropertyReference
 PropertyReference Aadl2FactoryImpl.createPropertyReference()
           
 

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

Methods in edu.cmu.sei.aadl.aadl2.util with parameters of type PropertyReference
 T Aadl2Switch.casePropertyReference(PropertyReference object)
          Returns the result of interpreting the object as an instance of 'Property Reference'
 boolean Aadl2Validator.validatePropertyReference(PropertyReference propertyReference, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)