Welcome to the Graph for Scala API reference.
Contains the base traits and objects needed to use Graph for Scala.
Contains the base traits and objects needed to use Graph for Scala.
See also the Graph for Scala Core User Guide.
Predefined edges.
Predefined edges.
While basic edge types are defined in the object GraphEdge
,
the predefined edges in this package cover the following categories
(prefixes, shortcuts):
weighted (W, %
), key-weighted (Wk, %#
),
labeled (L, +
), key-labeled (Lk, +#
),
weighted and labeled (WL, %+
), key-weighted and labeled (WkL, %#+
),
weighted and key-labeled (WLk, %+#
) and key-weighted and key-labeled (WkLk, %#+#
).
These predefined edges provide alternatives for any edge extension taking the burden from the user to implement his/her custom edge class - but baring the disadvantage that user edge attributes must be part of a label class as opposed to being part of the edge class directly. It may also serve as a source for looking up how to implement custom edge classes.
This package helps you to create random graphs with predefined metrics.
This package helps you to create random graphs with predefined metrics. It is not only possible to create random graph instances but also Scalacheck generators.
Welcome to the Graph for Scala API reference. Some suggested navigation entry points:
Graph
mutable.Graph
and its inner nodes.GraphEdge
objectedge
packageGraphPredef
object andImplicits
object.GraphTraversal
andTraverserInnerNode
.RandomGraph
.GraphGen
.