| Modifier and Type | Method and Description |
|---|---|
VertexDirected<TypeVertex> |
EdgeDirected.getHead() |
VertexDirected<TypeVertex> |
EdgeDirected.getTail() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<? extends VertexDirected<TypeVertex>> |
VertexDirected.getNextVertices() |
java.util.Set<? extends VertexDirected<TypeVertex>> |
VertexDirected.getPrevVertices()
Get vertices set incoming in this vertex.
|