| Package | Description |
|---|---|
| org.atlanmod.graph | |
| org.atlanmod.graph.impl | |
| org.atlanmod.graph.util |
| Modifier and Type | Method and Description |
|---|---|
Graph |
GraphFactory.createGraph()
Returns a new object of class 'Graph'.
|
Graph |
Vertex.getOwner()
Returns the value of the 'Owner' container reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Vertex.setOwner(Graph value)
Sets the value of the '
Owner' container reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
GraphImpl
An implementation of the model object 'Graph'.
|
| Modifier and Type | Method and Description |
|---|---|
Graph |
VertexImpl.basicGetOwner() |
Graph |
GraphFactoryImpl.createGraph() |
Graph |
VertexImpl.getOwner() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.notify.NotificationChain |
VertexImpl.basicSetOwner(Graph newOwner,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
VertexImpl.setOwner(Graph newOwner) |
| Modifier and Type | Method and Description |
|---|---|
T |
GraphSwitch.caseGraph(Graph object)
Returns the result of interpreting the object as an instance of 'Graph'.
|
Copyright © 2018–2019 Atlanmod. All rights reserved.