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.ImmutableDoubleValueGraphAdapter<V> A graph adapter class using Guava'sImmutableValueGraphspecialized 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'sMutableValueGraphspecialized 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.