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

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

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

Methods in edu.cmu.sei.aadl.aadl2.instance that return ConnectionInstance
 ConnectionInstance InstanceFactory.createConnectionInstance()
          Returns a new object of class 'Connection Instance'
 ConnectionInstance ComponentInstance.createConnectionInstance()
          Creates a new ConnectionInstance and appends it to the 'Connection Instance' containment reference list
 ConnectionInstance SystemInstance.findConnectionInstance(FeatureInstance srcFI, FeatureInstance dstFI)
          find the Connection instance for these feature instances.
 

Methods in edu.cmu.sei.aadl.aadl2.instance that return types with arguments of type ConnectionInstance
 org.eclipse.emf.common.util.EList<ConnectionInstance> ComponentInstance.findConnectionInstance(Connection conn)
          Find the semantic connection instances that pass through this component instance that utilize the given connection.
 java.util.List<ConnectionInstance> SystemInstance.findConnectionInstances(Connection first, Connection second)
          Find all connection instances that pass through two declarative connections in the same order as given in the parameters.
 org.eclipse.emf.common.util.EList<ConnectionInstance> ComponentInstance.getConnectionInstances()
          Returns the value of the 'Connection Instance' containment reference list.
 org.eclipse.emf.common.util.EList<ConnectionInstance> ConnectionInstanceEnd.getDstConnectionInstances()
          Returns the value of the 'Dst Connection Instance' reference list.
 org.eclipse.emf.common.util.EList<ConnectionInstance> ConnectionInstanceEnd.getSrcConnectionInstances()
          Returns the value of the 'Src Connection Instance' reference list.
 

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

Classes in edu.cmu.sei.aadl.aadl2.instance.impl that implement ConnectionInstance
 class ConnectionInstanceImpl
          An implementation of the model object 'Connection Instance'
 

Fields in edu.cmu.sei.aadl.aadl2.instance.impl with type parameters of type ConnectionInstance
protected  org.eclipse.emf.common.util.EList<ConnectionInstance> ComponentInstanceImpl.connectionInstances
          The cached value of the 'Connection Instance' containment reference list
protected  org.eclipse.emf.common.util.EList<ConnectionInstance> ConnectionInstanceEndImpl.dstConnectionInstances
          The cached value of the 'Dst Connection Instance' reference list
protected  org.eclipse.emf.common.util.EList<ConnectionInstance> ConnectionInstanceEndImpl.srcConnectionInstances
          The cached value of the 'Src Connection Instance' reference list
 

Methods in edu.cmu.sei.aadl.aadl2.instance.impl that return ConnectionInstance
 ConnectionInstance ComponentInstanceImpl.createConnectionInstance()
           
 ConnectionInstance InstanceFactoryImpl.createConnectionInstance()
           
 ConnectionInstance SystemInstanceImpl.findConnectionInstance(FeatureInstance srcFI, FeatureInstance dstFI)
           
 

Methods in edu.cmu.sei.aadl.aadl2.instance.impl that return types with arguments of type ConnectionInstance
 org.eclipse.emf.common.util.EList<ConnectionInstance> ComponentInstanceImpl.findConnectionInstance(Connection conn)
          find the Connection instance of this component instance
 java.util.List<ConnectionInstance> SystemInstanceImpl.findConnectionInstances(Connection first, Connection second)
           
 org.eclipse.emf.common.util.EList<ConnectionInstance> ComponentInstanceImpl.getConnectionInstances()
           
 org.eclipse.emf.common.util.EList<ConnectionInstance> ConnectionInstanceEndImpl.getDstConnectionInstances()
           
 org.eclipse.emf.common.util.EList<ConnectionInstance> ConnectionInstanceEndImpl.getSrcConnectionInstances()
           
 

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

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

Uses of ConnectionInstance in edu.cmu.sei.aadl.instance
 

Methods in edu.cmu.sei.aadl.instance that return ConnectionInstance
protected  ConnectionInstance CreateConnectionsSwitch.addConnectionInstance(SystemInstance systemInstance, edu.cmu.sei.aadl.instance.CreateConnectionsSwitch.ConnectionInfo connInfo, ConnectionInstanceEnd dstI)
           
 

Uses of ConnectionInstance in edu.cmu.sei.aadl.modelsupport.util
 

Methods in edu.cmu.sei.aadl.modelsupport.util that return ConnectionInstance
protected  ConnectionInstance ConnectionGroupIterator.doNext()
           
static ConnectionInstance AadlUtil.findConnectionInstance(InstanceObject src, InstanceObject dst)
          find the connection instance with src as its source and dst as its destination
static ConnectionInstance ConnectionBindingUtil.getBusAccessConnection(ComponentInstance HWcomp, ComponentInstance bus)
          is hardware component connected (directly) to the given bus, incl. bus to bus
 ConnectionInstance ConnectionGroupIterator.next()
           
 

Methods in edu.cmu.sei.aadl.modelsupport.util with parameters of type ConnectionInstance
protected  Connection ConnectionGroupIterator.getActualConnection(ConnectionInstance ci)