|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GroupExtension | |
---|---|
edu.cmu.sei.aadl.aadl2 | |
edu.cmu.sei.aadl.aadl2.impl | |
edu.cmu.sei.aadl.aadl2.util |
Uses of GroupExtension in edu.cmu.sei.aadl.aadl2 |
---|
Methods in edu.cmu.sei.aadl.aadl2 that return GroupExtension | |
---|---|
GroupExtension |
Aadl2Factory.createGroupExtension()
Returns a new object of class 'Group Extension' |
GroupExtension |
FeatureGroupType.createOwnedExtension()
Creates a new GroupExtension and sets the 'Owned Extension' containment reference |
GroupExtension |
FeatureGroupType.getOwnedExtension()
Returns the value of the 'Owned Extension' containment reference. |
Methods in edu.cmu.sei.aadl.aadl2 with parameters of type GroupExtension | |
---|---|
void |
FeatureGroupType.setOwnedExtension(GroupExtension value)
Sets the value of the ' Owned Extension ' containment reference |
Uses of GroupExtension in edu.cmu.sei.aadl.aadl2.impl |
---|
Classes in edu.cmu.sei.aadl.aadl2.impl that implement GroupExtension | |
---|---|
class |
GroupExtensionImpl
An implementation of the model object 'Group Extension' |
Fields in edu.cmu.sei.aadl.aadl2.impl declared as GroupExtension | |
---|---|
protected GroupExtension |
FeatureGroupTypeImpl.ownedExtension
The cached value of the ' Owned Extension ' containment reference |
Methods in edu.cmu.sei.aadl.aadl2.impl that return GroupExtension | |
---|---|
GroupExtension |
Aadl2FactoryImpl.createGroupExtension()
|
GroupExtension |
FeatureGroupTypeImpl.createOwnedExtension()
|
GroupExtension |
FeatureGroupTypeImpl.getOwnedExtension()
|
Methods in edu.cmu.sei.aadl.aadl2.impl with parameters of type GroupExtension | |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
FeatureGroupTypeImpl.basicSetOwnedExtension(GroupExtension newOwnedExtension,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
void |
FeatureGroupTypeImpl.setOwnedExtension(GroupExtension newOwnedExtension)
|
Uses of GroupExtension in edu.cmu.sei.aadl.aadl2.util |
---|
Methods in edu.cmu.sei.aadl.aadl2.util with parameters of type GroupExtension | |
---|---|
T |
Aadl2Switch.caseGroupExtension(GroupExtension object)
Returns the result of interpreting the object as an instance of 'Group Extension' |
boolean |
Aadl2Validator.validateGroupExtension(GroupExtension groupExtension,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |