package config
- Alphabetic
- Public
- All
Type Members
-
trait
AdjacencyListArrayConfig extends AnyRef
To be mixed in by any concrete class extending
GraphConfig
if theGraph
implementation is based on adjacency lists usingArraySet
. -
case class
CoreConfig(orderHint: Int = GraphConfig.defaultOrder, adjacencyListHints: Hints = ArraySet.Hints.Default) extends GraphConfig with AdjacencyListArrayConfig with Product with Serializable
Configuration options for
Graph
factory methods in the core module. -
trait
GraphConfig extends AnyRef
Base trait for
Graph
configuration and optimization hints.Base trait for
Graph
configuration and optimization hints. This type is used by the implicit parameter ofGraph
factory methods.
Value Members
- object GraphConfig
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
.