scalax.collection.GraphTraversal.NodeInformer
See theNodeInformer companion object
trait NodeInformer
Marker trait for informers aimed at passing algorithmic-specific state to scalax.collection.GraphTraversal.ExtendedNodeVisitor. Following informers are available:
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
trait BfsInformertrait DfsInformerclass DijkstraInformer[T]class TarjanInformertrait WgbInformer
In this article