scalax.collection.GraphTraversal

ExtendedNodeVisitor

trait ExtendedNodeVisitor extends (NodeT) ⇒ VisitorReturn with (NodeT, Int, Int, ⇒ NodeInformer) ⇒ VisitorReturn

Template for extended node visitors. While the default node visitor of the type Function1[NodeT, VisitorReturn] supplies solely the inner node being visited extended node visitors supply the following traversal state information:

  1. the inner node currently visited as with a standard node visitor
  2. the number of nodes visited so far and
  3. the current depth in terms of the underlying algorithm and
  4. a reference to a specific informer that may be pattern matched to collect even further data specific to the implementation.
Linear Supertypes
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ExtendedNodeVisitor
  2. Function4
  3. Function1
  4. AnyRef
  5. Any
Implicitly
  1. by anyToNode
  2. by EdgeAssoc
  3. by CollectionsHaveToParArray
  4. by orderingToOrdered
  5. by any2stringadd
  6. by StringFormat
  7. by Ensuring
  8. by ArrowAssoc
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def apply(v1: NodeT, v2: Int, v3: Int, v4: ⇒ NodeInformer): VisitorReturn

    Definition Classes
    Function4

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from ExtendedNodeVisitor to any2stringadd[ExtendedNodeVisitor] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (ExtendedNodeVisitor, B)

    Implicit information
    This member is added by an implicit conversion from ExtendedNodeVisitor to ArrowAssoc[ExtendedNodeVisitor] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. def <(that: ExtendedNodeVisitor): Boolean

    Implicit information
    This member is added by an implicit conversion from ExtendedNodeVisitor to Ordered[ExtendedNodeVisitor] performed by method orderingToOrdered in scala.math.Ordered. This conversion will take place only if an implicit value of type Ordering[ExtendedNodeVisitor] is in scope.
    Definition Classes
    Ordered
  6. def <=(that: ExtendedNodeVisitor): Boolean

    Implicit information
    This member is added by an implicit conversion from ExtendedNodeVisitor to Ordered[ExtendedNodeVisitor] performed by method orderingToOrdered in scala.math.Ordered. This conversion will take place only if an implicit value of type Ordering[ExtendedNodeVisitor] is in scope.
    Definition Classes
    Ordered
  7. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  8. def >(that: ExtendedNodeVisitor): Boolean

    Implicit information
    This member is added by an implicit conversion from ExtendedNodeVisitor to Ordered[ExtendedNodeVisitor] performed by method orderingToOrdered in scala.math.Ordered. This conversion will take place only if an implicit value of type Ordering[ExtendedNodeVisitor] is in scope.
    Definition Classes
    Ordered
  9. def >=(that: ExtendedNodeVisitor): Boolean

    Implicit information
    This member is added by an implicit conversion from ExtendedNodeVisitor to Ordered[ExtendedNodeVisitor] performed by method orderingToOrdered in scala.math.Ordered. This conversion will take place only if an implicit value of type Ordering[ExtendedNodeVisitor] is in scope.
    Definition Classes
    Ordered
  10. def andThen[A](g: (VisitorReturn) ⇒ A): (NodeT) ⇒ A

    Definition Classes
    Function1
    Annotations
    @unspecialized()
  11. def apply(node: NodeT): VisitorReturn

    Definition Classes
    ExtendedNodeVisitor → Function1
  12. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  13. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. def compare(that: ExtendedNodeVisitor): Int

    Implicit information
    This member is added by an implicit conversion from ExtendedNodeVisitor to Ordered[ExtendedNodeVisitor] performed by method orderingToOrdered in scala.math.Ordered. This conversion will take place only if an implicit value of type Ordering[ExtendedNodeVisitor] is in scope.
    Definition Classes
    Ordered
  15. def compareTo(that: ExtendedNodeVisitor): Int

    Implicit information
    This member is added by an implicit conversion from ExtendedNodeVisitor to Ordered[ExtendedNodeVisitor] performed by method orderingToOrdered in scala.math.Ordered. This conversion will take place only if an implicit value of type Ordering[ExtendedNodeVisitor] is in scope.
    Definition Classes
    Ordered → Comparable
  16. def compose[A](g: (A) ⇒ NodeT): (A) ⇒ VisitorReturn

    Definition Classes
    Function1
    Annotations
    @unspecialized()
  17. def curried: (NodeT) ⇒ (Int) ⇒ (Int) ⇒ (⇒ NodeInformer) ⇒ VisitorReturn

    Definition Classes
    Function4
    Annotations
    @unspecialized()
  18. def ensuring(cond: (ExtendedNodeVisitor) ⇒ Boolean, msg: ⇒ Any): ExtendedNodeVisitor

    Implicit information
    This member is added by an implicit conversion from ExtendedNodeVisitor to Ensuring[ExtendedNodeVisitor] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. def ensuring(cond: (ExtendedNodeVisitor) ⇒ Boolean): ExtendedNodeVisitor

    Implicit information
    This member is added by an implicit conversion from ExtendedNodeVisitor to Ensuring[ExtendedNodeVisitor] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. def ensuring(cond: Boolean, msg: ⇒ Any): ExtendedNodeVisitor

    Implicit information
    This member is added by an implicit conversion from ExtendedNodeVisitor to Ensuring[ExtendedNodeVisitor] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  21. def ensuring(cond: Boolean): ExtendedNodeVisitor

    Implicit information
    This member is added by an implicit conversion from ExtendedNodeVisitor to Ensuring[ExtendedNodeVisitor] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  22. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  23. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  24. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  25. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from ExtendedNodeVisitor to StringFormat[ExtendedNodeVisitor] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  26. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  27. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  28. def isDefined: Boolean

    Implicit information
    This member is added by an implicit conversion from ExtendedNodeVisitor to OuterNode[ExtendedNodeVisitor] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    Param
  29. def isEdge: Boolean

    Implicit information
    This member is added by an implicit conversion from ExtendedNodeVisitor to OuterNode[ExtendedNodeVisitor] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    NodeParam
  30. def isIn: Boolean

    Implicit information
    This member is added by an implicit conversion from ExtendedNodeVisitor to OuterNode[ExtendedNodeVisitor] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    InParamParam
  31. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  32. def isNode: Boolean

    Implicit information
    This member is added by an implicit conversion from ExtendedNodeVisitor to OuterNode[ExtendedNodeVisitor] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    NodeParam
  33. def isOut: Boolean

    Implicit information
    This member is added by an implicit conversion from ExtendedNodeVisitor to OuterNode[ExtendedNodeVisitor] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    InParamParam
  34. val n1: ExtendedNodeVisitor

    Implicit information
    This member is added by an implicit conversion from ExtendedNodeVisitor to EdgeAssoc[ExtendedNodeVisitor] performed by method EdgeAssoc in scalax.collection.GraphPredef.
    Definition Classes
    EdgeAssoc
  35. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  36. final def notify(): Unit

    Definition Classes
    AnyRef
  37. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  38. def stringPrefix: String

    Implicit information
    This member is added by an implicit conversion from ExtendedNodeVisitor to OuterNode[ExtendedNodeVisitor] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    NodeParam
  39. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  40. def toParArray: ParArray[T]

    Implicit information
    This member is added by an implicit conversion from ExtendedNodeVisitor to CollectionsHaveToParArray[ExtendedNodeVisitor, T] performed by method CollectionsHaveToParArray in scala.collection.parallel. This conversion will take place only if an implicit value of type (ExtendedNodeVisitor) ⇒ GenTraversableOnce[T] is in scope.
    Definition Classes
    CollectionsHaveToParArray
  41. def toString(): String

    Definition Classes
    Function4 → AnyRef → Any
  42. def tupled: ((NodeT, Int, Int, ⇒ NodeInformer)) ⇒ VisitorReturn

    Definition Classes
    Function4
    Annotations
    @unspecialized()
  43. val value: ExtendedNodeVisitor

    Implicit information
    This member is added by an implicit conversion from ExtendedNodeVisitor to OuterNode[ExtendedNodeVisitor] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    OuterNodeNodeParam
  44. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. def ~[N >: N1, N2 <: N](n2: N2): UnDiEdge[N]

    Implicit information
    This member is added by an implicit conversion from ExtendedNodeVisitor to EdgeAssoc[ExtendedNodeVisitor] performed by method EdgeAssoc in scalax.collection.GraphPredef.
    Definition Classes
    EdgeAssoc
    Annotations
    @inline()
  48. def ~>[N >: N1, N2 <: N](n2: N2): DiEdge[N]

    Implicit information
    This member is added by an implicit conversion from ExtendedNodeVisitor to EdgeAssoc[ExtendedNodeVisitor] performed by method EdgeAssoc in scalax.collection.GraphPredef.
    Definition Classes
    EdgeAssoc
    Annotations
    @inline()
  49. def [B](y: B): (ExtendedNodeVisitor, B)

    Implicit information
    This member is added by an implicit conversion from ExtendedNodeVisitor to ArrowAssoc[ExtendedNodeVisitor] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. def toString(): String

    Implicit information
    This member is added by an implicit conversion from ExtendedNodeVisitor to OuterNode[ExtendedNodeVisitor] 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:
    (extendedNodeVisitor: OuterNode[ExtendedNodeVisitor]).toString()
    Definition Classes
    NodeParam → AnyRef → Any

Inherited from (NodeT, Int, Int, ⇒ NodeInformer) ⇒ VisitorReturn

Inherited from (NodeT) ⇒ VisitorReturn

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion anyToNode from ExtendedNodeVisitor to OuterNode[ExtendedNodeVisitor]

Inherited by implicit conversion EdgeAssoc from ExtendedNodeVisitor to EdgeAssoc[ExtendedNodeVisitor]

Inherited by implicit conversion CollectionsHaveToParArray from ExtendedNodeVisitor to CollectionsHaveToParArray[ExtendedNodeVisitor, T]

Inherited by implicit conversion orderingToOrdered from ExtendedNodeVisitor to Ordered[ExtendedNodeVisitor]

Inherited by implicit conversion any2stringadd from ExtendedNodeVisitor to any2stringadd[ExtendedNodeVisitor]

Inherited by implicit conversion StringFormat from ExtendedNodeVisitor to StringFormat[ExtendedNodeVisitor]

Inherited by implicit conversion Ensuring from ExtendedNodeVisitor to Ensuring[ExtendedNodeVisitor]

Inherited by implicit conversion ArrowAssoc from ExtendedNodeVisitor to ArrowAssoc[ExtendedNodeVisitor]

Ungrouped