| Modifier and Type | Method and Description |
|---|---|
Feature |
ConfigNode.getOrigin()
Returns the value of the 'Origin' reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigNode.setOrigin(Feature value)
Sets the value of the '
Origin' reference. |
| Modifier and Type | Method and Description |
|---|---|
Feature |
ConfigNodeImpl.basicGetOrigin() |
Feature |
ConfigNodeImpl.getOrigin() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigNodeImpl.setOrigin(Feature newOrigin) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
FeatureConfigFunctionality.checkMandatory(Feature node,
AdapterFactoryEditingDomain editingDomain)
Checks if a Feature `node` is a mandatory Feature
|
FeatureDiagram |
FeatureConfigFunctionality.navigateToFeatureDiagram(Feature feature,
AdapterFactoryEditingDomain editingDomain)
Navigates to the FeatureDiagram from a given Feature-object
|
void |
FeatureConfigFunctionality.uncheckInModel(Feature element,
boolean state,
FeatureConfig overridesConfig)
Registers changes made in the TreeViewer to the resource
|
| Modifier and Type | Method and Description |
|---|---|
Feature |
featuremodelFactory.createFeature()
Returns a new object of class 'Feature'.
|
Feature |
FeatureDiagram.getRootFeature()
Returns the value of the 'Root Feature' containment reference.
|
Feature |
Constraint.getSource()
Returns the value of the 'Source' reference.
|
| Modifier and Type | Method and Description |
|---|---|
EList<Feature> |
FeatureGroup.getChildren()
Returns the value of the 'Children' containment reference list.
|
EList<Feature> |
Simple.getMandatoryChildren()
Returns the value of the 'Mandatory Children' containment reference list.
|
EList<Feature> |
Simple.getOptionalChildren()
Returns the value of the 'Optional Children' containment reference list.
|
EList<Feature> |
Constraint.getTarget()
Returns the value of the 'Target' reference list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FeatureDiagram.setRootFeature(Feature value)
Sets the value of the '
Root Feature' containment reference. |
void |
Constraint.setSource(Feature value)
Sets the value of the '
Source' reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
FeatureImpl
An implementation of the model object '
Feature'.
|
| Modifier and Type | Method and Description |
|---|---|
Feature |
ConstraintImpl.basicGetSource() |
Feature |
featuremodelFactoryImpl.createFeature() |
Feature |
FeatureDiagramImpl.getRootFeature() |
Feature |
ConstraintImpl.getSource() |
| Modifier and Type | Method and Description |
|---|---|
EList<Feature> |
FeatureGroupImpl.getChildren() |
EList<Feature> |
SimpleImpl.getMandatoryChildren() |
EList<Feature> |
SimpleImpl.getOptionalChildren() |
EList<Feature> |
ConstraintImpl.getTarget() |
| Modifier and Type | Method and Description |
|---|---|
NotificationChain |
FeatureDiagramImpl.basicSetRootFeature(Feature newRootFeature,
NotificationChain msgs) |
void |
FeatureDiagramImpl.setRootFeature(Feature newRootFeature) |
void |
ConstraintImpl.setSource(Feature newSource) |
| Modifier and Type | Method and Description |
|---|---|
T |
featuremodelSwitch.caseFeature(Feature object)
Returns the result of interpreting the object as an instance of 'Feature'.
|
boolean |
featuremodelValidator.validateFeature_EachAttributeNameDefinedJustOnce(Feature feature,
DiagnosticChain diagnostics,
Map<Object,Object> context)
Validates the EachAttributeNameDefinedJustOnce constraint of 'Feature'.
|
boolean |
featuremodelValidator.validateFeature(Feature feature,
DiagnosticChain diagnostics,
Map<Object,Object> context) |