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

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

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

Subinterfaces of Connection in edu.cmu.sei.aadl.aadl2
 interface AccessConnection
          A representation of the model object 'Access Connection'
 interface FeatureConnection
          A representation of the model object 'Feature Connection'
 interface FeatureGroupConnection
          A representation of the model object 'Feature Group Connection'
 interface ParameterConnection
          A representation of the model object 'Parameter Connection'
 interface PortConnection
          A representation of the model object 'Port Connection'
 

Methods in edu.cmu.sei.aadl.aadl2 that return Connection
 Connection Connection.getRefined()
          Returns the value of the 'Refined' reference.
 

Methods in edu.cmu.sei.aadl.aadl2 that return types with arguments of type Connection
 org.eclipse.emf.common.util.EList<Connection> ComponentImplementation.getAllConnections()
          get list of all connection objects of a component implementation, including ancestor features In case of refined connections the refined connection is returned in the list.
 org.eclipse.emf.common.util.EList<Connection> ComponentImplementation.getAllConnections(Mode mode)
          Get list of all connections of a component implementation in a given mode, including ancestor implementations.
 org.eclipse.emf.common.util.EList<Connection> ComponentImplementation.getIngoingConnections(Feature feature)
          get ingoing connections to subcomponents from a specified feature of the component impl
 org.eclipse.emf.common.util.EList<Connection> ComponentImplementation.getOwnedConnections()
          Returns the value of the 'Owned Connection' containment reference list.
 org.eclipse.emf.common.util.EList<Connection> ComponentImplementation.getOwnedConnections(Mode mode)
          Returns the connection objects of a given implementation for a given mode.
 

Methods in edu.cmu.sei.aadl.aadl2 with parameters of type Connection
 void ComponentImplementation.addConnection(Connection c)
           
 void Connection.setRefined(Connection value)
          Sets the value of the 'Refined' reference
 

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

Classes in edu.cmu.sei.aadl.aadl2.impl that implement Connection
 class AccessConnectionImpl
          An implementation of the model object 'Access Connection'
 class ConnectionImpl
          An implementation of the model object 'Connection'
 class FeatureConnectionImpl
          An implementation of the model object 'Feature Connection'
 class FeatureGroupConnectionImpl
          An implementation of the model object 'Feature Group Connection'
 class ParameterConnectionImpl
          An implementation of the model object 'Parameter Connection'
 class PortConnectionImpl
          An implementation of the model object 'Port Connection'
 

Fields in edu.cmu.sei.aadl.aadl2.impl declared as Connection
protected  Connection ConnectionImpl.refined
          The cached value of the 'Refined' reference
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return Connection
 Connection ConnectionImpl.basicGetRefined()
           
 Connection ConnectionImpl.getRefined()
           
 Connection ConnectionImpl.getRootConnection()
           
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return types with arguments of type Connection
 org.eclipse.emf.common.util.EList<Connection> ComponentImplementationImpl.getAllConnections()
          get list of all connection objects of a component implementation, including ancestor features In case of refined connections the refined connection is returned in the list.
 org.eclipse.emf.common.util.EList<Connection> ComponentImplementationImpl.getAllConnections(Mode mode)
          Get list of all connections of a component implementation in a given mode, including ancestor implementations.
 org.eclipse.emf.common.util.EList<Connection> ComponentImplementationImpl.getIngoingConnections(Feature feature)
          get ingoing connections to subcomponents from a specified feature of the component impl
 org.eclipse.emf.common.util.EList<Connection> ComponentImplementationImpl.getOwnedConnections()
           
 org.eclipse.emf.common.util.EList<Connection> ComponentImplementationImpl.getOwnedConnections(Mode mode)
          Returns the connection objects of a given implementation for a given mode.
 

Methods in edu.cmu.sei.aadl.aadl2.impl with parameters of type Connection
 void ComponentImplementationImpl.addConnection(Connection c)
           
 void ConnectionImpl.setRefined(Connection newRefined)
           
 

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

Methods in edu.cmu.sei.aadl.aadl2.instance that return Connection
 Connection ConnectionReference.getConnection()
          Returns the value of the 'Connection' reference
 

Methods in edu.cmu.sei.aadl.aadl2.instance with parameters of type Connection
 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.
 void ConnectionReference.setConnection(Connection value)
          Sets the value of the 'Connection' reference
 

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

Fields in edu.cmu.sei.aadl.aadl2.instance.impl declared as Connection
protected  Connection ConnectionReferenceImpl.connection
          The cached value of the 'Connection' reference
 

Methods in edu.cmu.sei.aadl.aadl2.instance.impl that return Connection
 Connection ConnectionReferenceImpl.basicGetConnection()
           
 Connection ConnectionReferenceImpl.getConnection()
           
 

Methods in edu.cmu.sei.aadl.aadl2.instance.impl that return types with arguments of type Connection
 java.util.List<Connection> ConnectionInstanceImpl.getInstantiatedObjects()
          Get the property value from the declarative model elements associated with the instance object.
 

Methods in edu.cmu.sei.aadl.aadl2.instance.impl with parameters of type Connection
 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)
           
 void ConnectionReferenceImpl.setConnection(Connection newConnection)
           
 

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

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

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

Methods in edu.cmu.sei.aadl.instance that return types with arguments of type Connection
 java.util.List<Connection> CreateConnectionsSwitch.filterIncomingConnection(java.util.List<Connection> incomingconnlist, Feature feature)
          get incoming connections for specified feature This method does not work on subcomponent, because we need the enclosing subcomponent rather than the enclosing component implementation in order to get the subcomponent inheritance correct Otherwise the incorrect connections get picked up
 java.util.List<Connection> CreateConnectionsSwitch.filterOutgoingConnections(java.util.List<Connection> conns, Feature feature)
          Get outgoing connections for specified feature port group connections are non-directional, i.e., they are always added
protected  java.util.List<Connection> CreateConnectionsSwitch.filterStartingConnections(java.util.List<Connection> connlist, Subcomponent sub)
          Filter all (port or access) connections that start with a subcomponent.
 

Method parameters in edu.cmu.sei.aadl.instance with type arguments of type Connection
 java.util.List<Connection> CreateConnectionsSwitch.filterIncomingConnection(java.util.List<Connection> incomingconnlist, Feature feature)
          get incoming connections for specified feature This method does not work on subcomponent, because we need the enclosing subcomponent rather than the enclosing component implementation in order to get the subcomponent inheritance correct Otherwise the incorrect connections get picked up
 java.util.List<Connection> CreateConnectionsSwitch.filterOutgoingConnections(java.util.List<Connection> conns, Feature feature)
          Get outgoing connections for specified feature port group connections are non-directional, i.e., they are always added
protected  java.util.List<Connection> CreateConnectionsSwitch.filterStartingConnections(java.util.List<Connection> connlist, Subcomponent sub)
          Filter all (port or access) connections that start with a subcomponent.
 boolean CreateConnectionsSwitch.isConnectionEnd(java.util.List<Connection> conns, Feature feature)
          Check if one of the connections in a list has a feature as its end.
 boolean CreateConnectionsSwitch.isDestination(java.util.List<Connection> conns, Feature feature)
          Check if one of the connections in a list points to a feature.
 

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

Methods in edu.cmu.sei.aadl.modelsupport.util that return Connection
protected  Connection ConnectionGroupIterator.getActualConnection(ConnectionInstance ci)
           
 

Method parameters in edu.cmu.sei.aadl.modelsupport.util with type arguments of type Connection
static org.eclipse.emf.common.util.EList<FeatureGroupConnection> AadlUtil.getPortGroupConnection(java.util.Collection<? extends Connection> portconn)
          extract the set of feature group connections from the list of connections