|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Connections | |
---|---|
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.core | |
edu.cmu.sei.aadl.model.core.impl | This package contains interfaces and classes that represent the abstract component objects as well as the pacakge concepts. |
Uses of Connections in edu.cmu.sei.aadl.model.connection |
---|
Methods in edu.cmu.sei.aadl.model.connection that return Connections | |
---|---|
Connections |
ConnectionFactory.createConnections()
Returns a new object of class 'Connections' |
Uses of Connections in edu.cmu.sei.aadl.model.connection.impl |
---|
Classes in edu.cmu.sei.aadl.model.connection.impl that implement Connections | |
---|---|
class |
ConnectionsImpl
An implementation of the model object 's' |
Methods in edu.cmu.sei.aadl.model.connection.impl that return Connections | |
---|---|
Connections |
ConnectionFactoryImpl.createConnections()
|
Uses of Connections in edu.cmu.sei.aadl.model.connection.util |
---|
Methods in edu.cmu.sei.aadl.model.connection.util with parameters of type Connections | |
---|---|
java.lang.Object |
ConnectionSwitch.caseConnections(Connections object)
Returns the result of interpretting the object as an instance of 'Connections' |
Uses of Connections in edu.cmu.sei.aadl.model.core |
---|
Methods in edu.cmu.sei.aadl.model.core that return Connections | |
---|---|
Connections |
ComponentImpl.getConnections()
Returns the value of the 'Connections' containment reference |
Connections |
ComponentImpl.getConnections(boolean create)
retrieve Connections object. |
Methods in edu.cmu.sei.aadl.model.core with parameters of type Connections | |
---|---|
void |
ComponentImpl.setConnections(Connections value)
Sets the value of the ' Connections ' containment reference |
Uses of Connections in edu.cmu.sei.aadl.model.core.impl |
---|
Fields in edu.cmu.sei.aadl.model.core.impl declared as Connections | |
---|---|
protected Connections |
ComponentImplImpl.connections
The cached value of the ' Connections ' containment reference |
Methods in edu.cmu.sei.aadl.model.core.impl that return Connections | |
---|---|
Connections |
ComponentImplImpl.getConnections()
|
Connections |
ComponentImplImpl.getConnections(boolean create)
retrieve Connections object. |
Methods in edu.cmu.sei.aadl.model.core.impl with parameters of type Connections | |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
ComponentImplImpl.basicSetConnections(Connections newConnections,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
void |
ComponentImplImpl.setConnections(Connections newConnections)
phf: we want an add version for EList |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |