| 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 |
|---|---|
Simple |
featuremodelFactory.createSimple()
Returns a new object of class 'Simple'.
|
Simple |
Feature.getSimpleMandatory()
Returns the value of the 'Simple Mandatory' container reference.
|
Simple |
Feature.getSimpleOptional()
Returns the value of the 'Simple Optional' container reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Feature.setSimpleMandatory(Simple value)
Sets the value of the '
Simple Mandatory' container reference. |
void |
Feature.setSimpleOptional(Simple value)
Sets the value of the '
Simple Optional' container reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleImpl
An implementation of the model object 'Simple'.
|
| Modifier and Type | Method and Description |
|---|---|
Simple |
featuremodelFactoryImpl.createSimple() |
Simple |
FeatureImpl.getSimpleMandatory() |
Simple |
FeatureImpl.getSimpleOptional() |
| Modifier and Type | Method and Description |
|---|---|
NotificationChain |
FeatureImpl.basicSetSimpleMandatory(Simple newSimpleMandatory,
NotificationChain msgs) |
NotificationChain |
FeatureImpl.basicSetSimpleOptional(Simple newSimpleOptional,
NotificationChain msgs) |
void |
FeatureImpl.setSimpleMandatory(Simple newSimpleMandatory) |
void |
FeatureImpl.setSimpleOptional(Simple newSimpleOptional) |
| Modifier and Type | Method and Description |
|---|---|
T |
featuremodelSwitch.caseSimple(Simple object)
Returns the result of interpreting the object as an instance of 'Simple'.
|
boolean |
featuremodelValidator.validateSimple_atLeastOneChild(Simple simple,
DiagnosticChain diagnostics,
Map<Object,Object> context)
Validates the atLeastOneChild constraint of 'Simple'.
|
boolean |
featuremodelValidator.validateSimple(Simple simple,
DiagnosticChain diagnostics,
Map<Object,Object> context) |