| Modifier and Type | Method and Description |
|---|---|
FeatureDiagram |
FeatureConfig.getAnnotatedElement()
Returns the value of the 'Annotated Element' reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FeatureConfig.setAnnotatedElement(FeatureDiagram value)
Sets the value of the '
Annotated Element' reference. |
| Modifier and Type | Method and Description |
|---|---|
FeatureDiagram |
FeatureConfigImpl.basicGetAnnotatedElement() |
FeatureDiagram |
FeatureConfigImpl.getAnnotatedElement() |
| Modifier and Type | Method and Description |
|---|---|
void |
FeatureConfigImpl.setAnnotatedElement(FeatureDiagram newAnnotatedElement) |
| Modifier and Type | Method and Description |
|---|---|
FeatureDiagram |
FeatureConfigFunctionality.navigateToFeatureDiagram(Feature feature,
AdapterFactoryEditingDomain editingDomain)
Navigates to the FeatureDiagram from a given Feature-object
|
| Modifier and Type | Method and Description |
|---|---|
void |
FeatureConfigWidget.createViewer(FeatureDiagram root)
Creates a treeViewer of the given FeatureDiagram
|
void |
FeatureModelInstanceEditor.createViewer(FeatureDiagram root)
Creates a treeViewer of the given FeatureDiagram
|
| Modifier and Type | Method and Description |
|---|---|
FeatureDiagram |
featuremodelFactory.createFeatureDiagram()
Returns a new object of class 'Feature Diagram'.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FeatureDiagramImpl
An implementation of the model object 'Feature Diagram'.
|
| Modifier and Type | Method and Description |
|---|---|
FeatureDiagram |
featuremodelFactoryImpl.createFeatureDiagram() |
| Modifier and Type | Method and Description |
|---|---|
T |
featuremodelSwitch.caseFeatureDiagram(FeatureDiagram object)
Returns the result of interpreting the object as an instance of 'Feature Diagram'.
|
boolean |
featuremodelValidator.validateFeatureDiagram(FeatureDiagram featureDiagram,
DiagnosticChain diagnostics,
Map<Object,Object> context) |