Modifier and Type | Method and Description |
---|---|
Vertex<T> |
DirectedGraph.findOrCreateVertexFor(T data) |
Vertex<T> |
DirectedGraph.findVertexFor(T data) |
Vertex<T> |
Edge.getDestination() |
Vertex<T> |
Edge.getSource() |
Modifier and Type | Method and Description |
---|---|
Collection<Vertex<T>> |
DirectedGraph.vertices() |
Modifier and Type | Method and Description |
---|---|
void |
Vertex.addEdgeTo(Vertex destination) |
void |
Vertex.addEdgeTo(Vertex destination,
Object type) |
int |
Vertex.compareTo(Vertex<T> that) |
boolean |
Vertex.removeEdgeTo(Vertex destination) |
Constructor and Description |
---|
Edge(Vertex<T> source,
Vertex<T> destination,
Object type) |
Edge(Vertex<T> source,
Vertex<T> destination,
Object type) |
Copyright © 2018. All rights reserved.