scala.collection.Set extended by some useful methods in the context of Graph.
The main trait for immutable graphs bundling the functionality of traits concerned with specific aspects.
Base template trait for graphs.
A trait for graph degree calculations.
A template trait for graphs.
Graph-related functionality such as traversals, path finding, cycle detection etc.
Default implementation of the functionality defined by GraphTraversal except for algorithms that are placed in TraverserImpl.
Adds bit fields to the graph and its nodes facilitating fast storage and retrieval of traversal-specific flags as a decoupled implementation trait.
Default implementation of the graph algorithms to maintain the functionality defined by GraphTraversal.
The default filter function for degrees to be included in degree calculation always returning true.
The main companion object for immutable graphs.
This object serves as a container for all edge-types to be used in the context of Graph
.
This object serves as a container for several Graph
-related definitions like
parameter-types and implicit conversions.
Contains traversal parameter definitions such as direction constants.
Predefined edges.
Contains the base traits and objects needed to use Graph for Scala.
See also the Graph for Scala Core User Guide.