Informer
scalax.collection.GraphTraversal.Informer$
object Informer
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Informer.type
Members list
Type members
Classlikes
object BfsInformer
Attributes
- Companion
- trait
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
BfsInformer.type
trait BfsInformer extends NodeInformer
Extended node visitor informer for breath first searches.
case class CycleStackElem(node: NodeT, edges: Iterable[EdgeT]) extends NodeElement
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait NodeElementclass Objecttrait Matchableclass AnyShow all
object CycleStackElem
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
CycleStackElem.type
object DfsInformer
Attributes
- Companion
- trait
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
DfsInformer.type
trait DfsInformer extends NodeInformer
Extended node visitor informer for depth first searches.
abstract class DijkstraInformer[T] extends NodeInformer
Extended node visitor informer for calculating shortest paths. This informer always returns 0
for depth
.
Extended node visitor informer for calculating shortest paths. This informer always returns 0
for depth
.
Attributes
- Companion
- object
- Supertypes
object DijkstraInformer
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
DijkstraInformer.type
trait NodeElement
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
abstract class TarjanInformer(val index: Int, val lowLink: Int) extends NodeInformer
Extended node visitor informer for Tarjan's algorithm.
object TarjanInformer
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
TarjanInformer.type
object WgbInformer
Attributes
- Companion
- trait
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
WgbInformer.type
trait WgbInformer extends NodeInformer
Extended node visitor informer for cycle detecting. This informer always returns 0
for depth
.
Extended node visitor informer for cycle detecting. This informer always returns 0
for depth
.
Attributes
- Companion
- object
- Supertypes
In this article