Package | Description |
---|---|
com.google.common.graph |
An API for representing graph (node and edge) data.
|
Modifier and Type | Method and Description |
---|---|
<N1 extends N,E1 extends E> |
NetworkBuilder.build()
Returns an empty
MutableNetwork with the properties of this NetworkBuilder . |
static <N,E> MutableNetwork<N,E> |
Graphs.copyOf(Network<N,E> network)
Creates a mutable copy of
network with the same nodes and edges. |
static <N,E> MutableNetwork<N,E> |
Graphs.inducedSubgraph(Network<N,E> network,
Iterable<? extends N> nodes)
Returns the subgraph of
network induced by nodes . |
Copyright © 2010–2019. All rights reserved.