| Package | Description |
|---|---|
| us.fatehi.utility.graph |
| Modifier and Type | Method and Description |
|---|---|
Vertex<T> |
DirectedGraph.addVertex(T value)
Adds a vertex.
|
Vertex<T> |
DirectedEdge.getFrom() |
Vertex<T> |
DirectedEdge.getTo() |
| Modifier and Type | Method and Description |
|---|---|
Set<Vertex<T>> |
DirectedGraph.vertexSet() |
| Modifier and Type | Method and Description |
|---|---|
Set<DirectedEdge<T>> |
DirectedGraph.getOutgoingEdges(Vertex<T> vertexFrom) |
boolean |
DirectedEdge.isFrom(Vertex<T> vertex) |
boolean |
DirectedEdge.isTo(Vertex<T> vertex) |
Copyright © 2000-2022 Sualeh Fatehi. All rights reserved.