Modifier and Type | Method and Description |
---|---|
FeatureGroupType |
Aadl2Factory.createFeatureGroupType()
Returns a new object of class 'Feature Group Type'.
|
FeatureGroupType |
FeatureGroup.getAllFeatureGroupType() |
FeatureGroupType |
FeatureGroupPrototype.getConstrainingFeatureGroupType()
Returns the value of the 'Constraining Feature Group Type' reference.
|
FeatureGroupType |
GroupExtension.getExtended()
Returns the value of the 'Extended' reference.
|
FeatureGroupType |
FeatureGroupType.getExtended()
Returns the value of the 'Extended' reference.
|
FeatureGroupType |
FeatureGroup.getFeatureGroupType()
Returns the value of the 'Feature Group Type' reference.
|
FeatureGroupType |
FeatureGroupType.getInverse()
Returns the value of the 'Inverse' reference.
|
FeatureGroupType |
FeatureGroupTypeRename.getRenamedFeatureGroupType()
Returns the value of the 'Renamed Feature Group Type' reference.
|
Modifier and Type | Method and Description |
---|---|
boolean |
FeatureGroupType.isInverseOf(FeatureGroupType pgt)
returns true of this feature group type is the inverse of the feature group type pgt
|
void |
FeatureGroupPrototype.setConstrainingFeatureGroupType(FeatureGroupType value)
Sets the value of the '
Constraining Feature Group Type ' reference. |
void |
GroupExtension.setExtended(FeatureGroupType value)
Sets the value of the '
Extended ' reference. |
void |
FeatureGroupType.setExtended(FeatureGroupType value)
Sets the value of the '
Extended ' reference. |
void |
FeatureGroupType.setInverse(FeatureGroupType value)
Sets the value of the '
Inverse ' reference. |
void |
FeatureGroupTypeRename.setRenamedFeatureGroupType(FeatureGroupType value)
Sets the value of the '
Renamed Feature Group Type ' reference. |
Modifier and Type | Class and Description |
---|---|
class |
FeatureGroupTypeImpl
An implementation of the model object 'Feature Group Type'.
|
Modifier and Type | Method and Description |
---|---|
FeatureGroupType |
FeatureGroupPrototypeImpl.basicGetConstrainingFeatureGroupType() |
FeatureGroupType |
GroupExtensionImpl.basicGetExtended() |
FeatureGroupType |
FeatureGroupTypeImpl.basicGetExtended() |
FeatureGroupType |
FeatureGroupImpl.basicGetFeatureGroupType() |
FeatureGroupType |
FeatureGroupTypeImpl.basicGetInverse() |
FeatureGroupType |
FeatureGroupTypeRenameImpl.basicGetRenamedFeatureGroupType() |
FeatureGroupType |
Aadl2FactoryImpl.createFeatureGroupType() |
FeatureGroupType |
FeatureGroupImpl.getAllFeatureGroupType() |
FeatureGroupType |
FeatureGroupPrototypeImpl.getConstrainingFeatureGroupType() |
FeatureGroupType |
GroupExtensionImpl.getExtended() |
FeatureGroupType |
FeatureGroupTypeImpl.getExtended() |
FeatureGroupType |
FeatureGroupImpl.getFeatureGroupType() |
FeatureGroupType |
FeatureGroupTypeImpl.getInverse() |
FeatureGroupType |
FeatureGroupTypeRenameImpl.getRenamedFeatureGroupType() |
Modifier and Type | Method and Description |
---|---|
boolean |
FeatureGroupTypeImpl.isInverseOf(FeatureGroupType pgt)
returns true of this feature group type is the inverse of the feature group type pgt
|
void |
FeatureGroupPrototypeImpl.setConstrainingFeatureGroupType(FeatureGroupType newConstrainingFeatureGroupType) |
void |
GroupExtensionImpl.setExtended(FeatureGroupType newExtended) |
void |
FeatureGroupTypeImpl.setExtended(FeatureGroupType newExtended) |
void |
FeatureGroupTypeImpl.setInverse(FeatureGroupType newInverse) |
void |
FeatureGroupTypeRenameImpl.setRenamedFeatureGroupType(FeatureGroupType newRenamedFeatureGroupType) |
Modifier and Type | Method and Description |
---|---|
FeatureInstance |
FeatureInstance.findInverseFeatureGroup(FeatureGroupType targetpgt)
find the matching inverse feature group instance in this feature group instance
the contained feature group instance must have the inverse feature group type
|
Modifier and Type | Method and Description |
---|---|
FeatureInstance |
FeatureInstanceImpl.findInverseFeatureGroup(FeatureGroupType targetpgt)
find the matching inverse feature group instance in this feature group instance
the contained feature group instance must have the inverse feature group type
|
Modifier and Type | Method and Description |
---|---|
static FeatureGroupType |
InstanceUtil.getFeatureGroupType(FeatureInstance fi,
int index,
java.util.HashMap<InstanceObject,InstanceUtil.InstantiatedClassifier> classifierCache)
Get the feature group classifier of a feature instance.
|
Modifier and Type | Method and Description |
---|---|
static FeatureGroupType |
ResolvePrototypeUtil.resolveFeatureGroupPrototype(Prototype proto,
Element context)
Find the binding for a given feature group prototype.
|
Modifier and Type | Method and Description |
---|---|
T |
Aadl2Switch.caseFeatureGroupType(FeatureGroupType object)
Returns the result of interpreting the object as an instance of 'Feature Group Type'.
|
boolean |
Aadl2Validator.validateFeatureGroupType(FeatureGroupType featureGroupType,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |
Modifier and Type | Method and Description |
---|---|
FeatureGroupType |
PropertiesLinkingService.findFeatureGroupType(Element context,
java.lang.String name) |
FeatureGroupType |
PropertiesLinkingService.findFeatureGroupType(org.eclipse.emf.ecore.EObject context,
java.lang.String name,
org.eclipse.emf.ecore.EReference reference) |
FeatureGroupType |
PropertiesLinkingService.findFeatureGroupTypeForFeatureGroupPrototype(Classifier containingClassifier,
FeatureGroupPrototype prototype)
Dependencies: PrototypeFormalReference, FeatureGroupTypeReference,
PrototypeOrFeatureGroupTypeReference,
FeatureGroupPrototypeClassifierReference,
FeatureGroupPrototypeRefinementReference.
|
Modifier and Type | Method and Description |
---|---|
void |
Aadl2JavaValidator.caseFeatureGroupType(FeatureGroupType featureGroupType) |
void |
Aadl2JavaValidator.checkFeatureGroupTypeUniqueNames(FeatureGroupType type)
check for unique names in component type
|