trait DfsInformer extends NodeInformer
Extended node visitor informer for depth first searches.
- Alphabetic
- By Inheritance
- DfsInformer
- NodeInformer
- AnyRef
- Any
- by ChainingOps
- by EdgeAssoc
- by anyToNode
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- Protected
Concrete Value Members
- def isDefined: Boolean
- Implicit
- This member is added by an implicit conversion from DfsInformer toOuterNode[DfsInformer] performed by method anyToNode in scalax.collection.GraphPredef.
- Definition Classes
- Param
- final def isEdge: Boolean
- Implicit
- This member is added by an implicit conversion from DfsInformer toOuterNode[DfsInformer] performed by method anyToNode in scalax.collection.GraphPredef.
- Definition Classes
- Param
- def isIn: Boolean
- Implicit
- This member is added by an implicit conversion from DfsInformer toOuterNode[DfsInformer] performed by method anyToNode in scalax.collection.GraphPredef.
- Definition Classes
- InParam → Param
- def isNode: Boolean
- Implicit
- This member is added by an implicit conversion from DfsInformer toOuterNode[DfsInformer] performed by method anyToNode in scalax.collection.GraphPredef.
- Definition Classes
- NodeParam
- final def isOut: Boolean
- Implicit
- This member is added by an implicit conversion from DfsInformer toOuterNode[DfsInformer] performed by method anyToNode in scalax.collection.GraphPredef.
- Definition Classes
- Param
- val n1: DfsInformer
- Implicit
- This member is added by an implicit conversion from DfsInformer toEdgeAssoc[DfsInformer] performed by method EdgeAssoc in scalax.collection.GraphPredef.
- Definition Classes
- EdgeAssoc
- def pipe[B](f: (DfsInformer) => B): B
- Implicit
- This member is added by an implicit conversion from DfsInformer toChainingOps[DfsInformer] performed by method ChainingOps in scalax.collection.
- Definition Classes
- ChainingOps
- def productElementNames: Iterator[String]
- Implicit
- This member is added by an implicit conversion from DfsInformer toOuterNode[DfsInformer] performed by method anyToNode in scalax.collection.GraphPredef.
- Definition Classes
- Product
- val self: DfsInformer
- Implicit
- This member is added by an implicit conversion from DfsInformer toChainingOps[DfsInformer] performed by method ChainingOps in scalax.collection.
- Definition Classes
- ChainingOps
- def stringPrefix: String
- Implicit
- This member is added by an implicit conversion from DfsInformer toOuterNode[DfsInformer] performed by method anyToNode in scalax.collection.GraphPredef.
- Definition Classes
- NodeParam
- def tap[U](f: (DfsInformer) => U): DfsInformer
- Implicit
- This member is added by an implicit conversion from DfsInformer toChainingOps[DfsInformer] performed by method ChainingOps in scalax.collection.
- Definition Classes
- ChainingOps
- val value: DfsInformer
- Implicit
- This member is added by an implicit conversion from DfsInformer toOuterNode[DfsInformer] performed by method anyToNode in scalax.collection.GraphPredef.
- Definition Classes
- OuterNode → NodeParam
- def ~[N >: N1](n2: N): UnDiEdge[N]
- Implicit
- This member is added by an implicit conversion from DfsInformer toEdgeAssoc[DfsInformer] performed by method EdgeAssoc in scalax.collection.GraphPredef.
- Definition Classes
- EdgeAssoc
- Annotations
- @inline()
- def ~>[N >: N1](n2: N): DiEdge[N]
- Implicit
- This member is added by an implicit conversion from DfsInformer toEdgeAssoc[DfsInformer] performed by method EdgeAssoc in scalax.collection.GraphPredef.
- Definition Classes
- EdgeAssoc
- Annotations
- @inline()
Shadowed Implicit Value Members
- def toString(): String
- Implicit
- This member is added by an implicit conversion from DfsInformer toOuterNode[DfsInformer] performed by method anyToNode in scalax.collection.GraphPredef.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(dfsInformer: OuterNode[DfsInformer]).toString()
- Definition Classes
- NodeParam → AnyRef → Any
Welcome to the Graph for Scala API reference. Some suggested navigation entry points:
Graph
mutable.Graph
and its inner nodes.GraphEdge
objectedge
packageGraphPredef
object andImplicits
object.GraphTraversal
andTraverserInnerNode
.RandomGraph
.GraphGen
.