| Package | Description |
|---|---|
| de.uka.ipd.sdq.featureinstance | |
| de.uka.ipd.sdq.featuremodel | |
| de.uka.ipd.sdq.featuremodel.impl | |
| de.uka.ipd.sdq.featuremodel.util |
| Modifier and Type | Method and Description |
|---|---|
void |
FeatureConfigFunctionality.grayFeatureGroups(ChildRelation curRelation,
org.eclipse.jface.viewers.CheckboxTreeViewer treeViewer)
Grays out the FeatureGroups in the treeViewer
|
void |
FeatureConfigFunctionality.selectMandatoryFeatures(ChildRelation curRelation,
org.eclipse.jface.viewers.CheckboxTreeViewer treeViewer,
FeatureConfig overridesConfig)
Selects recursively the mandatory Features
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
FeatureGroup
A representation of the model object 'Feature Group'.
|
interface |
Simple
A representation of the model object 'Simple'.
|
| Modifier and Type | Method and Description |
|---|---|
ChildRelation |
Feature.getChildrelation()
Returns the value of the 'Childrelation' containment reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Feature.setChildrelation(ChildRelation value)
Sets the value of the '
Childrelation' containment reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
ChildRelationImpl
An implementation of the model object 'Child Relation'.
|
class |
FeatureGroupImpl
An implementation of the model object 'Feature Group'.
|
class |
SimpleImpl
An implementation of the model object 'Simple'.
|
| Modifier and Type | Method and Description |
|---|---|
ChildRelation |
FeatureImpl.getChildrelation() |
| Modifier and Type | Method and Description |
|---|---|
NotificationChain |
FeatureImpl.basicSetChildrelation(ChildRelation newChildrelation,
NotificationChain msgs) |
void |
FeatureImpl.setChildrelation(ChildRelation newChildrelation) |
| Modifier and Type | Method and Description |
|---|---|
T |
featuremodelSwitch.caseChildRelation(ChildRelation object)
Returns the result of interpreting the object as an instance of 'Child Relation'.
|
boolean |
featuremodelValidator.validateChildRelation(ChildRelation childRelation,
DiagnosticChain diagnostics,
Map<Object,Object> context) |