Uses of Class
org.jgrapht.graph.UnmodifiableGraph
-
Packages that use UnmodifiableGraph Package Description org.jgrapht.graph Implementations of various graphs.org.jgrapht.graph.builder Various builder for graphs. -
-
Uses of UnmodifiableGraph in org.jgrapht.graph
Subclasses of UnmodifiableGraph in org.jgrapht.graph Modifier and Type Class Description classUnmodifiableDirectedGraph<V,E>A directed graph that cannot be modified.classUnmodifiableUndirectedGraph<V,E>An undirected graph that cannot be modified. -
Uses of UnmodifiableGraph in org.jgrapht.graph.builder
Methods in org.jgrapht.graph.builder that return UnmodifiableGraph Modifier and Type Method Description UnmodifiableGraph<V,E>AbstractGraphBuilder. buildUnmodifiable()Build an unmodifiable version graph.
-