Informer

scalax.collection.GraphTraversal.Informer$
object Informer

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Informer.type

Members list

Type members

Classlikes

object BfsInformer

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
trait BfsInformer extends NodeInformer

Extended node visitor informer for breath first searches.

Extended node visitor informer for breath first searches.

Attributes

Companion
object
Supertypes
trait NodeInformer
class Object
trait Matchable
class Any
case class CycleStackElem(node: NodeT, edges: Iterable[EdgeT]) extends NodeElement

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait NodeElement
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
object DfsInformer

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
trait DfsInformer extends NodeInformer

Extended node visitor informer for depth first searches.

Extended node visitor informer for depth first searches.

Attributes

Companion
object
Supertypes
trait NodeInformer
class Object
trait Matchable
class Any
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
trait NodeInformer
class Object
trait Matchable
class Any

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
trait NodeElement

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Element
class Element[T]
class Element
class Element
abstract class TarjanInformer(val index: Int, val lowLink: Int) extends NodeInformer

Extended node visitor informer for Tarjan's algorithm.

Extended node visitor informer for Tarjan's algorithm.

Attributes

Companion
object
Supertypes
trait NodeInformer
class Object
trait Matchable
class Any

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
object WgbInformer

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self 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
trait NodeInformer
class Object
trait Matchable
class Any

Types

type Depth = Int