[][src]Module handlegraph::mutablehandlegraph

Traits for manipulating the nodes and edges of a graph.

Traits

AdditiveHandleGraph

Methods for adding handles and edges to a graph.

MutableHandleGraph

A graph that supports all forms of handle- and edge-related mutation.

MutableHandles

Methods for manipulating handles that already exist in a graph.

SubtractiveHandleGraph

Methods for removing handles and edges from a graph.

TransformNodeIds

Applying transformations to all IDs in a graph, and applying sort orders.