Uses of Interface
edu.cmu.sei.aadl.aadl2.instance.ConnectionReference

Packages that use ConnectionReference
edu.cmu.sei.aadl.aadl2.instance   
edu.cmu.sei.aadl.aadl2.instance.impl   
edu.cmu.sei.aadl.aadl2.instance.util   
 

Uses of ConnectionReference in edu.cmu.sei.aadl.aadl2.instance
 

Methods in edu.cmu.sei.aadl.aadl2.instance that return ConnectionReference
 ConnectionReference InstanceFactory.createConnectionReference()
          Returns a new object of class 'Connection Reference'
 ConnectionReference ConnectionInstance.createConnectionReference()
          Creates a new ConnectionReference and appends it to the 'Connection Reference' containment reference list
 

Methods in edu.cmu.sei.aadl.aadl2.instance that return types with arguments of type ConnectionReference
 org.eclipse.emf.common.util.EList<ConnectionReference> ConnectionInstance.getConnectionReferences()
          Returns the value of the 'Connection Reference' containment reference list.
 

Uses of ConnectionReference in edu.cmu.sei.aadl.aadl2.instance.impl
 

Classes in edu.cmu.sei.aadl.aadl2.instance.impl that implement ConnectionReference
 class ConnectionReferenceImpl
          An implementation of the model object 'Connection Reference'
 

Fields in edu.cmu.sei.aadl.aadl2.instance.impl with type parameters of type ConnectionReference
protected  org.eclipse.emf.common.util.EList<ConnectionReference> ConnectionInstanceImpl.connectionReferences
          The cached value of the 'Connection Reference' containment reference list
 

Methods in edu.cmu.sei.aadl.aadl2.instance.impl that return ConnectionReference
 ConnectionReference ConnectionInstanceImpl.createConnectionReference()
           
 ConnectionReference InstanceFactoryImpl.createConnectionReference()
           
 

Methods in edu.cmu.sei.aadl.aadl2.instance.impl that return types with arguments of type ConnectionReference
 org.eclipse.emf.common.util.EList<ConnectionReference> ConnectionInstanceImpl.getConnectionReferences()
           
 

Uses of ConnectionReference in edu.cmu.sei.aadl.aadl2.instance.util
 

Methods in edu.cmu.sei.aadl.aadl2.instance.util with parameters of type ConnectionReference
 T InstanceSwitch.caseConnectionReference(ConnectionReference object)
          Returns the result of interpreting the object as an instance of 'Connection Reference'