Uses of Interface
com.google.common.graph.Network
Packages that use Network
-
Uses of Network in com.google.common.graph
Subinterfaces of Network in com.google.common.graphModifier and TypeInterfaceDescriptioninterface
MutableNetwork<N,
E> A subinterface ofNetwork
which adds mutation methods.Classes in com.google.common.graph that implement NetworkModifier and TypeClassDescriptionclass
AbstractNetwork<N,
E> This class provides a skeletal implementation ofNetwork
.final class
ImmutableNetwork<N,
E> ANetwork
whose elements and structural relationships will never change.Methods in com.google.common.graph that return NetworkModifier and TypeMethodDescriptionstatic <N,
E> Network <N, E> Returns a view ofnetwork
with the direction (if any) of every edge reversed.Methods in com.google.common.graph with parameters of type NetworkModifier and TypeMethodDescriptionstatic <N,
E> MutableNetwork <N, E> Creates a mutable copy ofnetwork
with the same nodes and edges.static <N,
E> ImmutableNetwork <N, E> Returns an immutable copy ofnetwork
.static <N,
E> NetworkBuilder <N, E> Returns aNetworkBuilder
initialized with all properties queryable fromnetwork
.static boolean
Returns true ifnetwork
has at least one cycle.static <N,
E> MutableNetwork <N, E> Graphs.inducedSubgraph
(Network<N, E> network, Iterable<? extends N> nodes) Returns the subgraph ofnetwork
induced bynodes
.static <N,
E> Network <N, E> Returns a view ofnetwork
with the direction (if any) of every edge reversed.