Uses of Interface
org.atlanmod.graph.Vertex
| Package | Description |
|---|---|
| org.atlanmod.graph | |
| org.atlanmod.graph.impl | |
| org.atlanmod.graph.util |
-
Uses of Vertex in org.atlanmod.graph
Methods in org.atlanmod.graph that return Vertex Modifier and Type Method Description VertexGraphFactory. createVertex()Returns a new object of class 'Vertex'.VertexEdge. getFrom()Returns the value of the 'From' reference.VertexEdge. getTo()Returns the value of the 'To' reference.Methods in org.atlanmod.graph that return types with arguments of type Vertex Modifier and Type Method Description org.eclipse.emf.common.util.EList<Vertex>Graph. getVertices()Returns the value of the 'Vertices' containment reference list. -
Uses of Vertex in org.atlanmod.graph.impl
Classes in org.atlanmod.graph.impl that implement Vertex Modifier and Type Class Description classVertexImplAn implementation of the model object 'Vertex'.Fields in org.atlanmod.graph.impl declared as Vertex Modifier and Type Field Description protected VertexEdgeImpl. fromThe cached value of the 'From' reference.protected VertexEdgeImpl. toThe cached value of the 'To' reference.Fields in org.atlanmod.graph.impl with type parameters of type Vertex Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<Vertex>GraphImpl. verticesThe cached value of the 'Vertices' containment reference list.Methods in org.atlanmod.graph.impl that return Vertex Modifier and Type Method Description VertexEdgeImpl. basicGetFrom()VertexEdgeImpl. basicGetTo()VertexGraphFactoryImpl. createVertex()VertexEdgeImpl. getFrom()VertexEdgeImpl. getTo()Methods in org.atlanmod.graph.impl that return types with arguments of type Vertex Modifier and Type Method Description org.eclipse.emf.common.util.EList<Vertex>GraphImpl. getVertices() -
Uses of Vertex in org.atlanmod.graph.util
Methods in org.atlanmod.graph.util with parameters of type Vertex Modifier and Type Method Description TGraphSwitch. caseVertex(Vertex object)Returns the result of interpreting the object as an instance of 'Vertex'.