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. |
class |
ImmutableNetwork<N,E>
A
Network whose elements and structural relationships will never change. |