package config
- Alphabetic
- Public
- Protected
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 entry points:
AnyGraph
immutable.Graph
and its inner nodesmutable.Graph
and its inner nodes.edges
package and its subpackageshyperedges
package and its subpackages.labeled edges
packagemultilabeled edges
packagelabeled hyperedges
packagemultilabeled hyperedges
packageordered labeled hyperedges
packageordered multilabeled hyperedges
objectgeneric
package.GraphTraversal
andTraverserInnerNode
.RandomGraph
.GraphGen
.