| 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 |
|---|---|
GNode |
GraphFactory.createGNode()
Returns a new object of class 'GNode'.
|
GNode |
GModel.getSupergraph()
Returns the value of the 'Supergraph' container reference.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<GNode> |
GModel.getNodes()
Returns the value of the 'Nodes' containment reference list.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GNodeImpl
An implementation of the model object 'GNode'.
|
| Modifier and Type | Field and Description |
|---|---|
protected org.eclipse.emf.common.util.EList<GNode> |
GModelImpl.nodes
The cached value of the '
Nodes' containment reference list. |
| Modifier and Type | Method and Description |
|---|---|
GNode |
GraphFactoryImpl.createGNode() |
GNode |
GModelImpl.getSupergraph() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<GNode> |
GModelImpl.getNodes() |
| Modifier and Type | Method and Description |
|---|---|
T |
GraphSwitch.caseGNode(GNode object)
Returns the result of interpreting the object as an instance of 'GNode'.
|
boolean |
GraphValidator.validateGNode_isHeightValid(GNode gNode,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context)
Validates the isHeightValid constraint of 'GNode'.
|
boolean |
GraphValidator.validateGNode_isWidthValid(GNode gNode,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context)
Validates the isWidthValid constraint of 'GNode'.
|
boolean |
GraphValidator.validateGNode(GNode gNode,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |
Copyright © 2014 TESIS DYNAware. All Rights Reserved.