|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataConnection | |
---|---|
edu.cmu.sei.aadl.model.connection | |
edu.cmu.sei.aadl.model.connection.impl | |
edu.cmu.sei.aadl.model.connection.util |
Uses of DataConnection in edu.cmu.sei.aadl.model.connection |
---|
Methods in edu.cmu.sei.aadl.model.connection that return DataConnection | |
---|---|
DataConnection |
ConnectionFactory.createDataConnection()
Returns a new object of class 'Data Connection' |
DataConnection |
DataConnection.getRefines()
Returns the value of the 'Refines' reference |
Methods in edu.cmu.sei.aadl.model.connection with parameters of type DataConnection | |
---|---|
void |
Connections.addDataConnection(DataConnection value)
Adds to the list the value of the ' Data Connection ' containment reference list |
void |
DataConnection.setRefines(DataConnection value)
Sets the value of the ' Refines ' reference |
Uses of DataConnection in edu.cmu.sei.aadl.model.connection.impl |
---|
Classes in edu.cmu.sei.aadl.model.connection.impl that implement DataConnection | |
---|---|
class |
DataConnectionImpl
An implementation of the model object 'Data Connection' |
Fields in edu.cmu.sei.aadl.model.connection.impl declared as DataConnection | |
---|---|
protected DataConnection |
DataConnectionImpl.refines
The cached value of the ' Refines ' reference |
Methods in edu.cmu.sei.aadl.model.connection.impl that return DataConnection | |
---|---|
DataConnection |
DataConnectionImpl.basicGetRefines()
|
DataConnection |
ConnectionFactoryImpl.createDataConnection()
|
DataConnection |
DataConnectionImpl.getRefines()
|
Methods in edu.cmu.sei.aadl.model.connection.impl with parameters of type DataConnection | |
---|---|
void |
ConnectionsImpl.addDataConnection(DataConnection newDataConnection)
phf: add element to multiplicity EList |
void |
DataConnectionImpl.setRefines(DataConnection newRefines)
phf: we want an add version for EList |
Uses of DataConnection in edu.cmu.sei.aadl.model.connection.util |
---|
Methods in edu.cmu.sei.aadl.model.connection.util with parameters of type DataConnection | |
---|---|
java.lang.Object |
ConnectionSwitch.caseDataConnection(DataConnection object)
Returns the result of interpretting the object as an instance of 'Data Connection' |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |