Package | Description |
---|---|
lib.easyjava.graph.undirected |
Modifier and Type | Class and Description |
---|---|
class |
WeightedUndirectedEdge<T>
A weighted undirected edge in a graph
|
Modifier and Type | Method and Description |
---|---|
UndirectedEdge<T> |
UnweightedUndirectedGraph.addEdge(Vertex<T> one,
Vertex<T> other) |
UndirectedEdge<T> |
UnweightedUndirectedVertex.connectTo(Vertex<T> target) |
UndirectedEdge<T> |
WeightedUndirectedVertex.connectTo(Vertex<T> target,
double weight) |
Modifier and Type | Method and Description |
---|---|
java.util.Set<UndirectedEdge<T>> |
UndirectedVertex.getEdges() |
java.util.Set<UndirectedEdge<T>> |
UndirectedGraph.getEdges() |