public interface Graph
extends org.eclipse.emf.ecore.EObject
GraphPackage.getGraph()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<Edge> |
getEdges()
Returns the value of the 'Edges' containment reference list.
|
org.eclipse.emf.common.util.EList<Vertex> |
getVertices()
Returns the value of the 'Vertices' containment reference list.
|
org.eclipse.emf.common.util.EList<Vertex> getVertices()
Vertex.
It is bidirectional and its opposite is 'Owner'.
GraphPackage.getGraph_Vertices(),
Vertex.getOwner()org.eclipse.emf.common.util.EList<Edge> getEdges()
Edge.
GraphPackage.getGraph_Edges()Copyright © 2018–2020 Atlanmod. All rights reserved.