package config
- Alphabetic
- Public
- Protected
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 entry points:
AnyGraphimmutable.Graphand its inner nodesmutable.Graphand its inner nodes.edgespackage and its subpackageshyperedgespackage and its subpackages.labeled edgespackagemultilabeled edgespackagelabeled hyperedgespackagemultilabeled hyperedgespackageordered labeled hyperedgespackageordered multilabeled hyperedgesobjectgenericpackage.GraphTraversalandTraverserInnerNode.RandomGraph.GraphGen.