Uses of Interface
com.google.common.graph.MutableNetwork
Packages that use MutableNetwork
-
Uses of MutableNetwork in com.google.common.graph
Classes in com.google.common.graph that implement MutableNetworkModifier and TypeClassDescription(package private) final classStandard implementation ofMutableNetworkthat supports both directed and undirected graphs.Fields in com.google.common.graph declared as MutableNetworkModifier and TypeFieldDescriptionprivate final MutableNetwork<N,E> ImmutableNetwork.Builder.mutableNetworkMethods in com.google.common.graph that return MutableNetworkModifier and TypeMethodDescription<N1 extends N,E1 extends E>
MutableNetwork<N1,E1> NetworkBuilder.build()Returns an emptyMutableNetworkwith the properties of thisNetworkBuilder.static <N,E> MutableNetwork<N, E> Creates a mutable copy ofnetworkwith the same nodes and edges.static <N,E> MutableNetwork<N, E> Graphs.inducedSubgraph(Network<N, E> network, Iterable<? extends N> nodes) Returns the subgraph ofnetworkinduced bynodes.