|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PortGroupConnection | |
---|---|
edu.cmu.sei.aadl.model.connection | |
edu.cmu.sei.aadl.model.connection.impl | |
edu.cmu.sei.aadl.model.connection.util | |
edu.cmu.sei.aadl.model.util |
Uses of PortGroupConnection in edu.cmu.sei.aadl.model.connection |
---|
Methods in edu.cmu.sei.aadl.model.connection that return PortGroupConnection | |
---|---|
PortGroupConnection |
ConnectionFactory.createPortGroupConnection()
Returns a new object of class 'Port Group Connection' |
PortGroupConnection |
PortGroupConnection.getRefines()
Returns the value of the 'Refines' reference |
Methods in edu.cmu.sei.aadl.model.connection with parameters of type PortGroupConnection | |
---|---|
void |
Connections.addPortGroupConnection(PortGroupConnection value)
Adds to the list the value of the ' Port Group Connection ' containment reference list |
void |
PortGroupConnection.setRefines(PortGroupConnection value)
Sets the value of the ' Refines ' reference |
Uses of PortGroupConnection in edu.cmu.sei.aadl.model.connection.impl |
---|
Classes in edu.cmu.sei.aadl.model.connection.impl that implement PortGroupConnection | |
---|---|
class |
PortGroupConnectionImpl
An implementation of the model object 'Port Group Connection' |
Fields in edu.cmu.sei.aadl.model.connection.impl declared as PortGroupConnection | |
---|---|
protected PortGroupConnection |
PortGroupConnectionImpl.refines
The cached value of the ' Refines ' reference |
Methods in edu.cmu.sei.aadl.model.connection.impl that return PortGroupConnection | |
---|---|
PortGroupConnection |
PortGroupConnectionImpl.basicGetRefines()
|
PortGroupConnection |
ConnectionFactoryImpl.createPortGroupConnection()
|
PortGroupConnection |
PortGroupConnectionImpl.getRefines()
|
Methods in edu.cmu.sei.aadl.model.connection.impl with parameters of type PortGroupConnection | |
---|---|
void |
ConnectionsImpl.addPortGroupConnection(PortGroupConnection newPortGroupConnection)
phf: add element to multiplicity EList |
void |
PortGroupConnectionImpl.setRefines(PortGroupConnection newRefines)
phf: we want an add version for EList |
Uses of PortGroupConnection in edu.cmu.sei.aadl.model.connection.util |
---|
Methods in edu.cmu.sei.aadl.model.connection.util with parameters of type PortGroupConnection | |
---|---|
java.lang.Object |
ConnectionSwitch.casePortGroupConnection(PortGroupConnection object)
Returns the result of interpretting the object as an instance of 'Port Group Connection' |
Uses of PortGroupConnection in edu.cmu.sei.aadl.model.util |
---|
Methods in edu.cmu.sei.aadl.model.util that return types with arguments of type PortGroupConnection | |
---|---|
static org.eclipse.emf.common.util.EList<PortGroupConnection> |
AadlUtil.getPortGroupConnection(java.util.Collection portconn)
extract the set of port group connections from the list of connections |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |