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 traversal, path finding, cycle detection etc.
Adds bit fields to the graph and its nodes facilitating fast storage and retrieval of traversal-specific flags as a decoupled implementation trait.
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.
The Graph4Scala-UserGuide is available at http://www.assembla.com/spaces/scala-graph/documents.