An API for representing graph (node and edge) data.
-
interface
A subinterface of
Network
which adds mutation methods.
class
This class provides a skeletal implementation of
Network
.
final class
A
Network
whose elements and structural relationships will never change.
Returns a view of network
with the direction (if any) of every edge reversed.
Creates a mutable copy of network
with the same nodes and edges.
Returns an immutable copy of network
.
Returns a
NetworkBuilder
initialized with all properties queryable from
network
.
static boolean
Returns true if network
has at least one cycle.
Returns the subgraph of network
induced by nodes
.
Returns a view of network
with the direction (if any) of every edge reversed.