Packages

trait DfsInformer extends NodeInformer

Extended node visitor informer for depth first searches.

Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DfsInformer
  2. NodeInformer
  3. AnyRef
  4. Any
Implicitly
  1. by ChainingOps
  2. by EdgeAssoc
  3. by anyToNode
  4. by any2stringadd
  5. by StringFormat
  6. by Ensuring
  7. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def pathIterator: DfsPath
  2. abstract def stackIterator: DfsStack

Concrete Value Members

  1. 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
  2. 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
  3. 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
    InParamParam
  4. 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
  5. 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
  6. 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
  7. 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
  8. 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
  9. 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
  10. 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
  11. 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
  12. 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
    OuterNodeNodeParam
  13. 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()
  14. 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

  1. 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