Uses of Class
com.google.common.graph.AbstractNetwork
-
Packages that use AbstractNetwork Package Description com.google.common.graph An API for representing graph (node and edge) data. -
-
Uses of AbstractNetwork in com.google.common.graph
Subclasses of AbstractNetwork in com.google.common.graph Modifier and Type Class Description (package private) class
ForwardingNetwork<N,E>
A class to allowNetwork
implementations to be backed by a provided delegate.private static class
Graphs.TransposedNetwork<N,E>
class
ImmutableNetwork<N,E>
ANetwork
whose elements and structural relationships will never change.(package private) class
StandardMutableNetwork<N,E>
Standard implementation ofMutableNetwork
that supports both directed and undirected graphs.(package private) class
StandardNetwork<N,E>
Standard implementation ofNetwork
that supports the options supplied byNetworkBuilder
.
-