scalax.collection.GraphTraversal

ExtendedNodeVisitor

trait ExtendedNodeVisitor[U] extends (NodeT) ⇒ U with (NodeT, Int, Int, ⇒ NodeInformer) ⇒ U

Template for extended node visitors. While the default node visitor of the type NodeT => U passes solely the inner node being visited, extended node visitors pass 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
(NodeT, Int, Int, ⇒ NodeInformer) ⇒ U, (NodeT) ⇒ U, AnyRef, Any
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 predicateToNodePredicate
  4. by any2stringadd
  5. by any2stringfmt
  6. by any2ArrowAssoc
  7. by any2Ensuring
  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): U

    Definition Classes
    Function4

Concrete Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

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

    Implicit information
    This member is added by an implicit conversion from ExtendedNodeVisitor[U] to ArrowAssoc[ExtendedNodeVisitor[U]] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  7. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  8. def andThen[A](g: (U) ⇒ A): (NodeT) ⇒ A

    Definition Classes
    Function1
    Annotations
    @unspecialized()
  9. def apply(node: NodeT): U

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

    Definition Classes
    Any
  11. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def compose[A](g: (A) ⇒ NodeT): (A) ⇒ U

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

    Definition Classes
    Function4
    Annotations
    @unspecialized()
  14. def ensuring(cond: (ExtendedNodeVisitor[U]) ⇒ Boolean, msg: ⇒ Any): ExtendedNodeVisitor[U]

    Implicit information
    This member is added by an implicit conversion from ExtendedNodeVisitor[U] to Ensuring[ExtendedNodeVisitor[U]] performed by method any2Ensuring in scala.Predef. This conversion will take place only if U is a subclass of Boolean (U <: Boolean).
    Definition Classes
    Ensuring
  15. def ensuring(cond: (ExtendedNodeVisitor[U]) ⇒ Boolean): ExtendedNodeVisitor[U]

    Implicit information
    This member is added by an implicit conversion from ExtendedNodeVisitor[U] to Ensuring[ExtendedNodeVisitor[U]] performed by method any2Ensuring in scala.Predef. This conversion will take place only if U is a subclass of Boolean (U <: Boolean).
    Definition Classes
    Ensuring
  16. def ensuring(cond: Boolean, msg: ⇒ Any): ExtendedNodeVisitor[U]

    Implicit information
    This member is added by an implicit conversion from ExtendedNodeVisitor[U] to Ensuring[ExtendedNodeVisitor[U]] performed by method any2Ensuring in scala.Predef. This conversion will take place only if U is a subclass of Boolean (U <: Boolean).
    Definition Classes
    Ensuring
  17. def ensuring(cond: Boolean): ExtendedNodeVisitor[U]

    Implicit information
    This member is added by an implicit conversion from ExtendedNodeVisitor[U] to Ensuring[ExtendedNodeVisitor[U]] performed by method any2Ensuring in scala.Predef. This conversion will take place only if U is a subclass of Boolean (U <: Boolean).
    Definition Classes
    Ensuring
  18. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  24. def isDefined: Boolean

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

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

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

    Definition Classes
    Any
  28. def isNode: Boolean

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

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

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

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

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

    Definition Classes
    AnyRef
  34. def stringPrefix: String

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

    Definition Classes
    AnyRef
  36. def toString(): String

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

    Definition Classes
    Function4
    Annotations
    @unspecialized()
  38. val value: ExtendedNodeVisitor[U]

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

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

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

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

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

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

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

Shadowed Implicit Value Members

  1. def andThen[A](g: (Boolean) ⇒ A): (Param[NodeT, EI]) ⇒ A

    Implicit information
    This member is added by an implicit conversion from ExtendedNodeVisitor[U] to (Param[NodeT, EI]) ⇒ Boolean performed by method predicateToNodePredicate in scalax.collection.GraphPredef. This conversion will take place only if U is a subclass of Boolean (U <: Boolean).
    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: (Param[NodeT, EI]) ⇒ Boolean).andThen(g)
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  2. def apply(v1: Param[NodeT, EI]): Boolean

    Implicit information
    This member is added by an implicit conversion from ExtendedNodeVisitor[U] to (Param[NodeT, EI]) ⇒ Boolean performed by method predicateToNodePredicate in scalax.collection.GraphPredef. This conversion will take place only if U is a subclass of Boolean (U <: Boolean).
    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: (Param[NodeT, EI]) ⇒ Boolean).apply(v1)
    Definition Classes
    Function1
  3. def compose[A](g: (A) ⇒ Param[NodeT, EI]): (A) ⇒ Boolean

    Implicit information
    This member is added by an implicit conversion from ExtendedNodeVisitor[U] to (Param[NodeT, EI]) ⇒ Boolean performed by method predicateToNodePredicate in scalax.collection.GraphPredef. This conversion will take place only if U is a subclass of Boolean (U <: Boolean).
    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: (Param[NodeT, EI]) ⇒ Boolean).compose(g)
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  4. val self: Any

    Implicit information
    This member is added by an implicit conversion from ExtendedNodeVisitor[U] to StringAdd performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (extendedNodeVisitor: StringAdd).self
    Definition Classes
    StringAdd
  5. val self: Any

    Implicit information
    This member is added by an implicit conversion from ExtendedNodeVisitor[U] to StringFormat performed by method any2stringfmt in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (extendedNodeVisitor: StringFormat).self
    Definition Classes
    StringFormat
  6. def toString(): String

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

    Implicit information
    This member is added by an implicit conversion from ExtendedNodeVisitor[U] to (Param[NodeT, EI]) ⇒ Boolean performed by method predicateToNodePredicate in scalax.collection.GraphPredef. This conversion will take place only if U is a subclass of Boolean (U <: Boolean).
    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: (Param[NodeT, EI]) ⇒ Boolean).toString()
    Definition Classes
    Function1 → AnyRef → Any

Deprecated Value Members

  1. def x: ExtendedNodeVisitor[U]

    Implicit information
    This member is added by an implicit conversion from ExtendedNodeVisitor[U] to ArrowAssoc[ExtendedNodeVisitor[U]] performed by method any2ArrowAssoc in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (extendedNodeVisitor: ArrowAssoc[ExtendedNodeVisitor[U]]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: ExtendedNodeVisitor[U]

    Implicit information
    This member is added by an implicit conversion from ExtendedNodeVisitor[U] to Ensuring[ExtendedNodeVisitor[U]] performed by method any2Ensuring in scala.Predef. This conversion will take place only if U is a subclass of Boolean (U <: Boolean).
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (extendedNodeVisitor: Ensuring[ExtendedNodeVisitor[U]]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

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

Inherited from (NodeT) ⇒ U

Inherited from AnyRef

Inherited from Any

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

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

Inherited by implicit conversion predicateToNodePredicate from ExtendedNodeVisitor[U] to (Param[NodeT, EI]) ⇒ Boolean

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

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

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

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

Ungrouped