| Interface | Description |
|---|---|
| Edge<V,E> | |
| GraphAsDot.AsComparable<T,C extends Comparable<C>> | |
| GraphAsDot.SubGraph<T> | |
| Loop<V,E> | |
| VerticesAndEdges<V,E> |
| Class | Description |
|---|---|
| GraphAsDot<T> | |
| GraphBuilder<V,E,G extends org.jgrapht.Graph<V,E>> | |
| Graphs | |
| Graphs.Directed | |
| Graphs.Multi | |
| Graphs.Pseudo | |
| ImmutableEdge<V,E> |
Immutable implementation of
Edge. |
| ImmutableEdge.Builder<V,E> |
Builds instances of type
ImmutableEdge. |
| ImmutableGraphAsDot<T> |
Immutable implementation of
GraphAsDot. |
| ImmutableGraphAsDot.Builder<T> |
Builds instances of type
ImmutableGraphAsDot. |
| ImmutableLoop<V,E> |
Immutable implementation of
Loop. |
| ImmutableLoop.Builder<V,E> |
Builds instances of type
ImmutableLoop. |
| ImmutableSubGraph<T> |
Immutable implementation of
GraphAsDot.SubGraph. |
| ImmutableSubGraph.Builder<T> |
Builds instances of type
ImmutableSubGraph. |
| ImmutableVerticesAndEdges<V,E> |
Immutable implementation of
VerticesAndEdges. |
| ImmutableVerticesAndEdges.Builder<V,E> |
Builds instances of type
ImmutableVerticesAndEdges. |
| LazyGraphBuilder<V,E,G extends org.jgrapht.Graph<V,E>> |
Copyright © 2023. All rights reserved.