|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Configuration
A representation of the model object 'Configuration'. External container for default and overrides config
The following features are supported:
featureconfigPackage.getConfiguration()| Method Summary | |
|---|---|
FeatureConfig |
getConfigOverrides()
Returns the value of the 'Config Overrides' containment reference. |
FeatureConfig |
getDefaultConfig()
Returns the value of the 'Default Config' containment reference. |
String |
getName()
Returns the value of the 'Name' attribute. |
boolean |
mandatoryFeaturesChecked(Configuration configuration,
DiagnosticChain diagnostics,
Map<Object,Object> context)
Checks if all mandatory Features are selected |
boolean |
minMaxCorrect(Configuration configuration,
DiagnosticChain diagnostics,
Map<Object,Object> context)
Checks if the the number of selected Feature objects in every FeatureGroup is in the Min:Max range of that group |
void |
setConfigOverrides(FeatureConfig value)
Sets the value of the ' Config Overrides' containment reference. |
void |
setDefaultConfig(FeatureConfig value)
Sets the value of the ' Default Config' containment reference. |
void |
setName(String value)
Sets the value of the ' Name' attribute. |
| Method Detail |
|---|
FeatureConfig getDefaultConfig()
If the meaning of the 'Default Config' containment reference isn't clear, there really should be more of a description here...
setDefaultConfig(FeatureConfig),
featureconfigPackage.getConfiguration_DefaultConfig()void setDefaultConfig(FeatureConfig value)
Default Config' containment reference.
value - the new value of the 'Default Config' containment reference.getDefaultConfig()FeatureConfig getConfigOverrides()
If the meaning of the 'Config Overrides' containment reference isn't clear, there really should be more of a description here...
setConfigOverrides(FeatureConfig),
featureconfigPackage.getConfiguration_ConfigOverrides()void setConfigOverrides(FeatureConfig value)
Config Overrides' containment reference.
value - the new value of the 'Config Overrides' containment reference.getConfigOverrides()String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
featureconfigPackage.getConfiguration_Name()void setName(String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()
boolean mandatoryFeaturesChecked(Configuration configuration,
DiagnosticChain diagnostics,
Map<Object,Object> context)
configuration - The Configuration objectdiagnostics - The DiagnosticChain object for the validation processcontext - The context map
true if the validation succeeded
false else
boolean minMaxCorrect(Configuration configuration,
DiagnosticChain diagnostics,
Map<Object,Object> context)
configuration - The Configuration objectdiagnostics - The DiagnosticChain object for the validation processcontext - The context map
true if the validation succeeded
false else
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||