|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PortGroupType | |
---|---|
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.instance | |
edu.cmu.sei.aadl.model.instance.impl | |
edu.cmu.sei.aadl.model.util |
Uses of PortGroupType in edu.cmu.sei.aadl.model.core |
---|
Methods in edu.cmu.sei.aadl.model.core with parameters of type PortGroupType | |
---|---|
void |
AadlSpec.addPortGroupType(PortGroupType value)
Adds to the list the value of the ' Port Group Type ' containment reference list |
void |
AadlPackageSection.addPortGroupType(PortGroupType value)
Adds to the list the value of the ' Port Group Type ' containment reference list |
Uses of PortGroupType in edu.cmu.sei.aadl.model.core.impl |
---|
Methods in edu.cmu.sei.aadl.model.core.impl with parameters of type PortGroupType | |
---|---|
void |
AadlSpecImpl.addPortGroupType(PortGroupType newPortGroupType)
phf: add element to multiplicity EList |
void |
AadlPackageSectionImpl.addPortGroupType(PortGroupType newPortGroupType)
phf: add element to multiplicity EList |
Uses of PortGroupType in edu.cmu.sei.aadl.model.feature |
---|
Methods in edu.cmu.sei.aadl.model.feature that return PortGroupType | |
---|---|
PortGroupType |
FeatureFactory.createPortGroupType()
Returns a new object of class 'Port Group Type' |
PortGroupType |
PortGroupType.getExtend()
Returns the value of the 'Extend' reference |
PortGroupType |
PortGroupType.getInverseOf()
Returns the value of the 'Inverse Of' reference |
PortGroupType |
PortGroup.getPortGroupType()
Returns the value of the 'Port Group Type' reference |
Methods in edu.cmu.sei.aadl.model.feature with parameters of type PortGroupType | |
---|---|
boolean |
PortGroupType.deepIsInverseOf(PortGroupType pgt)
Determines if the two port group type by recursively unwrapping nested port groups. |
boolean |
PortGroupType.isInverseOf(PortGroupType pgt)
returns true of this port group type is the inverse of the port group type pgt |
void |
PortGroupType.setExtend(PortGroupType value)
Sets the value of the ' Extend ' reference |
void |
PortGroupType.setInverseOf(PortGroupType value)
Sets the value of the ' Inverse Of ' reference |
void |
PortGroup.setPortGroupType(PortGroupType value)
Sets the value of the ' Port Group Type ' reference |
Uses of PortGroupType in edu.cmu.sei.aadl.model.feature.impl |
---|
Classes in edu.cmu.sei.aadl.model.feature.impl that implement PortGroupType | |
---|---|
class |
PortGroupTypeImpl
An implementation of the model object 'Port Group Type' |
Fields in edu.cmu.sei.aadl.model.feature.impl declared as PortGroupType | |
---|---|
protected PortGroupType |
PortGroupTypeImpl.extend
The cached value of the ' Extend ' reference |
protected PortGroupType |
PortGroupTypeImpl.inverseOf
The cached value of the ' Inverse Of ' reference |
protected PortGroupType |
PortGroupImpl.portGroupType
The cached value of the ' Port Group Type ' reference |
Methods in edu.cmu.sei.aadl.model.feature.impl that return PortGroupType | |
---|---|
PortGroupType |
PortGroupTypeImpl.basicGetExtend()
|
PortGroupType |
PortGroupTypeImpl.basicGetInverseOf()
|
PortGroupType |
PortGroupImpl.basicGetPortGroupType()
|
PortGroupType |
FeatureFactoryImpl.createPortGroupType()
|
PortGroupType |
PortGroupTypeImpl.getExtend()
|
PortGroupType |
PortGroupTypeImpl.getInverseOf()
|
PortGroupType |
PortGroupImpl.getPortGroupType()
|
Methods in edu.cmu.sei.aadl.model.feature.impl with parameters of type PortGroupType | |
---|---|
boolean |
PortGroupTypeImpl.deepIsInverseOf(PortGroupType other)
|
boolean |
PortGroupTypeImpl.isDescendentOf(PortGroupType cc)
Does this port group type descend from the given classifier? |
boolean |
PortGroupTypeImpl.isInverseOf(PortGroupType pgt)
returns true of this port group type is the inverse of the port group type pgt |
void |
PortGroupTypeImpl.setExtend(PortGroupType newExtend)
phf: we want an add version for EList |
void |
PortGroupTypeImpl.setInverseOf(PortGroupType newInverseOf)
phf: we want an add version for EList |
void |
PortGroupImpl.setPortGroupType(PortGroupType newPortGroupType)
phf: we want an add version for EList |
Uses of PortGroupType in edu.cmu.sei.aadl.model.feature.util |
---|
Methods in edu.cmu.sei.aadl.model.feature.util with parameters of type PortGroupType | |
---|---|
java.lang.Object |
FeatureSwitch.casePortGroupType(PortGroupType object)
Returns the result of interpretting the object as an instance of 'Port Group Type' |
Uses of PortGroupType in edu.cmu.sei.aadl.model.instance |
---|
Methods in edu.cmu.sei.aadl.model.instance with parameters of type PortGroupType | |
---|---|
FeatureInstance |
FeatureInstance.findInversePortGroup(PortGroupType targetpgt)
find the matching inverse port group instance in this port group instance the contained port group instance must have the inverse port group type |
Uses of PortGroupType in edu.cmu.sei.aadl.model.instance.impl |
---|
Methods in edu.cmu.sei.aadl.model.instance.impl with parameters of type PortGroupType | |
---|---|
FeatureInstance |
FeatureInstanceImpl.findInversePortGroup(PortGroupType targetpgt)
find the matching inverse port group instance in this port group instance the contained port group instance must have the inverse port group type |
Uses of PortGroupType in edu.cmu.sei.aadl.model.util |
---|
Methods in edu.cmu.sei.aadl.model.util with parameters of type PortGroupType | |
---|---|
static java.util.List<AadlPackage> |
AadlUtil.getUsedPackages(PortGroupType pgt)
get list of packages referenced by the features of the specified port group type |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |