Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<ConnectionInstance> |
SystemInstance.allConnectionInstances()
Iterates over all connection instances in the instance model.
|
java.lang.Iterable<ConnectionInstance> |
InstanceObject.allEnclosingConnectionInstances()
Iterates over all connection instances that are contained in enclosing component instances the instance model.
|
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> |
SystemInstance.getAllConnectionInstances()
Get all connection instances in the instance model.
|
org.eclipse.emf.common.util.EList<ConnectionInstance> |
InstanceObject.getAllEnclosingConnectionInstances()
Get all connection instances in the instance model that are contained in enclosing component instances the instance model.
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
ConnectionInstanceImpl
An implementation of the model object 'Connection Instance'.
|
Modifier and Type | Method and Description |
---|---|
ConnectionInstance |
InstanceFactoryImpl.createConnectionInstance() |
ConnectionInstance |
ComponentInstanceImpl.createConnectionInstance() |
ConnectionInstance |
SystemInstanceImpl.findConnectionInstance(FeatureInstance srcFI,
FeatureInstance dstFI) |
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<ConnectionInstance> |
SystemInstanceImpl.allConnectionInstances() |
java.lang.Iterable<ConnectionInstance> |
InstanceObjectImpl.allEnclosingConnectionInstances() |
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> |
SystemInstanceImpl.getAllConnectionInstances() |
org.eclipse.emf.common.util.EList<ConnectionInstance> |
InstanceObjectImpl.getAllEnclosingConnectionInstances() |
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() |
Modifier and Type | Method and Description |
---|---|
T |
InstanceSwitch.caseConnectionInstance(ConnectionInstance object)
Returns the result of interpreting the object as an instance of 'Connection Instance'.
|
Modifier and Type | Method and Description |
---|---|
static ConnectionInstance |
AadlUtil.findConnectionInstance(InstanceObject src,
InstanceObject dst)
find the connection instance with src as its source and dst as its
destination
|
ConnectionInstance |
ConnectionGroupIterator.next() |
Modifier and Type | Method and Description |
---|---|
static boolean |
AadlUtil.isComplete(ConnectionInstance conni) |
Modifier and Type | Method and Description |
---|---|
static org.eclipse.emf.common.util.EList<ConnectionInstance> |
Aadl2InstanceUtil.getIncomingConnection(ComponentInstance ci,
FeatureInstance fi)
find incoming connection that goes through the feature of the specified component instance
|
static org.eclipse.emf.common.util.EList<ConnectionInstance> |
Aadl2InstanceUtil.getIncomingConnections(ComponentInstance ci)
get incoming connection instances from the component instance or any contained component instance
|
static org.eclipse.emf.common.util.EList<ConnectionInstance> |
Aadl2InstanceUtil.getOutgoingConnection(ComponentInstance ci,
FeatureInstance fi)
find outgoing connection that goes through the feature of the specified component instance
|
static org.eclipse.emf.common.util.EList<ConnectionInstance> |
Aadl2InstanceUtil.getOutgoingConnections(ComponentInstance ci)
get outgoing connection instances from the component instance or any contained component instance
|
Modifier and Type | Method and Description |
---|---|
static ConnectionInstanceEnd |
Aadl2InstanceUtil.getDestEndPointInstance(ComponentInstance ci,
ConnectionInstance conni)
Find the destination endpoint of the connection in the specified component instance
the endpoint can be a feature instance or a component instance
The connection instance may go inside the component instance
|
static ConnectionInstanceEnd |
Aadl2InstanceUtil.getSrcEndPointInstance(ComponentInstance ci,
ConnectionInstance conni)
Find the source endpoint of the connection in the specified component instance
the endpoint can be a feature instance or a component instance
The connection instance may go inside the component instance
|
static boolean |
Aadl2InstanceUtil.isIncomingConnection(ConnectionInstance connectionInstance,
ComponentInstance ci) |
static boolean |
Aadl2InstanceUtil.isOutgoingConnection(ConnectionInstance connectionInstance,
ComponentInstance ci) |
Modifier and Type | Method and Description |
---|---|
static ConnectionInstance |
ConnectionBindingUtil.getBusAccessConnection(ComponentInstance HWcomp,
ComponentInstance bus)
is hardware component connected (directly) to the given bus, incl.
|