|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PortGroup | |
---|---|
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 | |
edu.cmu.sei.aadl.model.flow | |
edu.cmu.sei.aadl.model.flow.impl |
Uses of PortGroup in edu.cmu.sei.aadl.model.connection |
---|
Methods in edu.cmu.sei.aadl.model.connection that return PortGroup | |
---|---|
PortGroup |
PortGroupConnection.getDst()
Returns the value of the 'Dst' reference |
PortGroup |
PortGroupConnection.getSrc()
Returns the value of the 'Src' reference |
Methods in edu.cmu.sei.aadl.model.connection with parameters of type PortGroup | |
---|---|
void |
PortGroupConnection.setDst(PortGroup value)
Sets the value of the ' Dst ' reference |
void |
PortGroupConnection.setSrc(PortGroup value)
Sets the value of the ' Src ' reference |
Uses of PortGroup in edu.cmu.sei.aadl.model.connection.impl |
---|
Fields in edu.cmu.sei.aadl.model.connection.impl declared as PortGroup | |
---|---|
protected PortGroup |
PortGroupConnectionImpl.dst
The cached value of the ' Dst ' reference |
protected PortGroup |
PortGroupConnectionImpl.src
The cached value of the ' Src ' reference |
Methods in edu.cmu.sei.aadl.model.connection.impl that return PortGroup | |
---|---|
PortGroup |
PortGroupConnectionImpl.basicGetDst()
|
PortGroup |
PortGroupConnectionImpl.basicGetSrc()
|
PortGroup |
PortGroupConnectionImpl.getDst()
|
PortGroup |
PortGroupConnectionImpl.getSrc()
|
Methods in edu.cmu.sei.aadl.model.connection.impl with parameters of type PortGroup | |
---|---|
void |
PortGroupConnectionImpl.setDst(PortGroup newDst)
phf: we want an add version for EList |
void |
PortGroupConnectionImpl.setSrc(PortGroup newSrc)
phf: we want an add version for EList |
Uses of PortGroup in edu.cmu.sei.aadl.model.core |
---|
Methods in edu.cmu.sei.aadl.model.core with parameters of type PortGroup | |
---|---|
void |
RefinesType.addPortGroup(PortGroup value)
Adds to the list the value of the ' Port Group ' containment reference list |
Uses of PortGroup in edu.cmu.sei.aadl.model.core.impl |
---|
Methods in edu.cmu.sei.aadl.model.core.impl with parameters of type PortGroup | |
---|---|
void |
RefinesTypeImpl.addPortGroup(PortGroup newPortGroup)
phf: add element to multiplicity EList |
Uses of PortGroup in edu.cmu.sei.aadl.model.feature |
---|
Methods in edu.cmu.sei.aadl.model.feature that return PortGroup | |
---|---|
PortGroup |
FeatureFactory.createPortGroup()
Returns a new object of class 'Port Group' |
PortGroup |
PortGroup.getRefines()
Returns the value of the 'Refines' reference |
Methods in edu.cmu.sei.aadl.model.feature with parameters of type PortGroup | |
---|---|
void |
PortGroupFeatures.addPortGroup(PortGroup value)
Adds to the list the value of the ' Port Group ' containment reference list |
void |
SoftwareFeatures.addPortGroup(PortGroup value)
Adds to the list the value of the ' Port Group ' containment reference list |
void |
DeviceFeatures.addPortGroup(PortGroup value)
Adds to the list the value of the ' Port Group ' containment reference list |
void |
ProcessorFeatures.addPortGroup(PortGroup value)
Adds to the list the value of the ' Port Group ' containment reference list |
void |
SubprogramFeatures.addPortGroup(PortGroup value)
Adds to the list the value of the ' Port Group ' containment reference list |
void |
PortGroup.setRefines(PortGroup value)
Sets the value of the ' Refines ' reference |
Uses of PortGroup in edu.cmu.sei.aadl.model.feature.impl |
---|
Classes in edu.cmu.sei.aadl.model.feature.impl that implement PortGroup | |
---|---|
class |
PortGroupImpl
An implementation of the model object 'Port Group' |
Fields in edu.cmu.sei.aadl.model.feature.impl declared as PortGroup | |
---|---|
protected PortGroup |
PortGroupImpl.refines
The cached value of the ' Refines ' reference |
Methods in edu.cmu.sei.aadl.model.feature.impl that return PortGroup | |
---|---|
PortGroup |
PortGroupImpl.basicGetRefines()
|
PortGroup |
FeatureFactoryImpl.createPortGroup()
|
PortGroup |
PortGroupImpl.getRefines()
|
Methods in edu.cmu.sei.aadl.model.feature.impl with parameters of type PortGroup | |
---|---|
void |
SubprogramFeaturesImpl.addPortGroup(PortGroup newPortGroup)
phf: add element to multiplicity EList |
void |
SoftwareFeaturesImpl.addPortGroup(PortGroup newPortGroup)
phf: add element to multiplicity EList |
void |
ProcessorFeaturesImpl.addPortGroup(PortGroup newPortGroup)
phf: add element to multiplicity EList |
void |
PortGroupFeaturesImpl.addPortGroup(PortGroup newPortGroup)
phf: add element to multiplicity EList |
void |
DeviceFeaturesImpl.addPortGroup(PortGroup newPortGroup)
phf: add element to multiplicity EList |
void |
PortGroupImpl.setRefines(PortGroup newRefines)
phf: we want an add version for EList |
Uses of PortGroup in edu.cmu.sei.aadl.model.feature.util |
---|
Methods in edu.cmu.sei.aadl.model.feature.util with parameters of type PortGroup | |
---|---|
java.lang.Object |
FeatureSwitch.casePortGroup(PortGroup object)
Returns the result of interpretting the object as an instance of 'Port Group' |
Uses of PortGroup in edu.cmu.sei.aadl.model.flow |
---|
Methods in edu.cmu.sei.aadl.model.flow that return PortGroup | |
---|---|
PortGroup |
FlowPathSpec.getDstContext()
Returns the value of the 'Dst Context' reference |
PortGroup |
FlowSourceSpec.getDstContext()
Returns the value of the 'Dst Context' reference |
PortGroup |
FlowPathSpec.getSrcContext()
Returns the value of the 'Src Context' reference |
PortGroup |
FlowSinkSpec.getSrcContext()
Returns the value of the 'Src Context' reference |
PortGroup |
FlowSpec.getXAllDstContext()
get destination flow context of flow source, sink, or path spec. |
PortGroup |
FlowSpec.getXAllSrcContext()
get source flow context of flow source, sink, or path spec. |
PortGroup |
FlowSpec.getXDstContext()
get destination flow context of flow source, sink, or path spec |
PortGroup |
FlowSpec.getXSrcContext()
get source flow context of flow source, sink, or path spec |
Methods in edu.cmu.sei.aadl.model.flow with parameters of type PortGroup | |
---|---|
void |
FlowPathSpec.setDstContext(PortGroup value)
Sets the value of the ' Dst Context ' reference |
void |
FlowSourceSpec.setDstContext(PortGroup value)
Sets the value of the ' Dst Context ' reference |
void |
FlowPathSpec.setSrcContext(PortGroup value)
Sets the value of the ' Src Context ' reference |
void |
FlowSinkSpec.setSrcContext(PortGroup value)
Sets the value of the ' Src Context ' reference |
Uses of PortGroup in edu.cmu.sei.aadl.model.flow.impl |
---|
Fields in edu.cmu.sei.aadl.model.flow.impl declared as PortGroup | |
---|---|
protected PortGroup |
FlowSourceSpecImpl.dstContext
The cached value of the ' Dst Context ' reference |
protected PortGroup |
FlowPathSpecImpl.dstContext
The cached value of the ' Dst Context ' reference |
protected PortGroup |
FlowSinkSpecImpl.srcContext
The cached value of the ' Src Context ' reference |
protected PortGroup |
FlowPathSpecImpl.srcContext
The cached value of the ' Src Context ' reference |
Methods in edu.cmu.sei.aadl.model.flow.impl that return PortGroup | |
---|---|
PortGroup |
FlowSourceSpecImpl.basicGetDstContext()
|
PortGroup |
FlowPathSpecImpl.basicGetDstContext()
|
PortGroup |
FlowSinkSpecImpl.basicGetSrcContext()
|
PortGroup |
FlowPathSpecImpl.basicGetSrcContext()
|
PortGroup |
FlowSourceSpecImpl.getDstContext()
|
PortGroup |
FlowPathSpecImpl.getDstContext()
|
PortGroup |
FlowSinkSpecImpl.getSrcContext()
|
PortGroup |
FlowPathSpecImpl.getSrcContext()
|
PortGroup |
FlowSpecImpl.getXAllDstContext()
get destination flow context of flow source, sink, or path spec. |
PortGroup |
FlowSpecImpl.getXAllSrcContext()
get source flow context of flow source, sink, or path spec. |
PortGroup |
FlowSpecImpl.getXDstContext()
get destination flow context of flow source, sink, or path spec |
PortGroup |
FlowSpecImpl.getXSrcContext()
get source flow context of flow source, sink, or path spec |
Methods in edu.cmu.sei.aadl.model.flow.impl with parameters of type PortGroup | |
---|---|
void |
FlowSourceSpecImpl.setDstContext(PortGroup newDstContext)
|
void |
FlowPathSpecImpl.setDstContext(PortGroup newDstContext)
|
void |
FlowSinkSpecImpl.setSrcContext(PortGroup newSrcContext)
|
void |
FlowPathSpecImpl.setSrcContext(PortGroup newSrcContext)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |