|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataPort | |
---|---|
edu.cmu.sei.aadl.model.connection | |
edu.cmu.sei.aadl.model.connection.impl | |
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. |
edu.cmu.sei.aadl.model.feature | |
edu.cmu.sei.aadl.model.feature.impl | |
edu.cmu.sei.aadl.model.feature.util |
Uses of DataPort in edu.cmu.sei.aadl.model.connection |
---|
Methods in edu.cmu.sei.aadl.model.connection that return DataPort | |
---|---|
DataPort |
DataConnection.getDst()
Returns the value of the 'Dst' reference |
DataPort |
DataConnection.getSrc()
Returns the value of the 'Src' reference |
Methods in edu.cmu.sei.aadl.model.connection with parameters of type DataPort | |
---|---|
void |
DataConnection.setDst(DataPort value)
Sets the value of the ' Dst ' reference |
void |
DataConnection.setSrc(DataPort value)
Sets the value of the ' Src ' reference |
Uses of DataPort in edu.cmu.sei.aadl.model.connection.impl |
---|
Fields in edu.cmu.sei.aadl.model.connection.impl declared as DataPort | |
---|---|
protected DataPort |
DataConnectionImpl.dst
The cached value of the ' Dst ' reference |
protected DataPort |
DataConnectionImpl.src
The cached value of the ' Src ' reference |
Methods in edu.cmu.sei.aadl.model.connection.impl that return DataPort | |
---|---|
DataPort |
DataConnectionImpl.basicGetDst()
|
DataPort |
DataConnectionImpl.basicGetSrc()
|
DataPort |
DataConnectionImpl.getDst()
|
DataPort |
DataConnectionImpl.getSrc()
|
Methods in edu.cmu.sei.aadl.model.connection.impl with parameters of type DataPort | |
---|---|
void |
DataConnectionImpl.setDst(DataPort newDst)
|
void |
DataConnectionImpl.setSrc(DataPort newSrc)
|
Uses of DataPort in edu.cmu.sei.aadl.model.core |
---|
Methods in edu.cmu.sei.aadl.model.core with parameters of type DataPort | |
---|---|
void |
RefinesType.addDataPort(DataPort value)
Adds to the list the value of the ' Data Port ' containment reference list |
Uses of DataPort in edu.cmu.sei.aadl.model.core.impl |
---|
Methods in edu.cmu.sei.aadl.model.core.impl with parameters of type DataPort | |
---|---|
void |
RefinesTypeImpl.addDataPort(DataPort newDataPort)
phf: add element to multiplicity EList |
Uses of DataPort in edu.cmu.sei.aadl.model.feature |
---|
Methods in edu.cmu.sei.aadl.model.feature that return DataPort | |
---|---|
DataPort |
FeatureFactory.createDataPort()
Returns a new object of class 'Data Port' |
DataPort |
DataPort.getRefines()
Returns the value of the 'Refines' reference |
Methods in edu.cmu.sei.aadl.model.feature with parameters of type DataPort | |
---|---|
void |
PortGroupFeatures.addDataPort(DataPort value)
Adds to the list the value of the ' Data Port ' containment reference list |
void |
SoftwareFeatures.addDataPort(DataPort value)
Adds to the list the value of the ' Data Port ' containment reference list |
void |
DeviceFeatures.addDataPort(DataPort value)
Adds to the list the value of the ' Data Port ' containment reference list |
void |
ProcessorFeatures.addDataPort(DataPort value)
Adds to the list the value of the ' Data Port ' containment reference list |
void |
DataPort.setRefines(DataPort value)
Sets the value of the ' Refines ' reference |
Uses of DataPort in edu.cmu.sei.aadl.model.feature.impl |
---|
Classes in edu.cmu.sei.aadl.model.feature.impl that implement DataPort | |
---|---|
class |
DataPortImpl
An implementation of the model object 'Data Port' |
Fields in edu.cmu.sei.aadl.model.feature.impl declared as DataPort | |
---|---|
protected DataPort |
DataPortImpl.refines
The cached value of the ' Refines ' reference |
Methods in edu.cmu.sei.aadl.model.feature.impl that return DataPort | |
---|---|
DataPort |
DataPortImpl.basicGetRefines()
|
DataPort |
FeatureFactoryImpl.createDataPort()
|
DataPort |
DataPortImpl.getRefines()
|
Methods in edu.cmu.sei.aadl.model.feature.impl with parameters of type DataPort | |
---|---|
void |
SoftwareFeaturesImpl.addDataPort(DataPort newDataPort)
phf: add element to multiplicity EList |
void |
ProcessorFeaturesImpl.addDataPort(DataPort newDataPort)
phf: add element to multiplicity EList |
void |
PortGroupFeaturesImpl.addDataPort(DataPort newDataPort)
phf: add element to multiplicity EList |
void |
DeviceFeaturesImpl.addDataPort(DataPort newDataPort)
phf: add element to multiplicity EList |
void |
DataPortImpl.setRefines(DataPort newRefines)
phf: we want an add version for EList |
Uses of DataPort in edu.cmu.sei.aadl.model.feature.util |
---|
Methods in edu.cmu.sei.aadl.model.feature.util with parameters of type DataPort | |
---|---|
java.lang.Object |
FeatureSwitch.caseDataPort(DataPort object)
Returns the result of interpretting the object as an instance of 'Data Port' |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |