scalax.collection

GraphTraversalImpl

trait GraphTraversalImpl[N, E[X] <: EdgeLikeIn[X]] extends GraphTraversal[N, E] with TraverserImpl[N, E] with State[N, E]

Default implementation of the functionality defined by GraphTraversal except for algorithms that are placed in TraverserImpl.

Self Type
GraphTraversalImpl[N, E] with TraverserImpl[N, E]
Linear Supertypes
State[N, E], TraverserImpl[N, E], GraphTraversal[N, E], GraphBase[N, E], Serializable, Serializable, AnyRef, Any
Known Subclasses
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. GraphTraversalImpl
  2. State
  3. TraverserImpl
  4. GraphTraversal
  5. GraphBase
  6. Serializable
  7. Serializable
  8. AnyRef
  9. Any
Implicitly
  1. by anyToNode
  2. by EdgeAssoc
  3. by any2stringadd
  4. by any2stringfmt
  5. by any2ArrowAssoc
  6. by any2Ensuring
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. sealed abstract class AbstractTopologicalOrder[+A, +T] extends Traversable[T]

    Topologically ordered nodes or layers of a topological order of a graph or of an isolated graph component.

  2. class AnyEdgeLazyCycle extends (GraphTraversalImpl.this)#AnyEdgeLazyPath with (GraphTraversalImpl.this)#Cycle

    Attributes
    protected
  3. class AnyEdgeLazyPath extends (GraphTraversalImpl.this)#SimpleLazyPath

    LazyPath where edges are selected by taking the first one fitting.

  4. abstract class Component extends Properties

    Represents a component of this graph with an underlying lazy implementation.

  5. class ComponentImpl extends (GraphTraversalImpl.this)#Component

    Attributes
    protected
  6. case class ComponentTraverser(root: (GraphTraversalImpl.this)#NodeT, parameters: Parameters, subgraphNodes: ((GraphTraversalImpl.this)#NodeT) ⇒ Boolean, subgraphEdges: ((GraphTraversalImpl.this)#EdgeT) ⇒ Boolean, ordering: (GraphTraversalImpl.this)#ElemOrdering) extends (GraphTraversalImpl.this)#ComponentTraverser with Product with Serializable

    Controls the properties of graph traversals with no specific root.

  7. trait Cycle extends Path

    Represents a cycle in this graph listing the nodes and connecting edges on it with the following syntax:

  8. type CycleNodeOrTopologicalOrder = Either[(GraphTraversalImpl.this)#NodeT, (GraphTraversalImpl.this)#TopologicalOrder[(GraphTraversalImpl.this)#NodeT]]

    Either a Right containing a valid topological order or a Left containing a node on a cycle.

    Either a Right containing a valid topological order or a Left containing a node on a cycle.

    Definition Classes
    GraphTraversal
  9. type CycleStackElem = ((GraphTraversalImpl.this)#NodeT, Iterable[(GraphTraversalImpl.this)#EdgeT])

    Attributes
    protected
  10. trait DownUpTraverser[A, +This <: (GraphTraversalImpl.this)#DownUpTraverser[A, This]] extends (GraphTraversalImpl.this)#TraverserMethods[A, This] with (GraphTraversalImpl.this)#Impl[A, This]

    Attributes
    protected
  11. trait Edge extends Serializable

    Definition Classes
    GraphBase
  12. class EdgeBase extends InnerEdgeParam[N, E, NodeT, E] with InnerEdge

    Definition Classes
    GraphBase
  13. type EdgeFilter = ((GraphTraversalImpl.this)#EdgeT) ⇒ Boolean

    Definition Classes
    GraphBase
  14. sealed trait EdgeOrdering extends Ordering[EdgeT] with ElemOrdering

    Definition Classes
    GraphBase
  15. trait EdgeSet extends AnySet[EdgeT] with ExtSetMethods[EdgeT] with Serializable

    Definition Classes
    GraphBase
  16. abstract type EdgeSetT <: (GraphTraversalImpl.this)#EdgeSet

    Definition Classes
    GraphBase
  17. abstract type EdgeT <: InnerEdgeParam[N, E, (GraphTraversalImpl.this)#NodeT, E] with (GraphTraversalImpl.this)#InnerEdge with Serializable

    Definition Classes
    GraphBase
  18. sealed trait ElemOrdering extends AnyRef

    Base trait for graph Orderings.

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

    Template for extended node visitors.

  20. abstract class FluentProperties[+This <: FluentProperties[This]] extends AnyRef

    Properties and methods for creating modified properties in a fluent-interface manner.

  21. trait Impl[A, +This <: GraphTraversalImpl.Traverser[A, This] with GraphTraversalImpl.Impl[A, This]] extends GraphTraversalImpl.TraverserMethods[A, This] with GraphTraversalImpl.Traverser[A, This]

    Attributes
    protected[scalax.collection]
    Definition Classes
    TraverserImpl
  22. trait InnerEdge extends Iterable[NodeT] with InnerEdgeParam[N, E, NodeT, E] with Edge with InnerElem

    Definition Classes
    GraphBase
  23. case class InnerEdgeTraverser(root: (GraphTraversalImpl.this)#NodeT, parameters: Parameters = ..., subgraphNodes: ((GraphTraversalImpl.this)#NodeT) ⇒ Boolean = GraphTraversalImpl.this.anyNode, subgraphEdges: ((GraphTraversalImpl.this)#EdgeT) ⇒ Boolean = GraphTraversalImpl.this.anyEdge, ordering: (GraphTraversalImpl.this)#ElemOrdering = GraphTraversalImpl.this.NoOrdering) extends (GraphTraversalImpl.this)#InnerEdgeTraverser with (GraphTraversalImpl.this)#Impl[(GraphTraversalImpl.this)#EdgeT, (GraphTraversalImpl.this)#InnerEdgeTraverser] with Product with Serializable

    Controls the properties of inner-edge graph traversals.

  24. sealed trait InnerElem extends AnyRef

    Definition Classes
    GraphBase
  25. case class InnerElemTraverser(root: (GraphTraversalImpl.this)#NodeT, parameters: Parameters = ..., subgraphNodes: ((GraphTraversalImpl.this)#NodeT) ⇒ Boolean = GraphTraversalImpl.this.anyNode, subgraphEdges: ((GraphTraversalImpl.this)#EdgeT) ⇒ Boolean = GraphTraversalImpl.this.anyEdge, ordering: (GraphTraversalImpl.this)#ElemOrdering = GraphTraversalImpl.this.NoOrdering) extends (GraphTraversalImpl.this)#InnerElemTraverser with (GraphTraversalImpl.this)#Impl[(GraphTraversalImpl.this)#InnerElem, (GraphTraversalImpl.this)#InnerElemTraverser] with Product with Serializable

    Controls the properties of inner-element graph traversals.

  26. trait InnerNode extends InnerNodeParam[N] with Node with InnerElem

    Definition Classes
    GraphBase
  27. case class InnerNodeDownUpTraverser(root: (GraphTraversalImpl.this)#NodeT, parameters: Parameters = ..., subgraphNodes: ((GraphTraversalImpl.this)#NodeT) ⇒ Boolean = GraphTraversalImpl.this.anyNode, subgraphEdges: ((GraphTraversalImpl.this)#EdgeT) ⇒ Boolean = GraphTraversalImpl.this.anyEdge, ordering: (GraphTraversalImpl.this)#ElemOrdering = GraphTraversalImpl.this.NoOrdering) extends (GraphTraversalImpl.this)#InnerNodeDownUpTraverser with (GraphTraversalImpl.this)#DownUpTraverser[(Boolean, (GraphTraversalImpl.this)#NodeT), (GraphTraversalImpl.this)#InnerNodeDownUpTraverser] with Product with Serializable

    Controls the properties of inner-node down-up graph traversals.

  28. trait InnerNodeState extends AnyRef

    Definition Classes
    State
  29. trait InnerNodeTraversalImpl extends (GraphTraversalImpl.this)#TraverserInnerNode with (GraphTraversalImpl.this)#InnerNodeState

  30. case class InnerNodeTraverser(root: (GraphTraversalImpl.this)#NodeT, parameters: Parameters = ..., subgraphNodes: ((GraphTraversalImpl.this)#NodeT) ⇒ Boolean = GraphTraversalImpl.this.anyNode, subgraphEdges: ((GraphTraversalImpl.this)#EdgeT) ⇒ Boolean = GraphTraversalImpl.this.anyEdge, ordering: (GraphTraversalImpl.this)#ElemOrdering = GraphTraversalImpl.this.NoOrdering) extends (GraphTraversalImpl.this)#InnerNodeTraverser with (GraphTraversalImpl.this)#Impl[(GraphTraversalImpl.this)#NodeT, (GraphTraversalImpl.this)#InnerNodeTraverser] with Product with Serializable

    Controls the properties of inner-node graph traversals.

  31. case class Layer(index: Int, nodes: IndexedSeq[NodeT]) extends Product with Serializable

    Represents a topological sort layer.

  32. final class LayeredTopologicalOrder[+A] extends AbstractTopologicalOrder[A, (Int, Iterable[A])]

    Layers of a topological order of a graph or of an isolated graph component.

  33. type Layers = Traversable[(GraphTraversalImpl.this)#Layer]

    The result of a topological sort in the layered view.

    The result of a topological sort in the layered view.

    Definition Classes
    GraphTraversal
  34. abstract class LazyPath extends (GraphTraversalImpl.this)#Path

    Path based on the passed collection of nodes with lazy evaluation of edges.

  35. final class MapPathTraversable[T] extends Traversable[T]

    Enables lazy traversing of a Map with key = source, value = target.

  36. class MinWeightEdgeLazyPath extends (GraphTraversalImpl.this)#SimpleLazyPath

    LazyPath with edges selected by minimal weight.

  37. class MultiEdgeLazyCycle extends (GraphTraversalImpl.this)#MultiEdgeLazyPath with (GraphTraversalImpl.this)#Cycle

    Attributes
    protected
  38. class MultiEdgeLazyPath extends (GraphTraversalImpl.this)#LazyPath

    LazyPath with edge selection such that there exists no duplicate edge in the path.

  39. trait Node extends Serializable

    Definition Classes
    GraphBase
  40. abstract class NodeBase extends InnerNode

    Attributes
    protected
    Definition Classes
    GraphBase
  41. type NodeFilter = ((GraphTraversalImpl.this)#NodeT) ⇒ Boolean

    Definition Classes
    GraphBase
  42. sealed trait NodeOrdering extends Ordering[NodeT] with ElemOrdering

    Ordering for the path dependent type NodeT.

  43. trait NodeSet extends AnySet[NodeT] with ExtSetMethods[NodeT] with Serializable

    Definition Classes
    GraphBase
  44. abstract type NodeSetT <: (GraphTraversalImpl.this)#NodeSet

    Definition Classes
    GraphBase
  45. abstract type NodeT <: (GraphTraversalImpl.this)#InnerNodeTraversalImpl

    Definition Classes
    GraphTraversalImplGraphTraversalGraphBase
  46. case class OuterEdgeTraverser(root: (GraphTraversalImpl.this)#NodeT, parameters: Parameters = ..., subgraphNodes: ((GraphTraversalImpl.this)#NodeT) ⇒ Boolean = GraphTraversalImpl.this.anyNode, subgraphEdges: ((GraphTraversalImpl.this)#EdgeT) ⇒ Boolean = GraphTraversalImpl.this.anyEdge, ordering: (GraphTraversalImpl.this)#ElemOrdering = GraphTraversalImpl.this.NoOrdering) extends (GraphTraversalImpl.this)#OuterEdgeTraverser with (GraphTraversalImpl.this)#Impl[E[N], (GraphTraversalImpl.this)#OuterEdgeTraverser] with Product with Serializable

    Controls the properties of outer-edge graph traversals.

  47. case class OuterElemTraverser(root: (GraphTraversalImpl.this)#NodeT, parameters: Parameters = ..., subgraphNodes: ((GraphTraversalImpl.this)#NodeT) ⇒ Boolean = GraphTraversalImpl.this.anyNode, subgraphEdges: ((GraphTraversalImpl.this)#EdgeT) ⇒ Boolean = GraphTraversalImpl.this.anyEdge, ordering: (GraphTraversalImpl.this)#ElemOrdering = GraphTraversalImpl.this.NoOrdering) extends (GraphTraversalImpl.this)#TraverserMethods[OuterElem[N, E], (GraphTraversalImpl.this)#OuterElemTraverser] with (GraphTraversalImpl.this)#OuterElemTraverser with (GraphTraversalImpl.this)#Impl[OuterElem[N, E], (GraphTraversalImpl.this)#OuterElemTraverser] with Product with Serializable

    Controls the properties of outer-element graph traversals.

  48. case class OuterNodeDownUpTraverser(root: (GraphTraversalImpl.this)#NodeT, parameters: Parameters = ..., subgraphNodes: ((GraphTraversalImpl.this)#NodeT) ⇒ Boolean = GraphTraversalImpl.this.anyNode, subgraphEdges: ((GraphTraversalImpl.this)#EdgeT) ⇒ Boolean = GraphTraversalImpl.this.anyEdge, ordering: (GraphTraversalImpl.this)#ElemOrdering = GraphTraversalImpl.this.NoOrdering) extends (GraphTraversalImpl.this)#OuterNodeDownUpTraverser with (GraphTraversalImpl.this)#DownUpTraverser[(Boolean, N), (GraphTraversalImpl.this)#OuterNodeDownUpTraverser] with Product with Serializable

    Controls the properties of outer-node down-up graph traversals.

  49. case class OuterNodeTraverser(root: (GraphTraversalImpl.this)#NodeT, parameters: Parameters = ..., subgraphNodes: ((GraphTraversalImpl.this)#NodeT) ⇒ Boolean = GraphTraversalImpl.this.anyNode, subgraphEdges: ((GraphTraversalImpl.this)#EdgeT) ⇒ Boolean = GraphTraversalImpl.this.anyEdge, ordering: (GraphTraversalImpl.this)#ElemOrdering = GraphTraversalImpl.this.NoOrdering) extends (GraphTraversalImpl.this)#OuterNodeTraverser with (GraphTraversalImpl.this)#Impl[N, (GraphTraversalImpl.this)#OuterNodeTraverser] with Product with Serializable

    Controls the properties of outer-node graph traversals.

  50. trait Path extends Walk

    Represents a path in this graph where

  51. class PathBuilder extends (GraphTraversalImpl.this)#WalkBuilder with (GraphTraversalImpl.this)#PathBuilder

    A Builder for valid paths in this graph.

  52. trait Properties extends SubgraphProperties

    Properties controlling traversals.

  53. final class ReverseStackTraversable[S, T] extends Traversable[T]

    Efficient reverse foreach overcoming ArrayStack's deficiency not to overwrite reverseIterator.

  54. abstract class SimpleLazyPath extends (GraphTraversalImpl.this)#LazyPath

    LazyPath with deferred edges selection.

  55. trait SubgraphProperties extends AnyRef

    Properties controlling the scope of traversals.

  56. final class TopologicalOrder[+A] extends AbstractTopologicalOrder[A, A]

    A traversable topological order of nodes of a graph or of an isolated graph component.

  57. trait Traverser[A, +This <: Traverser[A, This]] extends TraverserMethods[A, This] with Properties with Traversable[A]

    Controls the properties of consecutive graph traversals starting at a root node.

  58. trait TraverserInnerNode extends InnerNode

    Definition Classes
    GraphTraversal
  59. abstract class TraverserMethods[A, +This <: TraverserMethods[A, This]] extends FluentProperties[This]

    The root-related methods Traverser will inherit.

  60. trait Walk extends Traversable[InnerElem]

    Represents a walk in this graph where walk ::= node { edge node } A walk/path contains at least one node followed by any number of consecutive pairs of an edge and a node.

  61. class WalkBuilder extends (GraphTraversalImpl.this)#WalkBuilder

    A Builder for valid walks in this graph.

Abstract Value Members

  1. abstract def edges: (GraphTraversalImpl.this)#EdgeSetT

    The edge set of this Graph commonly referred to as E(G).

    The edge set of this Graph commonly referred to as E(G).

    returns

    Set of all contained edges.

    Definition Classes
    GraphBase
  2. abstract def isDirected: Boolean

    Definition Classes
    GraphBase
  3. abstract def isHyper: Boolean

    Definition Classes
    GraphBase
  4. abstract def isMulti: Boolean

    Definition Classes
    GraphBase
  5. abstract def newEdge(innerEdge: E[(GraphTraversalImpl.this)#NodeT]): (GraphTraversalImpl.this)#EdgeT

    Attributes
    protected
    Definition Classes
    GraphBase
  6. abstract def newNode(n: N): (GraphTraversalImpl.this)#NodeT

    Attributes
    protected
    Definition Classes
    GraphBase
  7. abstract def nodes: (GraphTraversalImpl.this)#NodeSetT

    The node (vertex) set of this Graph commonly referred to as V(G).

    The node (vertex) set of this Graph commonly referred to as V(G).

    returns

    Set of all contained nodes.

    Definition Classes
    GraphBase

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 GraphTraversalImpl[N, E] to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ->[B](y: B): (GraphTraversalImpl[N, E], B)

    Implicit information
    This member is added by an implicit conversion from GraphTraversalImpl[N, E] to ArrowAssoc[GraphTraversalImpl[N, E]] 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. object Edge extends Serializable

    Definition Classes
    GraphBase
  9. object EdgeOrdering extends Serializable

    Ordering for the path dependent type EdgeT.

  10. object EdgeT

    Definition Classes
    GraphBase
  11. object ExtendedNodeVisitor

    Definition Classes
    GraphTraversal
  12. object InnerEdge extends Serializable

    Definition Classes
    GraphBase
  13. object InnerNode extends Serializable

    Definition Classes
    GraphBase
  14. object NoOrdering extends ElemOrdering with Serializable

    The empty ElemOrdering.

  15. object Node extends Serializable

    Definition Classes
    GraphBase
  16. object NodeOrdering extends Serializable

    Definition Classes
    GraphBase
  17. object Path extends Serializable

    Definition Classes
    GraphTraversal
  18. object SubgraphProperties

    Attributes
    protected
    Definition Classes
    GraphTraversal
  19. object TraverserInnerNode extends Serializable

    Definition Classes
    GraphTraversal
  20. object Walk

    Definition Classes
    GraphTraversal
  21. final val anyEdge: ((GraphTraversalImpl.this)#EdgeT) ⇒ Boolean

    Default edge filter letting path all edges (non-filter).

    Default edge filter letting path all edges (non-filter).

    Definition Classes
    GraphBase
  22. final def anyEdgeSelector(from: (GraphTraversalImpl.this)#NodeT, to: (GraphTraversalImpl.this)#NodeT): Option[(GraphTraversalImpl.this)#EdgeT]

    An arbitrary edge between from and to that is available most efficiently.

    An arbitrary edge between from and to that is available most efficiently.

    Definition Classes
    GraphTraversal
    Annotations
    @inline()
  23. final val anyNode: ((GraphTraversalImpl.this)#NodeT) ⇒ Boolean

    Default node filter letting traverse all nodes (non-filter).

    Default node filter letting traverse all nodes (non-filter).

    Definition Classes
    GraphBase
  24. final lazy val anyOrdering: AnyOrdering[N]

    Attributes
    protected
    Definition Classes
    GraphBase
  25. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  26. def clearNodeStates(flags: FlagWord, flagsExt: ExtBitSet): Unit

    Attributes
    protected
    Definition Classes
    State
  27. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. def componentTraverser(parameters: Parameters = Parameters(), subgraphNodes: ((GraphTraversalImpl.this)#NodeT) ⇒ Boolean = anyNode, subgraphEdges: ((GraphTraversalImpl.this)#EdgeT) ⇒ Boolean = anyEdge, ordering: (GraphTraversalImpl.this)#ElemOrdering = NoOrdering): (GraphTraversalImpl.this)#ComponentTraverser

    Creates a ComponentTraverser responsible for invoking graph traversal methods that cover all components of this possibly disconnected graph.

    Creates a ComponentTraverser responsible for invoking graph traversal methods that cover all components of this possibly disconnected graph.

    parameters

    The properties controlling subsequent traversals.

    subgraphNodes

    Restricts subsequent graph traversals to visit only nodes holding this predicate.

    subgraphEdges

    Restricts subsequent graph traversals to walk only along edges that hold this predicate.

    ordering

    If a NodeOrdering or EdgeOrdering different from NoOrdering is supplied neighbor nodes will visited during the traversal according to this ordering.

    Definition Classes
    GraphTraversalImplGraphTraversal
  29. final def cycle(results: (Option[(GraphTraversalImpl.this)#NodeT], ArrayStack[((GraphTraversalImpl.this)#NodeT, Iterable[(GraphTraversalImpl.this)#EdgeT])]), edgeFilter: ((GraphTraversalImpl.this)#EdgeT) ⇒ Boolean): Option[(GraphTraversalImpl.this)#Cycle]

    Attributes
    protected
  30. final lazy val defaultEdgeOrdering: (GraphTraversalImpl.this)#EdgeOrdering

    Definition Classes
    GraphBase
  31. final lazy val defaultNodeOrdering: (GraphTraversalImpl.this)#NodeOrdering

    Definition Classes
    GraphBase
  32. final def defaultPathSize: Int

    Attributes
    protected
    Definition Classes
    GraphTraversal
    Annotations
    @inline()
  33. def dump(store: FlagStore): ExtBitSet

    Attributes
    protected
    Definition Classes
    State
  34. def dumpDirty: ExtBitSet

    Returns a copy of the current dirty-flags for dump purposes.

    Returns a copy of the current dirty-flags for dump purposes.

    Definition Classes
    State
  35. def dumpInUse: ExtBitSet

    Returns a copy of the current inUse-flags for dump purposes.

    Returns a copy of the current inUse-flags for dump purposes.

    Definition Classes
    State
  36. implicit final def edgeToEdgeCont(e: E[N]): E[(GraphTraversalImpl.this)#NodeT]

    Attributes
    protected
    Definition Classes
    GraphBase
    Annotations
    @inline()
  37. def ensuring(cond: (GraphTraversalImpl[N, E]) ⇒ Boolean, msg: ⇒ Any): GraphTraversalImpl[N, E]

    Implicit information
    This member is added by an implicit conversion from GraphTraversalImpl[N, E] to Ensuring[GraphTraversalImpl[N, E]] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  38. def ensuring(cond: (GraphTraversalImpl[N, E]) ⇒ Boolean): GraphTraversalImpl[N, E]

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

    Implicit information
    This member is added by an implicit conversion from GraphTraversalImpl[N, E] to Ensuring[GraphTraversalImpl[N, E]] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  40. def ensuring(cond: Boolean): GraphTraversalImpl[N, E]

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

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

    Definition Classes
    AnyRef → Any
  43. final def expectedMaxNodes(divisor: Int, min: Int = 128): Int

    Attributes
    protected
  44. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  45. final def findCycle[U](implicit visitor: ((GraphTraversalImpl.this)#InnerElem) ⇒ U = empty): Option[(GraphTraversalImpl.this)#Cycle]

    Finds a cycle in this graph in any of its components and calls visitor for each inner element visited during the search.

    Finds a cycle in this graph in any of its components and calls visitor for each inner element visited during the search. See componentTraverser for more control by means of FluentProperties.

    Definition Classes
    GraphTraversal
  46. final def forInDegrees(traversable: Traversable[(GraphTraversalImpl.this)#NodeT] with (GraphTraversalImpl.this)#SubgraphProperties, maybeHandle: Option[Handle] = None, includeAnyway: Option[(GraphTraversalImpl.this)#NodeT] = None, includeInDegree: ((GraphTraversalImpl.this)#NodeT) ⇒ Boolean = anyNode, fillInDegrees: Boolean = true): (Buffer[(GraphTraversalImpl.this)#NodeT], Map[(GraphTraversalImpl.this)#NodeT, Int])

    Calculates in-degrees of nodes spanned by traversable.

    Calculates in-degrees of nodes spanned by traversable.

    traversable

    supplies the nodes for which the degree is to be calculated

    maybeHandle

    to be used to mark visited nodes

    includeAnyway

    include this node in the resulting list of nodes without predecessors irrespective of its in degree

    includeInDegree

    optionally filters predecessor nodes when calculation the in degree

    returns

    pair of

    1. nodes without predecessors in the component spanned by traverser
    2. map of visited nodes to their in degrees
    Attributes
    protected
  47. def formatted(fmtstr: String): String

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

    Definition Classes
    AnyRef → Any
  49. def graphSize: Int

    The size - commonly referred to as ||G|| - of this graph equaling to the number of edges.

    The size - commonly referred to as ||G|| - of this graph equaling to the number of edges.

    Method size is reserved for the number of nodes and edges because Graph is also SetLike with set elements being nodes or edges.

    Definition Classes
    GraphBase
  50. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  51. def initialize(nodes: Iterable[N], edges: Iterable[E[N]]): Unit

    Populates this graph with nodes and edges.

    Populates this graph with nodes and edges.

    The implementing class will typically have a constructor with the same parameters which is invoked by from of the companion object.

    nodes

    The isolated (and optionally any other) outer nodes that the node set of this graph is to be populated with.

    edges

    The outer edges that the edge set of this graph is to be populated with. Nodes being the end of any of these edges will be added to the node set.

    Attributes
    protected
    Definition Classes
    GraphBase
  52. def innerEdgeTraverser(root: (GraphTraversalImpl.this)#NodeT, parameters: Parameters = Parameters(), subgraphNodes: ((GraphTraversalImpl.this)#NodeT) ⇒ Boolean = anyNode, subgraphEdges: ((GraphTraversalImpl.this)#EdgeT) ⇒ Boolean = anyEdge, ordering: (GraphTraversalImpl.this)#ElemOrdering = NoOrdering): (GraphTraversalImpl.this)#InnerEdgeTraverser

    Creates a InnerEdgeTraverser based on scala.collection.Traversable[EdgeT].

    Creates a InnerEdgeTraverser based on scala.collection.Traversable[EdgeT].

    root

    The node where subsequent graph traversals start.

    parameters

    The properties controlling subsequent traversals.

    subgraphNodes

    Restricts subsequent graph traversals to visit only nodes holding this predicate.

    subgraphEdges

    Restricts subsequent graph traversals to walk only along edges that hold this predicate.

    ordering

    If a NodeOrdering or EdgeOrdering different from NoOrdering is supplied neighbor nodes will visited during the traversal according to this ordering.

    Definition Classes
    GraphTraversalImplGraphTraversal
  53. def innerElemTraverser(root: (GraphTraversalImpl.this)#NodeT, parameters: Parameters = Parameters(), subgraphNodes: ((GraphTraversalImpl.this)#NodeT) ⇒ Boolean = anyNode, subgraphEdges: ((GraphTraversalImpl.this)#EdgeT) ⇒ Boolean = anyEdge, ordering: (GraphTraversalImpl.this)#ElemOrdering = NoOrdering): (GraphTraversalImpl.this)#InnerElemTraverser

    Creates a InnerElemTraverser based on scala.collection.Traversable[InnerElem].

    Creates a InnerElemTraverser based on scala.collection.Traversable[InnerElem].

    root

    The node where subsequent graph traversals start.

    parameters

    The properties controlling subsequent traversals.

    subgraphNodes

    Restricts subsequent graph traversals to visit only nodes holding this predicate.

    subgraphEdges

    Restricts subsequent graph traversals to walk only along edges that hold this predicate.

    ordering

    If a NodeOrdering or EdgeOrdering different from NoOrdering is supplied neighbor nodes will visited during the traversal according to this ordering.

    Definition Classes
    GraphTraversalImplGraphTraversal
  54. def innerNodeDownUpTraverser(root: (GraphTraversalImpl.this)#NodeT, parameters: Parameters = Parameters(), subgraphNodes: ((GraphTraversalImpl.this)#NodeT) ⇒ Boolean = anyNode, subgraphEdges: ((GraphTraversalImpl.this)#EdgeT) ⇒ Boolean = anyEdge, ordering: (GraphTraversalImpl.this)#ElemOrdering = NoOrdering): (GraphTraversalImpl.this)#InnerNodeDownUpTraverser

    Creates a InnerNodeDownUpTraverser based on scala.collection.Traversable[(Boolean, NodeT)] where the Boolean parameter is true if the traversal takes place in downward and false if it takes place in upward direction.

    Creates a InnerNodeDownUpTraverser based on scala.collection.Traversable[(Boolean, NodeT)] where the Boolean parameter is true if the traversal takes place in downward and false if it takes place in upward direction.

    root

    The node where subsequent graph traversals start.

    parameters

    The properties controlling subsequent traversals. A kind different from DepthFirst will be ignored.

    subgraphNodes

    Restricts subsequent graph traversals to visit only nodes holding this predicate.

    subgraphEdges

    Restricts subsequent graph traversals to walk only along edges that hold this predicate.

    ordering

    If a NodeOrdering or EdgeOrdering different from NoOrdering is supplied neighbor nodes will visited during the traversal according to this ordering.

    Definition Classes
    GraphTraversalImplGraphTraversal
  55. def innerNodeTraverser(root: (GraphTraversalImpl.this)#NodeT, parameters: Parameters = Parameters(), subgraphNodes: ((GraphTraversalImpl.this)#NodeT) ⇒ Boolean = anyNode, subgraphEdges: ((GraphTraversalImpl.this)#EdgeT) ⇒ Boolean = anyEdge, ordering: (GraphTraversalImpl.this)#ElemOrdering = NoOrdering): (GraphTraversalImpl.this)#InnerNodeTraverser

    Creates a InnerNodeTraverser based on scala.collection.Traversable[NodeT].

    Creates a InnerNodeTraverser based on scala.collection.Traversable[NodeT].

    root

    The node where subsequent graph traversals start.

    parameters

    The properties controlling subsequent traversals.

    subgraphNodes

    Restricts subsequent graph traversals to visit only nodes holding this predicate.

    subgraphEdges

    Restricts subsequent graph traversals to walk only along edges that hold this predicate.

    ordering

    If a NodeOrdering or EdgeOrdering different from NoOrdering is supplied neighbor nodes will visited during the traversal according to this ordering.

    Definition Classes
    GraphTraversalImplGraphTraversal
  56. final def isAcyclic: Boolean

    Whether this graph has no cycle.

    Whether this graph has no cycle.

    Definition Classes
    GraphTraversal
    Annotations
    @inline()
  57. def isComplete: Boolean

    Whether all nodes are pairwise adjacent.

    Whether all nodes are pairwise adjacent.

    returns

    true if this graph is complete, false if this graph contains any independent nodes.

    Definition Classes
    GraphTraversal
  58. def isConnected: Boolean

    Whether this graph is connected if it is undirected or weakly connected if it is directed.

    Whether this graph is connected if it is undirected or weakly connected if it is directed.

    Definition Classes
    GraphTraversal
  59. final def isCustomEdgeFilter(f: ((GraphTraversalImpl.this)#EdgeT) ⇒ Boolean): Boolean

    true if f is not equivalent to anyEdge.

    true if f is not equivalent to anyEdge.

    Definition Classes
    GraphBase
    Annotations
    @inline()
  60. final def isCustomNodeFilter(f: ((GraphTraversalImpl.this)#NodeT) ⇒ Boolean): Boolean

    true if f is not equivalent to anyNode.

    true if f is not equivalent to anyNode.

    Definition Classes
    GraphBase
    Annotations
    @inline()
  61. final def isCyclic: Boolean

    Whether this graph has at least one cycle in any of its components.

    Whether this graph has at least one cycle in any of its components.

    Definition Classes
    GraphTraversal
    Annotations
    @inline()
  62. def isDefined: Boolean

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

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

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

    Definition Classes
    Any
  66. def isNode: Boolean

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

    Implicit information
    This member is added by an implicit conversion from GraphTraversalImpl[N, E] to OuterNode[GraphTraversalImpl[N, E]] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    InParamParam
  68. final def isTrivial: Boolean

    true if this graph has at most 1 node.

    true if this graph has at most 1 node.

    Definition Classes
    GraphBase
    Annotations
    @inline()
  69. val n1: GraphTraversalImpl[N, E]

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

    Definition Classes
    AnyRef
  71. def newPathBuilder(start: (GraphTraversalImpl.this)#NodeT)(implicit sizeHint: Int = defaultPathSize, edgeSelector: ((GraphTraversalImpl.this)#NodeT, (GraphTraversalImpl.this)#NodeT) ⇒ Option[(GraphTraversalImpl.this)#EdgeT]): (GraphTraversalImpl.this)#PathBuilder

    Instantiates a PathBuilder for this graph.

    Instantiates a PathBuilder for this graph.

    start

    The node this path starts at.

    sizeHint

    Expected maximum number of nodes on this path.

    edgeSelector

    Determines the edge to be selected between neighbor nodes if an edge is not supplied explicitly. This is only relevant in case of multigraphs.

    Definition Classes
    GraphTraversalImplGraphTraversal
  72. def newWalkBuilder(start: (GraphTraversalImpl.this)#NodeT)(implicit sizeHint: Int = defaultPathSize, edgeSelector: ((GraphTraversalImpl.this)#NodeT, (GraphTraversalImpl.this)#NodeT) ⇒ Option[(GraphTraversalImpl.this)#EdgeT]): (GraphTraversalImpl.this)#WalkBuilder

    Instantiates a WalkBuilder for this graph.

    Instantiates a WalkBuilder for this graph.

    start

    The node this walk starts at.

    sizeHint

    Expected maximum number of nodes on this walk.

    edgeSelector

    Determines the edge to be selected between neighbor nodes if an edge is not supplied explicitly. This is only relevant in case of multigraphs.

    Definition Classes
    GraphTraversalImplGraphTraversal
  73. def nextHandle: Handle

    Avoid calling this directly, prefer withHandle instead.

    Avoid calling this directly, prefer withHandle instead.

    Attributes
    protected
    Definition Classes
    State
  74. final val noNode: ((GraphTraversalImpl.this)#NodeT) ⇒ Boolean

    Node predicate always returning false.

    Node predicate always returning false.

    Definition Classes
    GraphBase
  75. final def nonTrivial: Boolean

    true if this graph has at least 2 nodes.

    true if this graph has at least 2 nodes.

    Definition Classes
    GraphBase
    Annotations
    @inline()
  76. final def notify(): Unit

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

    Definition Classes
    AnyRef
  78. def order: Int

    The order - commonly referred to as |G| - of this graph equaling to the number of nodes.

    The order - commonly referred to as |G| - of this graph equaling to the number of nodes.

    Definition Classes
    GraphBase
  79. def outerEdgeTraverser(root: (GraphTraversalImpl.this)#NodeT, parameters: Parameters = Parameters(), subgraphNodes: ((GraphTraversalImpl.this)#NodeT) ⇒ Boolean = anyNode, subgraphEdges: ((GraphTraversalImpl.this)#EdgeT) ⇒ Boolean = anyEdge, ordering: (GraphTraversalImpl.this)#ElemOrdering = NoOrdering): (GraphTraversalImpl.this)#OuterEdgeTraverser

    Creates a OuterEdgeTraverser based on scala.collection.Traversable[E[N]].

    Creates a OuterEdgeTraverser based on scala.collection.Traversable[E[N]].

    root

    The node where subsequent graph traversals start.

    parameters

    The properties controlling subsequent traversals.

    subgraphNodes

    Restricts subsequent graph traversals to visit only nodes holding this predicate.

    subgraphEdges

    Restricts subsequent graph traversals to walk only along edges that hold this predicate.

    ordering

    If a NodeOrdering or EdgeOrdering different from NoOrdering is supplied neighbor nodes will visited during the traversal according to this ordering.

    Definition Classes
    GraphTraversalImplGraphTraversal
  80. def outerElemTraverser(root: (GraphTraversalImpl.this)#NodeT, parameters: Parameters = Parameters(), subgraphNodes: ((GraphTraversalImpl.this)#NodeT) ⇒ Boolean = anyNode, subgraphEdges: ((GraphTraversalImpl.this)#EdgeT) ⇒ Boolean = anyEdge, ordering: (GraphTraversalImpl.this)#ElemOrdering = NoOrdering): (GraphTraversalImpl.this)#OuterElemTraverser

    Creates a OuterElemTraverser based on scala.collection.Traversable[OuterElem].

    Creates a OuterElemTraverser based on scala.collection.Traversable[OuterElem].

    root

    The node where subsequent graph traversals start.

    parameters

    The properties controlling subsequent traversals.

    subgraphNodes

    Restricts subsequent graph traversals to visit only nodes holding this predicate.

    subgraphEdges

    Restricts subsequent graph traversals to walk only along edges that hold this predicate.

    ordering

    If a NodeOrdering or EdgeOrdering different from NoOrdering is supplied neighbor nodes will visited during the traversal according to this ordering.

    Definition Classes
    GraphTraversalImplGraphTraversal
  81. def outerNodeDownUpTraverser(root: (GraphTraversalImpl.this)#NodeT, parameters: Parameters = Parameters(), subgraphNodes: ((GraphTraversalImpl.this)#NodeT) ⇒ Boolean = anyNode, subgraphEdges: ((GraphTraversalImpl.this)#EdgeT) ⇒ Boolean = anyEdge, ordering: (GraphTraversalImpl.this)#ElemOrdering = NoOrdering): (GraphTraversalImpl.this)#OuterNodeDownUpTraverser

    Creates a OuterNodeDownUpTraverser based on scala.collection.Traversable[(Boolean, N)] where the Boolean parameter is true if the traversal takes place in downward and false if it takes place in upward direction.

    Creates a OuterNodeDownUpTraverser based on scala.collection.Traversable[(Boolean, N)] where the Boolean parameter is true if the traversal takes place in downward and false if it takes place in upward direction.

    root

    The node where subsequent graph traversals start.

    parameters

    The properties controlling subsequent traversals. A kind different from DepthFirst will be ignored.

    subgraphNodes

    Restricts subsequent graph traversals to visit only nodes holding this predicate.

    subgraphEdges

    Restricts subsequent graph traversals to walk only along edges that hold this predicate.

    ordering

    If a NodeOrdering or EdgeOrdering different from NoOrdering is supplied neighbor nodes will visited during the traversal according to this ordering.

    Definition Classes
    GraphTraversalImplGraphTraversal
  82. def outerNodeTraverser(root: (GraphTraversalImpl.this)#NodeT, parameters: Parameters = Parameters(), subgraphNodes: ((GraphTraversalImpl.this)#NodeT) ⇒ Boolean = anyNode, subgraphEdges: ((GraphTraversalImpl.this)#EdgeT) ⇒ Boolean = anyEdge, ordering: (GraphTraversalImpl.this)#ElemOrdering = NoOrdering): (GraphTraversalImpl.this)#OuterNodeTraverser

    Creates a OuterNodeTraverser based on scala.collection.Traversable[N].

    Creates a OuterNodeTraverser based on scala.collection.Traversable[N].

    root

    The node where subsequent graph traversals start.

    parameters

    The properties controlling subsequent traversals.

    subgraphNodes

    Restricts subsequent graph traversals to visit only nodes holding this predicate.

    subgraphEdges

    Restricts subsequent graph traversals to walk only along edges that hold this predicate.

    ordering

    If a NodeOrdering or EdgeOrdering different from NoOrdering is supplied neighbor nodes will visited during the traversal according to this ordering.

    Definition Classes
    GraphTraversalImplGraphTraversal
  83. def releaseHandle(handle: Handle): Unit

    Avoid calling this directly, prefer withHandle instead.

    Avoid calling this directly, prefer withHandle instead.

    Attributes
    protected
    Definition Classes
    State
  84. def stringPrefix: String

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

    Definition Classes
    AnyRef
  86. def toString(): String

    Definition Classes
    AnyRef → Any
  87. final def topologicalSort[U](implicit visitor: ((GraphTraversalImpl.this)#InnerElem) ⇒ U = empty): (GraphTraversalImpl.this)#CycleNodeOrTopologicalOrder

    Sorts this graph topologically.

    Sorts this graph topologically.

    visitor

    called for each inner node or inner edge visited during the sort.

    See componentTraverser for more control by means of FluentProperties.

    Definition Classes
    GraphTraversal
  88. final def topologicalSortByComponent[U](implicit visitor: ((GraphTraversalImpl.this)#InnerElem) ⇒ U = empty): Traversable[(GraphTraversalImpl.this)#CycleNodeOrTopologicalOrder]

    Sorts every isolated component of this graph topologically.

    Sorts every isolated component of this graph topologically.

    visitor

    called for each inner node or inner edge visited during the sort.

    See componentTraverser for more control by means of FluentProperties.

    Definition Classes
    GraphTraversal
  89. def totalWeight: Long

    Definition Classes
    GraphBase
  90. val value: GraphTraversalImpl[N, E]

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  94. def withHandle[T](reuse: Option[Handle] = None)(block: (Handle) ⇒ T): T

    Executes a code block in the context of a new or reused state handler.

    Executes a code block in the context of a new or reused state handler.

    returns

    The result of the code block executed.

    Attributes
    protected
    Definition Classes
    State
  95. def withHandles[T](nr: Int, reuse: Array[Handle] = Array.empty[Handle])(block: (Array[Handle]) ⇒ T): T

    Executes a code block in the context nr new state handlers or alternatively in the context of the state handlers reuse.

    Executes a code block in the context nr new state handlers or alternatively in the context of the state handlers reuse.

    returns

    The result of the code block executed.

    Attributes
    protected
    Definition Classes
    State
  96. def ~[N >: N1](n2: N): UnDiEdge[N]

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

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

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

Shadowed Implicit Value Members

  1. val self: Any

    Implicit information
    This member is added by an implicit conversion from GraphTraversalImpl[N, E] 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:
    (graphTraversalImpl: StringAdd).self
    Definition Classes
    StringAdd
  2. val self: Any

    Implicit information
    This member is added by an implicit conversion from GraphTraversalImpl[N, E] 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:
    (graphTraversalImpl: StringFormat).self
    Definition Classes
    StringFormat
  3. def toString(): String

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

Deprecated Value Members

  1. def x: GraphTraversalImpl[N, E]

    Implicit information
    This member is added by an implicit conversion from GraphTraversalImpl[N, E] to ArrowAssoc[GraphTraversalImpl[N, E]] 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:
    (graphTraversalImpl: ArrowAssoc[GraphTraversalImpl[N, E]]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: GraphTraversalImpl[N, E]

    Implicit information
    This member is added by an implicit conversion from GraphTraversalImpl[N, E] to Ensuring[GraphTraversalImpl[N, E]] performed by method any2Ensuring 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:
    (graphTraversalImpl: Ensuring[GraphTraversalImpl[N, E]]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from State[N, E]

Inherited from TraverserImpl[N, E]

Inherited from GraphTraversal[N, E]

Inherited from GraphBase[N, E]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion anyToNode from GraphTraversalImpl[N, E] to OuterNode[GraphTraversalImpl[N, E]]

Inherited by implicit conversion EdgeAssoc from GraphTraversalImpl[N, E] to EdgeAssoc[GraphTraversalImpl[N, E]]

Inherited by implicit conversion any2stringadd from GraphTraversalImpl[N, E] to StringAdd

Inherited by implicit conversion any2stringfmt from GraphTraversalImpl[N, E] to StringFormat

Inherited by implicit conversion any2ArrowAssoc from GraphTraversalImpl[N, E] to ArrowAssoc[GraphTraversalImpl[N, E]]

Inherited by implicit conversion any2Ensuring from GraphTraversalImpl[N, E] to Ensuring[GraphTraversalImpl[N, E]]

Ungrouped