Module org.jgrapht.guava
Package org.jgrapht.graph.guava
-
Class Summary Class Description BaseGraphAdapter<V,G extends com.google.common.graph.Graph<V>> A base abstract implementation for the graph adapter class using Guava'sGraph
.BaseNetworkAdapter<V,E,N extends com.google.common.graph.Network<V,E>> A base abstract implementation for the graph adapter class using Guava'sNetwork
.BaseValueGraphAdapter<V,W,VG extends com.google.common.graph.ValueGraph<V,W>> A base abstract implementation for the graph adapter class using Guava'sValueGraph
.ElementOrderMethod<T> Represents the method of ensuring the existence of a total order of a set of elements.ImmutableDoubleValueGraphAdapter<V> A graph adapter class using Guava'sImmutableValueGraph
specialized with double values.ImmutableGraphAdapter<V> A graph adapter class using Guava'sImmutableGraph
.ImmutableNetworkAdapter<V,E> A graph adapter class using Guava'sImmutableNetwork
.ImmutableValueGraphAdapter<V,W> A graph adapter class using Guava'sImmutableValueGraph
.MutableDoubleValueGraphAdapter<V> A graph adapter class using Guava'sMutableValueGraph
specialized with double values.MutableGraphAdapter<V> A graph adapter class using Guava'sMutableGraph
.MutableNetworkAdapter<V,E> A graph adapter class using Guava'sMutableNetwork
.MutableValueGraphAdapter<V,W> A graph adapter class using Guava'sMutableValueGraph
. -
Enum Summary Enum Description ElementOrderMethod.Type Element order method type