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

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

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

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

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

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

Classes in edu.cmu.sei.aadl.aadl2.impl that implement ParameterConnection
 class ParameterConnectionImpl
          An implementation of the model object 'Parameter Connection'
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return ParameterConnection
 ParameterConnection ComponentImplementationImpl.createOwnedParameterConnection()
           
 ParameterConnection Aadl2FactoryImpl.createParameterConnection()
           
 

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

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

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