| Package | Description |
|---|---|
| de.tesis.dynaware.grapheditor.model | |
| de.tesis.dynaware.grapheditor.model.impl | |
| de.tesis.dynaware.grapheditor.model.util |
| Modifier and Type | Method and Description |
|---|---|
GModel |
GraphFactory.createGModel()
Returns a new object of class 'GModel'.
|
GModel |
GNode.getSubgraph()
Returns the value of the 'Subgraph' containment reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GNode.setSubgraph(GModel value)
Sets the value of the '
Subgraph' containment reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
GModelImpl
An implementation of the model object 'GModel'.
|
| Modifier and Type | Field and Description |
|---|---|
protected GModel |
GNodeImpl.subgraph
The cached value of the '
Subgraph' containment reference. |
| Modifier and Type | Method and Description |
|---|---|
GModel |
GraphFactoryImpl.createGModel() |
GModel |
GNodeImpl.getSubgraph() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.notify.NotificationChain |
GNodeImpl.basicSetSubgraph(GModel newSubgraph,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
GNodeImpl.setSubgraph(GModel newSubgraph) |
| Modifier and Type | Method and Description |
|---|---|
T |
GraphSwitch.caseGModel(GModel object)
Returns the result of interpreting the object as an instance of 'GModel'.
|
boolean |
GraphValidator.validateGModel_isContentHeightValid(GModel gModel,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context)
Validates the isContentHeightValid constraint of 'GModel'.
|
boolean |
GraphValidator.validateGModel_isContentWidthValid(GModel gModel,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context)
Validates the isContentWidthValid constraint of 'GModel'.
|
boolean |
GraphValidator.validateGModel(GModel gModel,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |
Copyright © 2014 TESIS DYNAware. All Rights Reserved.