Package | Description |
---|---|
com.google.common.graph |
An API for representing graph (node and edge) data.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
UndirectedMultiNetworkConnections<N,E>
An implementation of
NetworkConnections for undirected networks with parallel edges. |
(package private) class |
UndirectedNetworkConnections<N,E>
An implementation of
NetworkConnections for undirected networks. |