| Package | Description |
|---|---|
| de.uka.ipd.sdq.featuremodel | |
| de.uka.ipd.sdq.featuremodel.impl | |
| de.uka.ipd.sdq.featuremodel.util |
| Modifier and Type | Method and Description |
|---|---|
FeatureGroup |
featuremodelFactory.createFeatureGroup()
Returns a new object of class 'Feature Group'.
|
FeatureGroup |
Feature.getFeaturegroup()
Returns the value of the 'Featuregroup' container reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Feature.setFeaturegroup(FeatureGroup value)
Sets the value of the '
Featuregroup' container reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
FeatureGroupImpl
An implementation of the model object 'Feature Group'.
|
| Modifier and Type | Method and Description |
|---|---|
FeatureGroup |
featuremodelFactoryImpl.createFeatureGroup() |
FeatureGroup |
FeatureImpl.getFeaturegroup() |
| Modifier and Type | Method and Description |
|---|---|
NotificationChain |
FeatureImpl.basicSetFeaturegroup(FeatureGroup newFeaturegroup,
NotificationChain msgs) |
void |
FeatureImpl.setFeaturegroup(FeatureGroup newFeaturegroup) |
| Modifier and Type | Method and Description |
|---|---|
T |
featuremodelSwitch.caseFeatureGroup(FeatureGroup object)
Returns the result of interpreting the object as an instance of 'Feature Group'.
|
boolean |
featuremodelValidator.validateFeatureGroup_ALLImpliesCardinalitiesToBeMinusOne(FeatureGroup featureGroup,
DiagnosticChain diagnostics,
Map<Object,Object> context)
Validates the ALLImpliesCardinalitiesToBeMinusOne constraint of 'Feature Group'.
|
boolean |
featuremodelValidator.validateFeatureGroup_ORImpliesCardinalitiesMinToBeOneAndMaxToBeMinusOne(FeatureGroup featureGroup,
DiagnosticChain diagnostics,
Map<Object,Object> context)
Validates the ORImpliesCardinalitiesMinToBeOneAndMaxToBeMinusOne constraint of 'Feature Group'.
|
boolean |
featuremodelValidator.validateFeatureGroup_XORImpliesCardinalitiesToBeOne(FeatureGroup featureGroup,
DiagnosticChain diagnostics,
Map<Object,Object> context)
Validates the XORImpliesCardinalitiesToBeOne constraint of 'Feature Group'.
|
boolean |
featuremodelValidator.validateFeatureGroup_XORorORImpliesChildrenAreMandatory(FeatureGroup featureGroup,
DiagnosticChain diagnostics,
Map<Object,Object> context)
Validates the XORorORImpliesChildrenAreMandatory constraint of 'Feature Group'.
|
boolean |
featuremodelValidator.validateFeatureGroup(FeatureGroup featureGroup,
DiagnosticChain diagnostics,
Map<Object,Object> context) |