| Package | Description |
|---|---|
| org.atlanmod.graph | |
| org.atlanmod.graph.impl | |
| org.atlanmod.graph.util |
| Modifier and Type | Method and Description |
|---|---|
Vertex |
GraphFactory.createVertex()
Returns a new object of class 'Vertex'.
|
Vertex |
Edge.getFrom()
Returns the value of the 'From' reference.
|
Vertex |
Edge.getTo()
Returns the value of the 'To' reference.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<Vertex> |
Graph.getVertices()
Returns the value of the 'Vertices' containment reference list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Edge.setFrom(Vertex value)
Sets the value of the '
From' reference. |
void |
Edge.setTo(Vertex value)
Sets the value of the '
To' reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
VertexImpl
An implementation of the model object 'Vertex'.
|
| Modifier and Type | Field and Description |
|---|---|
protected Vertex |
EdgeImpl.from
The cached value of the '
From' reference. |
protected Vertex |
EdgeImpl.to
The cached value of the '
To' reference. |
| Modifier and Type | Field and Description |
|---|---|
protected org.eclipse.emf.common.util.EList<Vertex> |
GraphImpl.vertices
The cached value of the '
Vertices' containment reference list. |
| Modifier and Type | Method and Description |
|---|---|
Vertex |
EdgeImpl.basicGetFrom() |
Vertex |
EdgeImpl.basicGetTo() |
Vertex |
GraphFactoryImpl.createVertex() |
Vertex |
EdgeImpl.getFrom() |
Vertex |
EdgeImpl.getTo() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<Vertex> |
GraphImpl.getVertices() |
| Modifier and Type | Method and Description |
|---|---|
void |
EdgeImpl.setFrom(Vertex newFrom) |
void |
EdgeImpl.setTo(Vertex newTo) |
| Modifier and Type | Method and Description |
|---|---|
T |
GraphSwitch.caseVertex(Vertex object)
Returns the result of interpreting the object as an instance of 'Vertex'.
|
Copyright © 2018–2019 Atlanmod. All rights reserved.