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

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

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

Methods in edu.cmu.sei.aadl.aadl2 that return PortConnection
 PortConnection ComponentImplementation.createOwnedPortConnection()
          Creates a new PortConnection and appends it to the 'Owned Port Connection' containment reference list
 PortConnection Aadl2Factory.createPortConnection()
          Returns a new object of class 'Port Connection'
 

Methods in edu.cmu.sei.aadl.aadl2 that return types with arguments of type PortConnection
 org.eclipse.emf.common.util.EList<PortConnection> ComponentImplementation.getOwnedPortConnections()
          Returns the value of the 'Owned Port Connection' containment reference list.
 

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

Classes in edu.cmu.sei.aadl.aadl2.impl that implement PortConnection
 class PortConnectionImpl
          An implementation of the model object 'Port Connection'
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return PortConnection
 PortConnection ComponentImplementationImpl.createOwnedPortConnection()
           
 PortConnection Aadl2FactoryImpl.createPortConnection()
           
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return types with arguments of type PortConnection
 org.eclipse.emf.common.util.EList<PortConnection> ComponentImplementationImpl.getOwnedPortConnections()
           
 

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

Methods in edu.cmu.sei.aadl.aadl2.util with parameters of type PortConnection
 T Aadl2Switch.casePortConnection(PortConnection object)
          Returns the result of interpreting the object as an instance of 'Port Connection'
 boolean Aadl2Validator.validatePortConnection(PortConnection portConnection, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)