| Package | Description |
|---|---|
| de.uka.ipd.sdq.featureconfig | |
| de.uka.ipd.sdq.featureconfig.impl | |
| de.uka.ipd.sdq.featureconfig.util | |
| de.uka.ipd.sdq.featureinstance |
| Modifier and Type | Method and Description |
|---|---|
FeatureConfig |
featureconfigFactory.createFeatureConfig()
Returns a new object of class 'Feature Config'.
|
FeatureConfig |
Configuration.getDefaultConfig()
Returns the value of the 'Default Config' containment reference.
|
| Modifier and Type | Method and Description |
|---|---|
EList<FeatureConfig> |
Configuration.getConfigOverrides()
Returns the value of the 'Config Overrides' containment reference list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Configuration.setDefaultConfig(FeatureConfig value)
Sets the value of the '
Default Config' containment reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
FeatureConfigImpl
An implementation of the model object '
Feature Config'.
|
| Modifier and Type | Method and Description |
|---|---|
FeatureConfig |
featureconfigFactoryImpl.createFeatureConfig() |
FeatureConfig |
ConfigurationImpl.getDefaultConfig() |
| Modifier and Type | Method and Description |
|---|---|
EList<FeatureConfig> |
ConfigurationImpl.getConfigOverrides() |
| Modifier and Type | Method and Description |
|---|---|
NotificationChain |
ConfigurationImpl.basicSetDefaultConfig(FeatureConfig newDefaultConfig,
NotificationChain msgs) |
void |
ConfigurationImpl.setDefaultConfig(FeatureConfig newDefaultConfig) |
| Modifier and Type | Method and Description |
|---|---|
T |
featureconfigSwitch.caseFeatureConfig(FeatureConfig object)
Returns the result of interpreting the object as an instance of 'Feature Config'.
|
boolean |
featureconfigValidator.validateFeatureConfig(FeatureConfig featureConfig,
DiagnosticChain diagnostics,
Map<Object,Object> context) |
| Modifier and Type | Method and Description |
|---|---|
void |
FeatureConfigFunctionality.markDefaultConfig(FeatureConfig defaultConfig,
org.eclipse.jface.viewers.CheckboxTreeViewer treeViewer)
Checks/unchecks the defaultConfiguration in the Viewer
|
void |
FeatureConfigFunctionality.markOverridesConfig(FeatureConfig overridesConfig,
org.eclipse.jface.viewers.CheckboxTreeViewer treeViewer)
Checks/unchecks the configurationOverrides in the Viewer
|
void |
FeatureConfigFunctionality.selectMandatoryFeatures(ChildRelation curRelation,
org.eclipse.jface.viewers.CheckboxTreeViewer treeViewer,
FeatureConfig overridesConfig)
Selects recursively the mandatory Features
|
void |
FeatureConfigFunctionality.uncheckInModel(Feature element,
boolean state,
FeatureConfig overridesConfig)
Registers changes made in the TreeViewer to the resource
|
void |
FeatureConfigFunctionality.uncheckParents(Object current,
org.eclipse.jface.viewers.CheckboxTreeViewer treeViewer,
FeatureConfig overridesConfig,
AdapterFactoryEditingDomain editingDomain)
Unchecks recursively parent nodes, if no children nodes are checked
|