Package | Description |
---|---|
org.jgrapht.graph |
Implementations of various graphs.
|
org.jgrapht.graph.builder |
Various builder for graphs.
|
Modifier and Type | Class and Description |
---|---|
class |
UnmodifiableDirectedGraph<V,E>
A directed graph that cannot be modified.
|
class |
UnmodifiableUndirectedGraph<V,E>
An undirected graph that cannot be modified.
|
Modifier and Type | Method and Description |
---|---|
UnmodifiableGraph<V,E> |
AbstractGraphBuilder.buildUnmodifiable()
Build an unmodifiable version graph.
|
Copyright © 2016. All rights reserved.