package config
- Alphabetic
- Public
- All
Type Members
-
trait
AdjacencyListArrayConfig extends AnyRef
To be mixed in by any concrete class extending
GraphConfigif theGraphimplementation 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
Graphfactory methods in the core module. -
trait
GraphConfig extends AnyRef
Base trait for
Graphconfiguration and optimization hints.Base trait for
Graphconfiguration and optimization hints. This type is used by the implicit parameter ofGraphfactory methods.
Value Members
- object GraphConfig
Welcome to the Graph for Scala API reference. Some suggested navigation entry points:
Graphmutable.Graphand its inner nodes.GraphEdgeobjectedgepackageGraphPredefobject andImplicitsobject.GraphTraversalandTraverserInnerNode.RandomGraph.GraphGen.