Package | Description |
---|---|
com.google.common.graph |
An API for representing graph (node and edge) data.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
ConfigurableMutableNetwork<N,E>
Configurable implementation of
MutableNetwork that supports both directed and undirected
graphs. |
(package private) class |
ConfigurableNetwork<N,E>
Configurable implementation of
Network that supports the options supplied by NetworkBuilder . |
(package private) class |
ForwardingNetwork<N,E>
A class to allow
Network implementations to be backed by a provided delegate. |
private static class |
Graphs.TransposedNetwork<N,E> |
class |
ImmutableNetwork<N,E>
A
Network whose elements and structural relationships will never change. |