scalax.collection.constrained.mutable

UserConstrainedGraphImpl

class UserConstrainedGraphImpl[N, E[X] <: EdgeLikeIn[X]] extends DefaultGraphImpl[N, E] with UserConstrainedGraph[N, E]

Linear Supertypes
UserConstrainedGraph[N, E], DefaultGraphImpl[N, E], GraphTraversalImpl[N, E], State[N, E], AdjacencyListGraph[N, E, DefaultGraphImpl], mutable.AdjacencyListGraph[N, E, DefaultGraphImpl], AdjacencyListBase[N, E, DefaultGraphImpl], Graph[N, E], GraphLike[N, E, DefaultGraphImpl], constrained.Graph[N, E], constrained.GraphLike[N, E, DefaultGraphImpl], Constrained[N, E], ConstraintHandlerMethods[N, E], ConstraintMethods[N, E], mutable.Graph[N, E], mutable.GraphLike[N, E, DefaultGraphImpl], Mutable, EdgeOps[N, E, DefaultGraphImpl], Cloneable[Graph[N, E]], Cloneable, Cloneable, Shrinkable[Param[N, E]], Growable[Param[N, E]], Clearable, GraphAux[N, E], collection.Graph[N, E], collection.GraphLike[N, E, DefaultGraphImpl], GraphDegree[N, E], GraphTraversal[N, E], GraphBase[N, E], Serializable, Serializable, Set[Param[N, E]], Set[Param[N, E]], SetLike[Param[N, E], DefaultGraphImpl[N, E]], Subtractable[Param[N, E], DefaultGraphImpl[N, E]], GenSet[Param[N, E]], GenericSetTemplate[Param[N, E], Set], GenSetLike[Param[N, E], DefaultGraphImpl[N, E]], (Param[N, E]) ⇒ Boolean, Iterable[Param[N, E]], Iterable[Param[N, E]], IterableLike[Param[N, E], DefaultGraphImpl[N, E]], Equals, GenIterable[Param[N, E]], GenIterableLike[Param[N, E], DefaultGraphImpl[N, E]], Traversable[Param[N, E]], Immutable, Traversable[Param[N, E]], GenTraversable[Param[N, E]], GenericTraversableTemplate[Param[N, E], Set], TraversableLike[Param[N, E], DefaultGraphImpl[N, E]], GenTraversableLike[Param[N, E], DefaultGraphImpl[N, E]], Parallelizable[Param[N, E], ParSet[Param[N, E]]], TraversableOnce[Param[N, E]], GenTraversableOnce[Param[N, E]], FilterMonadic[Param[N, E], DefaultGraphImpl[N, E]], HasNewBuilder[Param[N, E], DefaultGraphImpl[N, E]], AnyRef, Any
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. UserConstrainedGraphImpl
  2. UserConstrainedGraph
  3. DefaultGraphImpl
  4. GraphTraversalImpl
  5. State
  6. AdjacencyListGraph
  7. AdjacencyListGraph
  8. AdjacencyListBase
  9. Graph
  10. GraphLike
  11. Graph
  12. GraphLike
  13. Constrained
  14. ConstraintHandlerMethods
  15. ConstraintMethods
  16. Graph
  17. GraphLike
  18. Mutable
  19. EdgeOps
  20. Cloneable
  21. Cloneable
  22. Cloneable
  23. Shrinkable
  24. Growable
  25. Clearable
  26. GraphAux
  27. Graph
  28. GraphLike
  29. GraphDegree
  30. GraphTraversal
  31. GraphBase
  32. Serializable
  33. Serializable
  34. Set
  35. Set
  36. SetLike
  37. Subtractable
  38. GenSet
  39. GenericSetTemplate
  40. GenSetLike
  41. Function1
  42. Iterable
  43. Iterable
  44. IterableLike
  45. Equals
  46. GenIterable
  47. GenIterableLike
  48. Traversable
  49. Immutable
  50. Traversable
  51. GenTraversable
  52. GenericTraversableTemplate
  53. TraversableLike
  54. GenTraversableLike
  55. Parallelizable
  56. TraversableOnce
  57. GenTraversableOnce
  58. FilterMonadic
  59. HasNewBuilder
  60. AnyRef
  61. Any
Implicitly
  1. by anyToNode
  2. by MonadOps
  3. by traversable2ops
  4. by EdgeAssoc
  5. by predicateToNodePredicate
  6. by any2stringadd
  7. by any2stringfmt
  8. by any2ArrowAssoc
  9. by any2Ensuring
  10. by alternateImplicit
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new UserConstrainedGraphImpl(iniNodes: Iterable[N] = scala.collection.Set.empty[N], iniEdges: Iterable[E[N]] = scala.collection.Set.empty[E[N]])(implicit edgeT: scala.reflect.api.JavaUniverse.TypeTag[E[N]], _config: DefaultGraphImpl.Config)

Type Members

  1. class AnyEdgeLazyCycle extends AnyEdgeLazyPath with GraphTraversalImpl.Cycle

    Attributes
    protected
    Definition Classes
    GraphTraversalImpl
  2. class AnyEdgeLazyPath extends SimpleLazyPath

    Attributes
    protected
    Definition Classes
    GraphTraversalImpl
  3. abstract class Component extends Properties

    Attributes
    protected
    Definition Classes
    GraphTraversal
  4. class ComponentImpl extends GraphTraversalImpl.Component

    Attributes
    protected
    Definition Classes
    GraphTraversalImpl
  5. case class ComponentTraverser extends GraphTraversalImpl.ComponentTraverser with Product with Serializable

    Attributes
    protected
    Definition Classes
    GraphTraversalImpl → GraphTraversal
  6. type Config = ConstrainedConfig

    Attributes
    protected
    Definition Classes
    DefaultGraphImplAdjacencyListGraph → AdjacencyListBase → GraphLike → GraphLike
  7. trait Cycle extends Path

    Definition Classes
    GraphTraversal
  8. type CycleStackElem = (NodeT, Iterable[EdgeT])

    Attributes
    protected
    Definition Classes
    GraphTraversalImpl
  9. trait DegreeFunction extends ((GraphDegree.this)#NodeT) ⇒ Int

    Definition Classes
    GraphDegree
  10. type DegreeNodeSeqEntry = (Int, NodeT)

    Definition Classes
    GraphDegree
  11. final class DegreeOrdering extends Ordering[(GraphDegree.this)#NodeT]

    Definition Classes
    GraphDegree
  12. trait DownUpTraverser[A] extends AnyRef

    Attributes
    protected
    Definition Classes
    GraphTraversalImpl
  13. trait Edge extends Serializable

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

    Definition Classes
    GraphBase
  15. class EdgeImpl extends mutable.AdjacencyListGraph.This.EdgeBase

    Definition Classes
    AdjacencyListGraph
    Annotations
    @SerialVersionUID( 7972L )
  16. sealed trait EdgeOrdering extends Ordering[GraphBase.EdgeT] with ElemOrdering

    Definition Classes
    GraphBase
  17. class EdgeSet extends This.EdgeSet

    Definition Classes
    AdjacencyListGraph → AdjacencyListGraph → AdjacencyListBase → GraphLike → GraphLike → GraphBase
    Annotations
    @SerialVersionUID( 8084L )
  18. trait EdgeSetAux extends GraphAux.EdgeSet

    Definition Classes
    GraphAux
  19. type EdgeSetT = UserConstrainedGraphImpl.EdgeSet

    Definition Classes
    AdjacencyListGraph → AdjacencyListBase → GraphLike → GraphAux → GraphLike → GraphBase
  20. type EdgeT = EdgeImpl

    Definition Classes
    AdjacencyListGraph → GraphBase
  21. sealed trait ElemOrdering extends AnyRef

    Attributes
    protected
    Definition Classes
    GraphBase
  22. trait ExtendedNodeVisitor extends (GraphTraversal.NodeT) ⇒ VisitorReturn with (GraphTraversal.NodeT, Int, Int, ⇒ NodeInformer) ⇒ VisitorReturn

    Definition Classes
    GraphTraversal
  23. trait Filter[T] extends (T) ⇒ Boolean

    Definition Classes
    GraphDegree
  24. abstract class FluentProperties[+This <: FluentProperties[This]] extends AnyRef

    Attributes
    protected
    Definition Classes
    GraphTraversal
  25. trait Impl[A] extends AnyRef

    Attributes
    protected
    Definition Classes
    GraphTraversalImpl
  26. trait InnerEdge extends Iterable[GraphBase.NodeT] with Edge with InnerElem

    Definition Classes
    GraphBase
  27. case class InnerEdgeTraverser extends GraphTraversalImpl.InnerEdgeTraverser with Impl[GraphTraversalImpl.EdgeT] with Product with Serializable

    Attributes
    protected
    Definition Classes
    GraphTraversalImpl → GraphTraversal
  28. sealed trait InnerElem extends AnyRef

    Definition Classes
    GraphBase
  29. case class InnerElemTraverser extends GraphTraversalImpl.InnerElemTraverser with Impl[GraphTraversalImpl.InnerElem] with Product with Serializable

    Attributes
    protected
    Definition Classes
    GraphTraversalImpl → GraphTraversal
  30. trait InnerNode extends (AdjacencyListBase.this)#InnerNode

    Definition Classes
    AdjacencyListBase → GraphLike → GraphBase
  31. case class InnerNodeDownUpTraverser extends GraphTraversalImpl.InnerNodeDownUpTraverser with DownUpTraverser[(Boolean, GraphTraversalImpl.NodeT)] with Impl[(Boolean, GraphTraversalImpl.NodeT)] with Product with Serializable

    Attributes
    protected
    Definition Classes
    GraphTraversalImpl → GraphTraversal
  32. abstract class InnerNodeImpl extends mutable.AdjacencyListGraph.This.NodeBase with mutable.AdjacencyListGraph.This.InnerNode with mutable.AdjacencyListGraph.This.InnerNode

    Definition Classes
    AdjacencyListGraph
  33. trait InnerNodeOps extends AnyRef

    Definition Classes
    EdgeOps
  34. trait InnerNodeState extends AnyRef

    Definition Classes
    State
  35. trait InnerNodeTraversalImpl extends GraphTraversalImpl.TraverserInnerNode with GraphTraversalImpl.InnerNodeState

    Definition Classes
    GraphTraversalImpl
  36. case class InnerNodeTraverser extends GraphTraversalImpl.InnerNodeTraverser with Impl[GraphTraversalImpl.NodeT] with Product with Serializable

    Attributes
    protected
    Definition Classes
    GraphTraversalImpl → GraphTraversal
  37. abstract class LazyPath extends GraphTraversalImpl.Path

    Attributes
    protected
    Definition Classes
    GraphTraversalImpl
  38. final class MapPathTraversable[T] extends Traversable[T]

    Attributes
    protected
    Definition Classes
    GraphTraversalImpl
  39. class MinWeightEdgeLazyPath extends SimpleLazyPath

    Attributes
    protected
    Definition Classes
    GraphTraversalImpl
  40. class MultiEdgeLazyCycle extends MultiEdgeLazyPath with GraphTraversalImpl.Cycle

    Attributes
    protected
    Definition Classes
    GraphTraversalImpl
  41. class MultiEdgeLazyPath extends LazyPath

    Attributes
    protected
    Definition Classes
    GraphTraversalImpl
  42. sealed class NoOrdering extends ElemOrdering

    Definition Classes
    GraphBase
  43. trait Node extends Serializable

    Definition Classes
    GraphBase
  44. class NodeBase extends InnerNodeImpl with InnerNodeTraversalImpl

    Attributes
    protected
    Definition Classes
    DefaultGraphImpl → GraphLike → GraphBase
    Annotations
    @SerialVersionUID( 8082L )
  45. sealed trait NodeOrdering extends Ordering[GraphBase.NodeT] with ElemOrdering

    Definition Classes
    GraphBase
  46. class NodeSet extends DefaultGraphImpl.NodeSet with DefaultGraphImpl.NodeSet

    Definition Classes
    DefaultGraphImplAdjacencyListGraph → AdjacencyListGraph → AdjacencyListBase → GraphLike → GraphLike → GraphLike → GraphBase
  47. trait NodeSetAux extends GraphAux.NodeSet

    Definition Classes
    GraphAux
  48. type NodeSetT = UserConstrainedGraphImpl.NodeSet

    Definition Classes
    AdjacencyListGraph → AdjacencyListBase → GraphLike → GraphAux → GraphLike → GraphBase
  49. type NodeT = NodeBase

    Definition Classes
    DefaultGraphImpl → GraphTraversalImpl → AdjacencyListGraph → AdjacencyListBase → GraphLike → GraphLike → GraphTraversal → GraphBase
  50. case class OuterEdgeTraverser extends GraphTraversalImpl.OuterEdgeTraverser with Impl[E[N]] with Product with Serializable

    Attributes
    protected
    Definition Classes
    GraphTraversalImpl → GraphTraversal
  51. case class OuterElemTraverser extends GraphTraversalImpl.Traverser[OuterElem[N, E], GraphTraversalImpl.OuterElemTraverser] with GraphTraversalImpl.OuterElemTraverser with Impl[OuterElem[N, E]] with Product with Serializable

    Attributes
    protected
    Definition Classes
    GraphTraversalImpl → GraphTraversal
  52. case class OuterNodeDownUpTraverser extends GraphTraversalImpl.OuterNodeDownUpTraverser with DownUpTraverser[(Boolean, N)] with Impl[(Boolean, N)] with Product with Serializable

    Attributes
    protected
    Definition Classes
    GraphTraversalImpl → GraphTraversal
  53. case class OuterNodeTraverser extends GraphTraversalImpl.OuterNodeTraverser with Impl[N] with Product with Serializable

    Attributes
    protected
    Definition Classes
    GraphTraversalImpl → GraphTraversal
  54. trait Path extends Traversable[OutParam[N, E]]

    Definition Classes
    GraphTraversal
  55. trait Properties extends AnyRef

    Attributes
    protected
    Definition Classes
    GraphTraversal
  56. final class ReverseStackTraversable[S, T] extends Traversable[T]

    Attributes
    protected
    Definition Classes
    GraphTraversalImpl
  57. type Self = DefaultGraphImpl[N, E]

    Attributes
    protected
    Definition Classes
    TraversableLike
  58. abstract class SimpleLazyPath extends LazyPath

    Attributes
    protected
    Definition Classes
    GraphTraversalImpl
  59. type ThisGraph = UserConstrainedGraphImpl.this.type

    Attributes
    protected
    Definition Classes
    GraphLike
  60. class Traversal extends GraphTraversalImpl.Traversal

    Definition Classes
    GraphTraversalImpl → GraphTraversal
  61. abstract class Traverser[A, +This <: Traverser[A, This]] extends TraverserMethods[A, This] with Properties with Traversable[A]

    Attributes
    protected
    Definition Classes
    GraphTraversal
  62. trait TraverserInnerNode extends GraphTraversal.InnerNode

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

    Attributes
    protected
    Definition Classes
    GraphTraversal
  64. class WithFilter extends FilterMonadic[A, Repr]

    Definition Classes
    TraversableLike

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 &(that: GenSet[Param[N, E]]): DefaultGraphImpl[N, E]

    Definition Classes
    GenSetLike
  5. def &=(coll: Iterable[Param[N, E]]): DefaultGraphImpl[N, E]

    Definition Classes
    GraphLike
  6. def &~(that: GenSet[Param[N, E]]): DefaultGraphImpl[N, E]

    Definition Classes
    GenSetLike
  7. def +(node: N): DefaultGraphImpl[N, E]

    Definition Classes
    GraphLike → GraphLike → GraphLike
  8. def +(elem: Param[N, E]): DefaultGraphImpl[N, E]

    Definition Classes
    GraphLike → SetLike → GenSetLike
  9. def +(elem1: Param[N, E], elem2: Param[N, E], elems: Param[N, E]*): DefaultGraphImpl[N, E]

    Definition Classes
    SetLike
  10. final def +#(edge: E[N]): DefaultGraphImpl[N, E]

    Attributes
    protected
    Definition Classes
    GraphLike → GraphLike
    Annotations
    @inline()
  11. def ++(elems: GenTraversableOnce[Param[N, E]]): UserConstrainedGraphImpl.this.type

    Definition Classes
    GraphLike → GraphLike → SetLike
  12. def ++[B >: Param[N, E], That](that: GenTraversableOnce[B])(implicit bf: CanBuildFrom[DefaultGraphImpl[N, E], B, That]): That

    Definition Classes
    TraversableLike → GenTraversableLike
  13. def ++:[B >: Param[N, E], That](that: Traversable[B])(implicit bf: CanBuildFrom[DefaultGraphImpl[N, E], B, That]): That

    Definition Classes
    TraversableLike
  14. def ++:[B >: Param[N, E], That](that: TraversableOnce[B])(implicit bf: CanBuildFrom[DefaultGraphImpl[N, E], B, That]): That

    Definition Classes
    TraversableLike
  15. def ++=(elems: TraversableOnce[Param[N, E]]): UserConstrainedGraphImpl.this.type

    Definition Classes
    GraphLike → GraphLike → Growable
  16. def +=(elem: Param[N, E]): UserConstrainedGraphImpl.this.type

    Definition Classes
    GraphLike → Growable
  17. final def +=(node: N): UserConstrainedGraphImpl.this.type

    Definition Classes
    GraphLike
    Annotations
    @inline()
  18. def +=(elem1: Param[N, E], elem2: Param[N, E], elems: Param[N, E]*): UserConstrainedGraphImpl.this.type

    Definition Classes
    Growable
  19. final def +=#(edge: E[N]): UserConstrainedGraphImpl.this.type

    Attributes
    protected
    Definition Classes
    AdjacencyListGraph → GraphLike
    Annotations
    @inline()
  20. final def +~%+=[EE[X] <: E[X] with EdgeLikeIn[X] with WLHyperEdgeBound[_, EE], L](node_1: N, node_2: N, nodes: N*)(weight: Long, label: L)(implicit edgeFactory: WLHyperEdgeCompanion[EE]): UserConstrainedGraphImpl.this.type

    Definition Classes
    EdgeOps
    Annotations
    @inline()
  21. final def +~%+=[EE[X] <: E[X] with EdgeLikeIn[X] with WLEdgeBound[_, EE], L](node_1: N, node_2: N)(weight: Long, label: L)(implicit edgeFactory: WLEdgeCompanion[EE]): UserConstrainedGraphImpl.this.type

    Definition Classes
    EdgeOps
    Annotations
    @inline()
  22. final def +~%=[EE[X] <: E[X] with EdgeLikeIn[X] with WHyperEdgeBound[_, EE]](node_1: N, node_2: N, nodes: N*)(weight: Long)(implicit edgeFactory: WHyperEdgeCompanion[EE]): UserConstrainedGraphImpl.this.type

    Definition Classes
    EdgeOps
    Annotations
    @inline()
  23. final def +~%=[EE[X] <: E[X] with EdgeLikeIn[X] with WEdgeBound[_, EE]](node_1: N, node_2: N)(weight: Long)(implicit edgeFactory: WEdgeCompanion[EE]): UserConstrainedGraphImpl.this.type

    Definition Classes
    EdgeOps
    Annotations
    @inline()
  24. final def +~+=[EE[X] <: E[X] with EdgeLikeIn[X] with LHyperEdgeBound[_, EE], L](node_1: N, node_2: N, nodes: N*)(label: L)(implicit edgeFactory: LHyperEdgeCompanion[EE]): UserConstrainedGraphImpl.this.type

    Definition Classes
    EdgeOps
    Annotations
    @inline()
  25. final def +~+=[EE[X] <: E[X] with EdgeLikeIn[X] with LEdgeBound[_, EE], L](node_1: N, node_2: N)(label: L)(implicit edgeFactory: LEdgeCompanion[EE]): UserConstrainedGraphImpl.this.type

    Definition Classes
    EdgeOps
    Annotations
    @inline()
  26. final def +~=(node_1: N, node_2: N, nodes: N*)(implicit edgeFactory: HyperEdgeCompanion[E]): UserConstrainedGraphImpl.this.type

    Definition Classes
    EdgeOps
    Annotations
    @inline()
  27. final def +~=(node_1: N, node_2: N)(implicit edgeFactory: EdgeCompanion[E]): UserConstrainedGraphImpl.this.type

    Definition Classes
    EdgeOps
    Annotations
    @inline()
  28. final def -(edge: E[N]): DefaultGraphImpl[N, E]

    Definition Classes
    GraphLike
    Annotations
    @inline()
  29. final def -(node: N): DefaultGraphImpl[N, E]

    Definition Classes
    GraphLike → GraphLike
    Annotations
    @inline()
  30. def -(elem: Param[N, E]): DefaultGraphImpl[N, E]

    Definition Classes
    GraphLike → SetLike → Subtractable → GenSetLike
  31. def -(elem1: Param[N, E], elem2: Param[N, E], elems: Param[N, E]*): DefaultGraphImpl[N, E]

    Definition Classes
    Subtractable
  32. final def -!(edge: E[N]): DefaultGraphImpl[N, E]

    Definition Classes
    GraphLike
    Annotations
    @inline()
  33. def -!(elem: Param[N, E]): DefaultGraphImpl[N, E]

    Definition Classes
    GraphLike
  34. final def -!#(edge: E[N]): DefaultGraphImpl[N, E]

    Attributes
    protected
    Definition Classes
    GraphLike → GraphLike
    Annotations
    @inline()
  35. def -!=(elem: Param[N, E]): UserConstrainedGraphImpl.this.type

    Definition Classes
    GraphLike
  36. final def -!=#(edge: E[N]): UserConstrainedGraphImpl.this.type

    Attributes
    protected
    Definition Classes
    GraphLike
    Annotations
    @inline()
  37. final def -#(edge: E[N]): DefaultGraphImpl[N, E]

    Attributes
    protected
    Definition Classes
    GraphLike → GraphLike
    Annotations
    @inline()
  38. def --(elems: GenTraversableOnce[Param[N, E]]): DefaultGraphImpl[N, E]

    Definition Classes
    GraphLike → GraphLike → Subtractable
  39. def --!(elems: GenTraversableOnce[Param[N, E]]): DefaultGraphImpl[N, E]

    Definition Classes
    GraphLike
  40. final def --!=(coll: Iterable[Param[N, E]]): DefaultGraphImpl[N, E]

    Definition Classes
    GraphLike
    Annotations
    @inline()
  41. def --=(elems: TraversableOnce[Param[N, E]]): UserConstrainedGraphImpl.this.type

    Definition Classes
    GraphLike → Shrinkable
  42. def -=(elem: Param[N, E]): UserConstrainedGraphImpl.this.type

    Definition Classes
    GraphLike → Shrinkable
  43. final def -=(node: N): UserConstrainedGraphImpl.this.type

    Definition Classes
    GraphLike
    Annotations
    @inline()
  44. def -=(elem1: Param[N, E], elem2: Param[N, E], elems: Param[N, E]*): UserConstrainedGraphImpl.this.type

    Definition Classes
    Shrinkable
  45. final def -=#(edge: E[N]): UserConstrainedGraphImpl.this.type

    Attributes
    protected
    Definition Classes
    GraphLike
    Annotations
    @inline()
  46. def ->[B](y: B): (UserConstrainedGraphImpl[N, E], B)

    Implicit information
    This member is added by an implicit conversion from UserConstrainedGraphImpl[N, E] to ArrowAssoc[UserConstrainedGraphImpl[N, E]] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  47. final def -?(node: N): DefaultGraphImpl[N, E]

    Definition Classes
    GraphLike → GraphLike
    Annotations
    @inline()
  48. final def -?=(node: N): UserConstrainedGraphImpl.this.type

    Definition Classes
    GraphLike
    Annotations
    @inline()
  49. def /:[B](z: B)(op: (B, Param[N, E]) ⇒ B): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  50. def :\[B](z: B)(op: (Param[N, E], B) ⇒ B): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  51. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  53. object Edge extends Serializable

    Definition Classes
    GraphBase
  54. object InnerEdge extends Serializable

    Definition Classes
    GraphBase
  55. object InnerNode extends Serializable

    Definition Classes
    GraphBase
  56. object Node extends Serializable

    Definition Classes
    GraphBase
  57. object TraverserInnerNode extends Serializable

    Definition Classes
    GraphTraversal
  58. final def add(edge: E[N]): Boolean

    Definition Classes
    AdjacencyListGraph → GraphLike
    Annotations
    @inline()
  59. final def add(node: N): Boolean

    Definition Classes
    AdjacencyListGraph → GraphLike
    Annotations
    @inline()
  60. final def addAndGet(edge: E[N]): EdgeT

    Definition Classes
    GraphLike
    Annotations
    @inline()
  61. final def addAndGet(node: N): NodeT

    Definition Classes
    GraphLike
    Annotations
    @inline()
  62. def addAndGetEdge(node_1: N, node_2: N, nodes: N*)(implicit edgeFactory: HyperEdgeCompanion[E]): EdgeT

    Definition Classes
    EdgeOps
  63. final def addAndGetEdge(node_1: N, node_2: N)(implicit edgeFactory: EdgeCompanion[E]): EdgeT

    Definition Classes
    EdgeOps
    Annotations
    @inline()
  64. def addAndGetLEdge[EE[X] <: E[X] with EdgeLikeIn[X] with LHyperEdgeBound[_, EE], L](node_1: N, node_2: N, nodes: N*)(label: L)(implicit edgeFactory: LHyperEdgeCompanion[EE]): EdgeT

    Definition Classes
    EdgeOps
  65. final def addAndGetLEdge[EE[X] <: E[X] with EdgeLikeIn[X] with LEdgeBound[_, EE], L](node_1: N, node_2: N)(label: L)(implicit edgeFactory: LEdgeCompanion[EE]): EdgeT

    Definition Classes
    EdgeOps
    Annotations
    @inline()
  66. def addAndGetWEdge[EE[X] <: E[X] with EdgeLikeIn[X] with WHyperEdgeBound[_, EE]](node_1: N, node_2: N, nodes: N*)(weight: Long)(implicit edgeFactory: WHyperEdgeCompanion[EE]): EdgeT

    Definition Classes
    EdgeOps
  67. final def addAndGetWEdge[EE[X] <: E[X] with EdgeLikeIn[X] with WEdgeBound[_, EE]](node_1: N, node_2: N)(weight: Long)(implicit edgeFactory: WEdgeCompanion[EE]): EdgeT

    Definition Classes
    EdgeOps
    Annotations
    @inline()
  68. def addAndGetWLEdge[EE[X] <: E[X] with EdgeLikeIn[X] with WLHyperEdgeBound[_, EE], L](node_1: N, node_2: N, nodes: N*)(weight: Long, label: L)(implicit edgeFactory: WLHyperEdgeCompanion[EE]): EdgeT

    Definition Classes
    EdgeOps
  69. final def addAndGetWLEdge[EE[X] <: E[X] with EdgeLikeIn[X] with WLEdgeBound[_, EE], L](node_1: N, node_2: N)(weight: Long, label: L)(implicit edgeFactory: WLEdgeCompanion[EE]): EdgeT

    Definition Classes
    EdgeOps
    Annotations
    @inline()
  70. final def addEdge(node_1: N, node_2: N, nodes: N*)(implicit edgeFactory: HyperEdgeCompanion[E]): Boolean

    Definition Classes
    EdgeOps
    Annotations
    @inline()
  71. final def addEdge(node_1: N, node_2: N)(implicit edgeFactory: EdgeCompanion[E]): Boolean

    Definition Classes
    EdgeOps
    Annotations
    @inline()
  72. final def addLEdge[EE[X] <: E[X] with EdgeLikeIn[X] with LHyperEdgeBound[_, EE], L](node_1: N, node_2: N, nodes: N*)(label: L)(implicit edgeFactory: LHyperEdgeCompanion[EE]): Boolean

    Definition Classes
    EdgeOps
    Annotations
    @inline()
  73. final def addLEdge[EE[X] <: E[X] with EdgeLikeIn[X] with LEdgeBound[_, EE], L](node_1: N, node_2: N)(label: L)(implicit edgeFactory: LEdgeCompanion[EE]): Boolean

    Definition Classes
    EdgeOps
    Annotations
    @inline()
  74. def addString(b: StringBuilder): StringBuilder

    Definition Classes
    TraversableOnce
  75. def addString(b: StringBuilder, sep: String): StringBuilder

    Definition Classes
    TraversableOnce
  76. def addString(b: StringBuilder, start: String, sep: String, end: String): StringBuilder

    Definition Classes
    TraversableOnce
  77. final def addWEdge[EE[X] <: E[X] with EdgeLikeIn[X] with WHyperEdgeBound[_, EE]](node_1: N, node_2: N, nodes: N*)(weight: Long)(implicit edgeFactory: WHyperEdgeCompanion[EE]): Boolean

    Definition Classes
    EdgeOps
    Annotations
    @inline()
  78. final def addWEdge[EE[X] <: E[X] with EdgeLikeIn[X] with WEdgeBound[_, EE]](node_1: N, node_2: N)(weight: Long)(implicit edgeFactory: WEdgeCompanion[EE]): Boolean

    Definition Classes
    EdgeOps
    Annotations
    @inline()
  79. final def addWLEdge[EE[X] <: E[X] with EdgeLikeIn[X] with WLHyperEdgeBound[_, EE], L](node_1: N, node_2: N, nodes: N*)(weight: Long, label: L)(implicit edgeFactory: WLHyperEdgeCompanion[EE]): Boolean

    Definition Classes
    EdgeOps
    Annotations
    @inline()
  80. final def addWLEdge[EE[X] <: E[X] with EdgeLikeIn[X] with WLEdgeBound[_, EE], L](node_1: N, node_2: N)(weight: Long, label: L)(implicit edgeFactory: WLEdgeCompanion[EE]): Boolean

    Definition Classes
    EdgeOps
    Annotations
    @inline()
  81. def aggregate[B](z: B)(seqop: (B, Param[N, E]) ⇒ B, combop: (B, B) ⇒ B): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  82. def allNodes(innerNodes: Set[NodeT], innerEdges: Set[EdgeT]): Set[NodeT]

    Consolidates all inner nodes of the arguments by adding the edge ends of passedEdges to passedNodes.

    Consolidates all inner nodes of the arguments by adding the edge ends of passedEdges to passedNodes.

    Attributes
    protected
    Definition Classes
    ConstraintMethods
  83. def allNodes(passedNodes: Iterable[N], passedEdges: Iterable[E[N]]): Set[N]

    Consolidates all outer nodes of the arguments by adding the edge ends of passedEdges to passedNodes.

    Consolidates all outer nodes of the arguments by adding the edge ends of passedEdges to passedNodes.

    Attributes
    protected
    Definition Classes
    ConstraintMethods
  84. def andThen[A](g: (Boolean) ⇒ A): (Param[N, E]) ⇒ A

    Definition Classes
    Function1
    Annotations
    @unspecialized()
  85. final val anyEdge: (EdgeT) ⇒ Boolean

    Definition Classes
    GraphTraversal
  86. final val anyNode: (NodeT) ⇒ Boolean

    Definition Classes
    GraphTraversal
  87. final lazy val anyOrdering: AnyOrdering[N]

    Attributes
    protected
    Definition Classes
    GraphBase
  88. def apply(elem: Param[N, E]): Boolean

    Definition Classes
    GenSetLike → Function1
  89. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  90. def asParIterable: ParIterable[Param[N, E]]

    Implicit information
    This member is added by an implicit conversion from UserConstrainedGraphImpl[N, E] to TraversableOps[Param[N, E]] performed by method traversable2ops in scala.collection.parallel.
    Definition Classes
    TraversableOps
  91. def asParSeq: ParSeq[Param[N, E]]

    Implicit information
    This member is added by an implicit conversion from UserConstrainedGraphImpl[N, E] to TraversableOps[Param[N, E]] performed by method traversable2ops in scala.collection.parallel.
    Definition Classes
    TraversableOps
  92. def asSortedString(nodeSeparator: String, edgeSeparator: String, nodesEdgesSeparator: String, withNodesEdgesPrefix: Boolean)(implicit ordNode: NodeOrdering, ordEdge: EdgeOrdering): String

    Definition Classes
    GraphLike
  93. final def bulkOp(elems: GenTraversableOnce[Param[N, E]], isPlusPlus: Boolean): DefaultGraphImpl[N, E]

    Attributes
    protected
    Definition Classes
    GraphLike
  94. def canEqual(that: Any): Boolean

    Definition Classes
    IterableLike → Equals
  95. var checkSuspended: Boolean

    This flag is used to prevent constraint checking for single additions and subtractions triggered by a multiple addition/subtraction such as ++=.

    This flag is used to prevent constraint checking for single additions and subtractions triggered by a multiple addition/subtraction such as ++=.

    Attributes
    protected
    Definition Classes
    GraphLike
  96. def checkedAdd[G >: DefaultGraphImpl[N, E]](contained: ⇒ Boolean, preAdd: ⇒ PreCheckResult, copy: ⇒ G, nodes: ⇒ Iterable[N], edges: ⇒ Iterable[E[N]]): DefaultGraphImpl[N, E]

    generic checked addition

    generic checked addition

    Attributes
    protected
    Definition Classes
    GraphLike
  97. final def clear(): Unit

    Definition Classes
    AdjacencyListGraph → Growable → Clearable
    Annotations
    @inline()
  98. def clearNodeStates(flags: FlagWord, flagsExt: ExtBitSet): Unit

    Attributes
    protected
    Definition Classes
    State
  99. final def clone(): UserConstrainedGraphImpl.this.type

    Definition Classes
    DefaultGraphImpl → GraphLike → Cloneable → AnyRef
    Annotations
    @inline()
  100. def collect[B, That](pf: PartialFunction[Param[N, E], B])(implicit bf: CanBuildFrom[DefaultGraphImpl[N, E], B, That]): That

    Definition Classes
    TraversableLike → GenTraversableLike
  101. def collectFirst[B](pf: PartialFunction[Param[N, E], B]): Option[B]

    Definition Classes
    TraversableOnce
  102. def companion: GenericCompanion[Set]

    Definition Classes
    Set → Set → GenSet → Iterable → Iterable → GenIterable → Traversable → Traversable → GenTraversable → GenericTraversableTemplate
  103. def componentTraverser(parameters: Parameters, subgraphNodes: (NodeT) ⇒ Boolean, subgraphEdges: (EdgeT) ⇒ Boolean, ordering: ElemOrdering): ComponentTraverser

    Definition Classes
    GraphTraversalImpl → GraphTraversal
  104. def compose[A](g: (A) ⇒ Param[N, E]): (A) ⇒ Boolean

    Definition Classes
    Function1
    Annotations
    @unspecialized()
  105. final def config: DefaultGraphImpl.Config with Config

    Definition Classes
    DefaultGraphImpl → GraphLike
  106. final val constraint: Constraint[N, E]

  107. final val constraintFactory: ConstraintCompanion[Constraint]

    Definition Classes
    UserConstrainedGraphImplGraphLike
  108. def contains(elem: Param[N, E]): Boolean

    Definition Classes
    GraphLike → SetLike → GenSetLike
  109. def copyToArray[B >: Param[N, E]](xs: Array[B], start: Int, len: Int): Unit

    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  110. def copyToArray[B >: Param[N, E]](xs: Array[B]): Unit

    Definition Classes
    TraversableOnce → GenTraversableOnce
  111. def copyToArray[B >: Param[N, E]](xs: Array[B], start: Int): Unit

    Definition Classes
    TraversableOnce → GenTraversableOnce
  112. def copyToBuffer[B >: Param[N, E]](dest: Buffer[B]): Unit

    Definition Classes
    TraversableOnce
  113. def count(p: (Param[N, E]) ⇒ Boolean): Int

    Definition Classes
    TraversableOnce → GenTraversableOnce
  114. final def cycle(results: (Option[NodeT], ArrayStack[(NodeT, Iterable[EdgeT])]), edgeFilter: (EdgeT) ⇒ Boolean): Option[Cycle]

    Attributes
    protected
    Definition Classes
    GraphTraversalImpl
  115. final lazy val defaultEdgeOrdering: EdgeOrdering

    Definition Classes
    GraphBase
  116. final lazy val defaultNodeOrdering: NodeOrdering

    Definition Classes
    GraphBase
  117. def degreeCount(implicit nodeDegree: DegreeFunction, degreeFilter: (Int) ⇒ Boolean): SortedMap[Int, Int]

    Definition Classes
    GraphDegree
  118. def degreeNodeSeq(implicit nodeDegree: DegreeFunction, degreeFilter: (Int) ⇒ Boolean): Seq[(Int, NodeT)]

    Definition Classes
    GraphDegree
  119. def degreeNodesMap(implicit nodeDegree: DegreeFunction, degreeFilter: (Int) ⇒ Boolean): SortedMap[Int, Set[NodeT]]

    Definition Classes
    GraphDegree
  120. def degreeSeq(implicit nodeDegree: DegreeFunction, degreeFilter: (Int) ⇒ Boolean): Seq[Int]

    Definition Classes
    GraphDegree
  121. def degreeSet(implicit nodeDegree: DegreeFunction, degreeFilter: (Int) ⇒ Boolean): SortedSet[Int]

    Definition Classes
    GraphDegree
  122. def diff(that: GenSet[Param[N, E]]): DefaultGraphImpl[N, E]

    Definition Classes
    SetLike → GenSetLike
  123. def drop(n: Int): DefaultGraphImpl[N, E]

    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  124. def dropRight(n: Int): DefaultGraphImpl[N, E]

    Definition Classes
    IterableLike
  125. def dropWhile(p: (Param[N, E]) ⇒ Boolean): DefaultGraphImpl[N, E]

    Definition Classes
    TraversableLike → GenTraversableLike
  126. def dump(store: FlagStore): ExtBitSet

    Attributes
    protected
    Definition Classes
    State
  127. def dumpDirty: ExtBitSet

    Definition Classes
    State
  128. def dumpInUse: ExtBitSet

    Definition Classes
    State
  129. def edgeIterator: GroupIterator[EdgeT] { ... /* 2 definitions in type refinement */ }

    Definition Classes
    AdjacencyListBase
  130. implicit val edgeT: scala.reflect.api.JavaUniverse.TypeTag[E[N]]

    Definition Classes
    UserConstrainedGraphImplDefaultGraphImpl → GraphLike
  131. implicit final def edgeToEdgeCont(e: E[N]): E[NodeT]

    Attributes
    protected
    Definition Classes
    GraphBase
    Annotations
    @inline()
  132. final val edges: EdgeSet

    Definition Classes
    DefaultGraphImpl → AdjacencyListGraph → GraphBase
  133. final def empty: DefaultGraphImpl[N, E]

    Definition Classes
    DefaultGraphImplGraphGraph → Graph → Graph → SetLike → GenericSetTemplate
    Annotations
    @inline()
  134. def ensuring(cond: (UserConstrainedGraphImpl[N, E]) ⇒ Boolean, msg: ⇒ Any): UserConstrainedGraphImpl[N, E]

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

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

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

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

    Definition Classes
    AnyRef
  139. def equals(that: Any): Boolean

    Definition Classes
    GraphLike → GenSetLike → Equals → AnyRef → Any
  140. def exists(p: (Param[N, E]) ⇒ Boolean): Boolean

    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  141. def filter(p: (Param[N, E]) ⇒ Boolean): DefaultGraphImpl[N, E]

    Definition Classes
    TraversableLike → GenTraversableLike
  142. def filterNot(p: (Param[N, E]) ⇒ Boolean): DefaultGraphImpl[N, E]

    Definition Classes
    TraversableLike → GenTraversableLike
  143. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  144. final def find(outerEdge: E[N]): Option[EdgeT]

    Definition Classes
    GraphLike
    Annotations
    @inline()
  145. final def find(outerNode: N): Option[NodeT]

    Definition Classes
    GraphLike
    Annotations
    @inline()
  146. def find(p: (Param[N, E]) ⇒ Boolean): Option[Param[N, E]]

    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  147. final def findCycle(visitor: (InnerElem) ⇒ Unit): Option[Cycle]

    Definition Classes
    GraphTraversal
    Annotations
    @inline()
  148. final def findCycle: Option[Cycle]

    Definition Classes
    GraphTraversal
    Annotations
    @inline()
  149. def flatMap[B, That](f: (Param[N, E]) ⇒ GenTraversableOnce[B])(implicit bf: CanBuildFrom[DefaultGraphImpl[N, E], B, That]): That

    Definition Classes
    TraversableLike → GenTraversableLike → FilterMonadic
  150. def flatten[B](implicit asTraversable: (Param[N, E]) ⇒ GenTraversableOnce[B]): Set[B]

    Definition Classes
    GenericTraversableTemplate
  151. def fold[A1 >: Param[N, E]](z: A1)(op: (A1, A1) ⇒ A1): A1

    Definition Classes
    TraversableOnce → GenTraversableOnce
  152. def foldLeft[B](z: B)(op: (B, Param[N, E]) ⇒ B): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  153. def foldRight[B](z: B)(op: (Param[N, E], B) ⇒ B): B

    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  154. def forall(p: (Param[N, E]) ⇒ Boolean): Boolean

    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  155. def foreach[U](f: (Param[N, E]) ⇒ U): Unit

    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike → TraversableOnce → GenTraversableOnce → FilterMonadic
  156. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from UserConstrainedGraphImpl[N, E] to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  157. final def from(that: AdjacencyListBase[N, E, DefaultGraphImpl])(delNodes: Iterable[immutable.AdjacencyListBase.NodeT], delEdges: Iterable[immutable.AdjacencyListBase.EdgeT], ripple: Boolean, addNodes: Iterable[N], addEdges: Iterable[E[N]]): Unit

    Attributes
    protected
    Definition Classes
    AdjacencyListBase
    Annotations
    @inline()
  158. def from(nodeStream: NodeInputStream[N], edgeStream: GenEdgeInputStream[N, E]): Unit

    Definition Classes
    GraphLike
  159. def from(nodeStreams: Iterable[NodeInputStream[N]], nodes: Iterable[N], edgeStreams: Iterable[GenEdgeInputStream[N, E]], edges: Iterable[E[N]]): Unit

    Attributes
    protected
    Definition Classes
    GraphAux
  160. def genericBuilder[B]: Builder[B, Set[B]]

    Definition Classes
    GenericTraversableTemplate
  161. final def get(outerEdge: E[N]): EdgeT

    Definition Classes
    GraphLike
    Annotations
    @inline()
  162. final def get(outerNode: N): NodeT

    Definition Classes
    GraphLike
    Annotations
    @inline()
  163. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  164. final def getOrElse(outerEdge: E[N], default: EdgeT): EdgeT

    Definition Classes
    GraphLike
    Annotations
    @inline()
  165. final def getOrElse(outerNode: N, default: NodeT): NodeT

    Definition Classes
    GraphLike
    Annotations
    @inline()
  166. final val graphCompanion: DefaultGraphImpl.type

    Definition Classes
    DefaultGraphImplGraphLike → GraphLike
  167. def graphSize: Int

    Definition Classes
    GraphBase
  168. def groupBy[K](f: (Param[N, E]) ⇒ K): Map[K, DefaultGraphImpl[N, E]]

    Definition Classes
    TraversableLike → GenTraversableLike
  169. def grouped(size: Int): Iterator[DefaultGraphImpl[N, E]]

    Definition Classes
    IterableLike
  170. def hasDefiniteSize: Boolean

    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  171. def hashCode(): Int

    Definition Classes
    GenSetLike → AnyRef → Any
  172. def having(node: (NodeT) ⇒ Boolean, edge: (EdgeT) ⇒ Boolean): PartialFunction[Param[N, E], Boolean]

    Definition Classes
    GraphLike
  173. def head: Param[N, E]

    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  174. def headOption: Option[Param[N, E]]

    Definition Classes
    TraversableLike → GenTraversableLike
  175. def ifParSeq[R](isbody: (ParSeq[Param[N, E]]) ⇒ R): (TraversableOps[Param[N, E]])#Otherwise[R]

    Implicit information
    This member is added by an implicit conversion from UserConstrainedGraphImpl[N, E] to TraversableOps[Param[N, E]] performed by method traversable2ops in scala.collection.parallel.
    Definition Classes
    TraversableOps
  176. def init: DefaultGraphImpl[N, E]

    Definition Classes
    TraversableLike → GenTraversableLike
  177. def initialize(nodes: Iterable[N], edges: Iterable[E[N]]): Unit

    Attributes
    protected
    Definition Classes
    AdjacencyListGraph → GraphBase
  178. def inits: Iterator[DefaultGraphImpl[N, E]]

    Definition Classes
    TraversableLike
  179. def innerEdgeTraverser(root: NodeT, parameters: Parameters, subgraphNodes: (NodeT) ⇒ Boolean, subgraphEdges: (EdgeT) ⇒ Boolean, ordering: ElemOrdering): InnerEdgeTraverser

    Definition Classes
    GraphTraversalImpl → GraphTraversal
  180. def innerElemTraverser(root: NodeT, parameters: Parameters, subgraphNodes: (NodeT) ⇒ Boolean, subgraphEdges: (EdgeT) ⇒ Boolean, ordering: ElemOrdering): InnerElemTraverser

    Definition Classes
    GraphTraversalImpl → GraphTraversal
  181. def innerNodeDownUpTraverser(root: NodeT, parameters: Parameters, subgraphNodes: (NodeT) ⇒ Boolean, subgraphEdges: (EdgeT) ⇒ Boolean, ordering: ElemOrdering): InnerNodeDownUpTraverser

    Definition Classes
    GraphTraversalImpl → GraphTraversal
  182. def innerNodeTraverser(root: NodeT, parameters: Parameters, subgraphNodes: (NodeT) ⇒ Boolean, subgraphEdges: (EdgeT) ⇒ Boolean, ordering: ElemOrdering): InnerNodeTraverser

    Definition Classes
    GraphTraversalImpl → GraphTraversal
  183. def intersect(that: GenSet[Param[N, E]]): DefaultGraphImpl[N, E]

    Definition Classes
    GenSetLike
  184. final def isAcyclic: Boolean

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

    Definition Classes
    GraphTraversal
  186. def isConnected: Boolean

    Definition Classes
    GraphTraversal
  187. final def isCustomEdgeFilter(f: (EdgeT) ⇒ Boolean): Boolean

    Definition Classes
    GraphTraversal
    Annotations
    @inline()
  188. final def isCustomEdgeVisitor(v: (EdgeT) ⇒ Unit): Boolean

    Definition Classes
    GraphTraversal
    Annotations
    @inline()
  189. final def isCustomNodeFilter(f: (NodeT) ⇒ Boolean): Boolean

    Definition Classes
    GraphTraversal
    Annotations
    @inline()
  190. final def isCustomNodeUpVisitor(v: (NodeT) ⇒ Unit): Boolean

    Definition Classes
    GraphTraversal
    Annotations
    @inline()
  191. final def isCustomNodeVisitor(v: (NodeT) ⇒ VisitorReturn): Boolean

    Definition Classes
    GraphTraversal
    Annotations
    @inline()
  192. final def isCyclic: Boolean

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

    Implicit information
    This member is added by an implicit conversion from UserConstrainedGraphImpl[N, E] to OuterNode[UserConstrainedGraphImpl[N, E]] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    Param
  194. lazy val isDirected: Boolean

    Definition Classes
    GraphLike → GraphBase
  195. def isEdge: Boolean

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

    Definition Classes
    SetLike → IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  197. lazy val isHyper: Boolean

    Definition Classes
    GraphLike → GraphBase
  198. def isIn: Boolean

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

    Definition Classes
    Any
  200. def isNode: Boolean

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

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

    Implicit information
    This member is added by an implicit conversion from UserConstrainedGraphImpl[N, E] to TraversableOps[Param[N, E]] performed by method traversable2ops in scala.collection.parallel.
    Definition Classes
    TraversableOps
  203. def isParSeq: Boolean

    Implicit information
    This member is added by an implicit conversion from UserConstrainedGraphImpl[N, E] to TraversableOps[Param[N, E]] performed by method traversable2ops in scala.collection.parallel.
    Definition Classes
    TraversableOps
  204. def isParallel: Boolean

    Implicit information
    This member is added by an implicit conversion from UserConstrainedGraphImpl[N, E] to TraversableOps[Param[N, E]] performed by method traversable2ops in scala.collection.parallel.
    Definition Classes
    TraversableOps
  205. final def isTraversableAgain: Boolean

    Definition Classes
    TraversableLike → GenTraversableLike → GenTraversableOnce
  206. final def isTrivial: Boolean

    Definition Classes
    GraphBase
    Annotations
    @inline()
  207. def iterator: Iterator[OutParam[N, E] with Serializable with InnerElem]

    Definition Classes
    GraphLike → GenSetLike → IterableLike → GenIterableLike
  208. def last: Param[N, E]

    Definition Classes
    TraversableLike → GenTraversableLike
  209. def lastOption: Option[Param[N, E]]

    Definition Classes
    TraversableLike → GenTraversableLike
  210. def map[B, That](f: (Param[N, E]) ⇒ B)(implicit bf: CanBuildFrom[DefaultGraphImpl[N, E], B, That]): That

    Definition Classes
    SetLike → TraversableLike → GenTraversableLike → FilterMonadic
    Annotations
    @migration
    Migration

    (Changed in version 2.8.0) Set.map now returns a Set, so it will discard duplicate values.

  211. def max[B >: Param[N, E]](implicit cmp: Ordering[B]): Param[N, E]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  212. def maxBy[B](f: (Param[N, E]) ⇒ B)(implicit cmp: Ordering[B]): Param[N, E]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  213. def maxDegree(implicit nodeDegree: DegreeFunction, degreeFilter: (Int) ⇒ Boolean): Int

    Definition Classes
    GraphDegree
  214. def min[B >: Param[N, E]](implicit cmp: Ordering[B]): Param[N, E]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  215. def minBy[B](f: (Param[N, E]) ⇒ B)(implicit cmp: Ordering[B]): Param[N, E]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  216. def minDegree(implicit nodeDegree: DegreeFunction, degreeFilter: (Int) ⇒ Boolean): Int

    Definition Classes
    GraphDegree
  217. def minusMinus(delNodes: Iterable[N], delEdges: Iterable[E[N]]): DefaultGraphImpl[N, E]

    Attributes
    protected
    Definition Classes
    GraphLike → GraphLike
  218. def minusMinusNodesEdges(delNodes: Iterable[N], delEdges: Iterable[E[N]]): (Set[N], Set[E[N]])

    Attributes
    protected
    Definition Classes
    GraphLike
  219. def mkString: String

    Definition Classes
    TraversableOnce → GenTraversableOnce
  220. def mkString(sep: String): String

    Definition Classes
    TraversableOnce → GenTraversableOnce
  221. def mkString(start: String, sep: String, end: String): String

    Definition Classes
    TraversableOnce → GenTraversableOnce
  222. val n1: UserConstrainedGraphImpl[N, E]

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

    Definition Classes
    AnyRef
  224. def newBuilder: Builder[Param[N, E], DefaultGraphImpl[N, E]]

    Attributes
    protected[this]
    Definition Classes
    SetLike → TraversableLike → HasNewBuilder
  225. final def newEdge(innerEdge: E[NodeT]): EdgeImpl

    Attributes
    protected
    Definition Classes
    AdjacencyListGraph → GraphBase
    Annotations
    @inline()
  226. final def newEdgeTArray(size: Int): Array[EdgeT]

    Definition Classes
    AdjacencyListGraph → AdjacencyListBase
    Annotations
    @inline()
  227. final def newNode(n: N): NodeT

    Attributes
    protected
    Definition Classes
    AdjacencyListBase → GraphBase
    Annotations
    @inline()
  228. final def newNodeSet: NodeSetT

    Definition Classes
    DefaultGraphImpl → AdjacencyListBase
    Annotations
    @inline()
  229. final def newNodeWithHints(n: N, h: Hints): NodeBase

    Attributes
    protected
    Definition Classes
    DefaultGraphImpl → AdjacencyListBase
    Annotations
    @inline()
  230. def newTraversal(direction: Direction, nodeFilter: (NodeT) ⇒ Boolean, edgeFilter: (EdgeT) ⇒ Boolean, nodeVisitor: (NodeT) ⇒ VisitorReturn, edgeVisitor: (EdgeT) ⇒ Unit, ordering: ElemOrdering): Traversal

    Definition Classes
    GraphTraversalImpl → GraphTraversal
  231. def nextHandle: Handle

    Attributes
    protected
    Definition Classes
    State
  232. final val noEdgeAction: (EdgeT) ⇒ Unit

    Definition Classes
    GraphTraversal
  233. final val noNode: (NodeT) ⇒ Boolean

    Definition Classes
    GraphTraversal
  234. final val noNodeAction: (NodeT) ⇒ GraphTraversal.VisitorReturn.Value

    Definition Classes
    GraphTraversal
  235. final val noNodeUpAction: (NodeT) ⇒ Unit

    Definition Classes
    GraphTraversal
  236. final val noOrdering: NoOrdering

    Definition Classes
    GraphBase
  237. final val nodes: NodeSetT

    Definition Classes
    DefaultGraphImpl → AdjacencyListGraph → GraphBase
  238. final def nodesToEdgeCont(edgeFactory: HyperEdgeCompanion[E], node_1: N, node_2: N, nodes: N*): EdgeT

    Attributes
    protected
    Definition Classes
    EdgeOps
    Annotations
    @inline()
  239. final def nodesToEdgeCont(edgeFactory: EdgeCompanion[E], node_1: N, node_2: N): EdgeT

    Attributes
    protected
    Definition Classes
    EdgeOps
    Annotations
    @inline()
  240. final def nodesToLEdgeCont[EE[X] <: E[X] with EdgeLikeIn[X] with LHyperEdgeBound[_, EE], L](edgeFactory: LHyperEdgeCompanion[EE], label: L, node_1: N, node_2: N, nodes: N*): EdgeT

    Attributes
    protected
    Definition Classes
    EdgeOps
    Annotations
    @inline()
  241. final def nodesToLEdgeCont[EE[X] <: E[X] with EdgeLikeIn[X] with LEdgeBound[_, EE], L](edgeFactory: LEdgeCompanion[EE], label: L, node_1: N, node_2: N): EdgeT

    Attributes
    protected
    Definition Classes
    EdgeOps
    Annotations
    @inline()
  242. final def nodesToWEdgeCont[EE[X] <: E[X] with EdgeLikeIn[X] with WHyperEdgeBound[_, EE]](edgeFactory: WHyperEdgeCompanion[EE], weight: Long, node_1: N, node_2: N, nodes: N*): EdgeT

    Attributes
    protected
    Definition Classes
    EdgeOps
    Annotations
    @inline()
  243. final def nodesToWEdgeCont[EE[X] <: E[X] with EdgeLikeIn[X] with WEdgeBound[_, EE]](edgeFactory: WEdgeCompanion[EE], weight: Long, node_1: N, node_2: N): EdgeT

    Attributes
    protected
    Definition Classes
    EdgeOps
    Annotations
    @inline()
  244. final def nodesToWLEdgeCont[EE[X] <: E[X] with EdgeLikeIn[X] with WLHyperEdgeBound[_, EE], L](edgeFactory: WLHyperEdgeCompanion[EE], weight: Long, label: L, node_1: N, node_2: N, nodes: N*): EdgeT

    Attributes
    protected
    Definition Classes
    EdgeOps
    Annotations
    @inline()
  245. final def nodesToWLEdgeCont[EE[X] <: E[X] with EdgeLikeIn[X] with WLEdgeBound[_, EE], L](edgeFactory: WLEdgeCompanion[EE], weight: Long, label: L, node_1: N, node_2: N): EdgeT

    Attributes
    protected
    Definition Classes
    EdgeOps
    Annotations
    @inline()
  246. def nonEmpty: Boolean

    Definition Classes
    TraversableOnce → GenTraversableOnce
  247. final def nonTrivial: Boolean

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

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

    Definition Classes
    AnyRef
  250. def onAdditionRefused(refusedNodes: Iterable[N], refusedEdges: Iterable[E[N]], graph: constrained.Graph[N, E]): Boolean

    This handler is called whenever an addition violates the constraints.

    This handler is called whenever an addition violates the constraints. The provided default implementation is empty.

    refusedNodes

    the nodes passed to preAdd.

    refusedEdges

    the edges passed to preAdd.

    returns

    must be true if the handler has been overridden but it doesn't throw an exception.

    Definition Classes
    UserConstrainedGraphConstraintHandlerMethods
  251. def onSubtractionRefused(refusedNodes: Iterable[Graph.NodeT], refusedEdges: Iterable[Graph.EdgeT], graph: constrained.Graph[N, E]): Boolean

    This handler is called whenever a subtraction violates the constraints.

    This handler is called whenever a subtraction violates the constraints. The provided default implementation is empty.

    refusedNodes

    the nodes passed to preSubtract.

    refusedEdges

    the edges passed to preSubtract.

    returns

    must be true if the handler has been overridden but it doesn't throw an exception.

    Definition Classes
    UserConstrainedGraphConstraintHandlerMethods
  252. def order: Int

    Definition Classes
    GraphBase
  253. def outerEdgeTraverser(root: NodeT, parameters: Parameters, subgraphNodes: (NodeT) ⇒ Boolean, subgraphEdges: (EdgeT) ⇒ Boolean, ordering: ElemOrdering): OuterEdgeTraverser

    Definition Classes
    GraphTraversalImpl → GraphTraversal
  254. def outerElemTraverser(root: NodeT, parameters: Parameters, subgraphNodes: (NodeT) ⇒ Boolean, subgraphEdges: (EdgeT) ⇒ Boolean, ordering: ElemOrdering): OuterElemTraverser

    Definition Classes
    GraphTraversalImpl → GraphTraversal
  255. def outerNodeDownUpTraverser(root: NodeT, parameters: Parameters, subgraphNodes: (NodeT) ⇒ Boolean, subgraphEdges: (EdgeT) ⇒ Boolean, ordering: ElemOrdering): OuterNodeDownUpTraverser

    Definition Classes
    GraphTraversalImpl → GraphTraversal
  256. def outerNodeTraverser(root: NodeT, parameters: Parameters, subgraphNodes: (NodeT) ⇒ Boolean, subgraphEdges: (EdgeT) ⇒ Boolean, ordering: ElemOrdering): OuterNodeTraverser

    Definition Classes
    GraphTraversalImpl → GraphTraversal
  257. def par: ParSet[Param[N, E]]

    Definition Classes
    Parallelizable
  258. def parCombiner: Combiner[Param[N, E], ParSet[Param[N, E]]]

    Attributes
    protected
    Definition Classes
    Set → SetLike → Iterable → TraversableLike → Parallelizable
  259. final def partition(elems: GenTraversableOnce[Param[N, E]]): Partitions[N, E]

    Attributes
    protected
    Definition Classes
    GraphLike
  260. def partition(p: (Param[N, E]) ⇒ Boolean): (DefaultGraphImpl[N, E], DefaultGraphImpl[N, E])

    Definition Classes
    TraversableLike → GenTraversableLike
  261. def plusPlus(newNodes: Iterable[N], newEdges: Iterable[E[N]]): DefaultGraphImpl[N, E]

    Attributes
    protected
    Definition Classes
    GraphLike → GraphLike
  262. def postAdd(newGraph: constrained.Graph[N, E], passedNodes: Iterable[N], passedEdges: Iterable[E[N]], preCheck: PreCheckResult): Boolean

    This post-check must return whether newGraph should be committed or the add operation is to be rolled back.

    This post-check must return whether newGraph should be committed or the add operation is to be rolled back. Use self to access the associated graph. For immutable graphs, self maintains the state before the addition but for mutable graphs, it is already mutated to the required state.

    newGraph

    the after-addition would-be graph waiting for commit.

    passedNodes

    nodes passed to the running add operation except those coming from node/edge input streams.

    passedEdges

    edges passed to the running add operation except those coming from edge input streams.

    Definition Classes
    UserConstrainedGraphConstraintMethods
  263. def postSubtract(newGraph: constrained.Graph[N, E], passedNodes: Iterable[N], passedEdges: Iterable[E[N]], preCheck: PreCheckResult): Boolean

    This post-check must return whether newGraph should be committed or the subtraction is to be rolled back.

    This post-check must return whether newGraph should be committed or the subtraction is to be rolled back. Use self to access the associated graph. For immutable graphs, self maintains the state before the addition but for mutable graphs, it is already mutated to the required state.

    newGraph

    the after-subtraction would-be graph waiting for commit.

    Definition Classes
    UserConstrainedGraphConstraintMethods
  264. def preAdd(elems: InParam[N, E]*): PreCheckResult

    This pre-check must return Abort if the addition of the outer nodes and/or edges in elems is to be canceled, PostCheck if postAdd is to be called to decide or Complete if the the outer nodes and/or edges are allowed to be added.

    This pre-check must return Abort if the addition of the outer nodes and/or edges in elems is to be canceled, PostCheck if postAdd is to be called to decide or Complete if the the outer nodes and/or edges are allowed to be added. If postAdd has been implemented, this method may always return PostCheck. The default implementation calls preAdd(node)/preAdd(edge) element-wise. As for most cases this won't be satisfactory a domain-specific implementation should be provided. Use self to access the associated graph.

    elems

    nodes and/or edges to be added possibly containing duplicates.

    returns

    The results of the pre-check containing the follow-up activity and possible any intermediate computation results to be used during the post-check. To add computation results PreCheckResult must be extended.

    Definition Classes
    UserConstrainedGraphConstraintMethods
  265. def preAdd(edge: E[N]): PreCheckResult

    This pre-check must return Abort if the addition is to be canceled, PostCheck if postAdd is to be called to decide or Complete if the outer edge is allowed to be added.

    This pre-check must return Abort if the addition is to be canceled, PostCheck if postAdd is to be called to decide or Complete if the outer edge is allowed to be added. If postAdd has been implemented, this method may always return PostCheck. This pre-check may be omitted by letting it always return postCheck and overriding the corresponding post-check commit* method. Use self to access the associated graph.

    edge

    to be added.

    returns

    The results of the pre-check containing the follow-up activity and possible any intermediate computation results to be used during the post-check. To add computation results PreCheckResult must be extended.

    Definition Classes
    UserConstrainedGraphConstraintMethods
  266. def preAdd(node: N): PreCheckResult

    This pre-check must return Abort if the addition is to be canceled, PostCheck if postAdd is to be called to decide or Complete if the outer node is allowed to be added.

    This pre-check must return Abort if the addition is to be canceled, PostCheck if postAdd is to be called to decide or Complete if the outer node is allowed to be added. If postAdd has been implemented, this method may always return PostCheck. This pre-check may be omitted by letting it always return postCheck and overriding the corresponding post-check commit* method. Use self to access the associated graph.

    node

    to be added

    returns

    The results of the pre-check containing the follow-up activity and possible any intermediate computation results to be used during the post-check. To add computation results PreCheckResult must be extended.

    Definition Classes
    UserConstrainedGraphConstraintMethods
  267. def preCreate(nodes: Iterable[N], edges: Iterable[E[N]]): PreCheckResult

    This pre-check is called on constructing a graph through its companion object.

    This pre-check is called on constructing a graph through its companion object. It must return whether the graph is allowed to be populated with nodes and edges. The default implementation calls preAdd for each node and edge.

    Note that nodes and edges coming from node/edge input streams are not checked. So when utilizing streams the post check postAdd must be served.

    nodes

    the outer nodes the graph is to be populated with; nodes being edge ends may but need not be contained in nodes.

    edges

    the outer edges the graph is to be populated with.

    returns

    The results of the pre-check containing the follow-up activity and possible any intermediate computation results to be used during the post-check. To add computation results PreCheckResult must be extended.

    Definition Classes
    UserConstrainedGraphConstraintMethods
  268. def preSubtract(nodes: ⇒ Set[NodeT], edges: ⇒ Set[EdgeT], simple: Boolean): PreCheckResult

    This pre-check must return Abort if the subtraction of nodes and/or edges is to be canceled, PostCheck if postSubtract is to be called to decide or Complete if nodes and/or edges are allowed to be subtracted.

    This pre-check must return Abort if the subtraction of nodes and/or edges is to be canceled, PostCheck if postSubtract is to be called to decide or Complete if nodes and/or edges are allowed to be subtracted. It is typically triggered by the -- operation. The default implementation element-wise calls preSubtract(node, simple) or preSubtract(edge, simple), respectively. As for most cases this won't be satisfactory a domain-specific implementation should be provided. Use self to access the associated graph.

    nodes

    the inner nodes to be subtracted not necessarily including the ends of edges to be subtracted. Call allNodes to get the complete set of nodes to be subtracted.

    edges

    the inner edges to be subtracted.

    simple

    true for standard (edge-only by -), false for ripple (by -!) removal.

    returns

    The results of the pre-check containing the follow-up activity and possible any intermediate computation results to be used during the post-check. To add computation results PreCheckResult must be extended.

    Definition Classes
    UserConstrainedGraphConstraintMethods
  269. def preSubtract(edge: EdgeT, simple: Boolean): PreCheckResult

    This pre-check must return Abort if the subtraction of edge is to be canceled, PostCheck if postSubtract is to be called to decide or Complete if the the edge is allowed to be subtracted.

    This pre-check must return Abort if the subtraction of edge is to be canceled, PostCheck if postSubtract is to be called to decide or Complete if the the edge is allowed to be subtracted. This pre-check may be omitted by letting it always return postCheck and overriding the corresponding post-check commit* method. Use self to access the associated graph.

    edge

    the inner edge to be subtracted.

    simple

    true for standard (edge-only by -), false for ripple (by -!) removal.

    returns

    The results of the pre-check containing the follow-up activity and possible any intermediate computation results to be used during the post-check. To add computation results PreCheckResult must be extended.

    Definition Classes
    UserConstrainedGraphConstraintMethods
  270. def preSubtract(node: NodeT, forced: Boolean): PreCheckResult

    This pre-check must return Abort if the subtraction of node is to be canceled, PostCheck if postSubtract is to be called to decide or Complete if the the node is allowed to be subtracted.

    This pre-check must return Abort if the subtraction of node is to be canceled, PostCheck if postSubtract is to be called to decide or Complete if the the node is allowed to be subtracted. This pre-check may be omitted by letting it always return postCheck and overriding the corresponding post-check commit* method. Use self to access the associated graph.

    node

    the inner to be subtracted.

    forced

    true for standard (ripple by -), false for gentle (by -?) removal.

    returns

    The results of the pre-check containing the follow-up activity and possible any intermediate computation results to be used during the post-check. To add computation results PreCheckResult must be extended.

    Definition Classes
    UserConstrainedGraphConstraintMethods
  271. def product[B >: Param[N, E]](implicit num: Numeric[B]): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  272. def reduce[A1 >: Param[N, E]](op: (A1, A1) ⇒ A1): A1

    Definition Classes
    TraversableOnce → GenTraversableOnce
  273. def reduceLeft[B >: Param[N, E]](op: (B, Param[N, E]) ⇒ B): B

    Definition Classes
    TraversableOnce
  274. def reduceLeftOption[B >: Param[N, E]](op: (B, Param[N, E]) ⇒ B): Option[B]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  275. def reduceOption[A1 >: Param[N, E]](op: (A1, A1) ⇒ A1): Option[A1]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  276. def reduceRight[B >: Param[N, E]](op: (Param[N, E], B) ⇒ B): B

    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  277. def reduceRightOption[B >: Param[N, E]](op: (Param[N, E], B) ⇒ B): Option[B]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  278. def releaseHandle(handle: Handle): Unit

    Attributes
    protected
    Definition Classes
    State
  279. final def remove(edge: E[N]): Boolean

    Definition Classes
    GraphLike
    Annotations
    @inline()
  280. final def remove(node: N): Boolean

    Definition Classes
    GraphLike
    Annotations
    @inline()
  281. final def removeGently(node: N): Boolean

    Definition Classes
    GraphLike
  282. final def removeWithNodes(edge: E[N]): Boolean

    Definition Classes
    GraphLike
    Annotations
    @inline()
  283. def repr: DefaultGraphImpl[N, E]

    Definition Classes
    TraversableLike → GenTraversableLike
  284. def reversed: List[Param[N, E]]

    Attributes
    protected[this]
    Definition Classes
    TraversableOnce
  285. def sameElements[B >: Param[N, E]](that: GenIterable[B]): Boolean

    Definition Classes
    IterableLike → GenIterableLike
  286. def scan[B >: Param[N, E], That](z: B)(op: (B, B) ⇒ B)(implicit cbf: CanBuildFrom[DefaultGraphImpl[N, E], B, That]): That

    Definition Classes
    TraversableLike → GenTraversableLike
  287. def scanLeft[B, That](z: B)(op: (B, Param[N, E]) ⇒ B)(implicit bf: CanBuildFrom[DefaultGraphImpl[N, E], B, That]): That

    Definition Classes
    TraversableLike → GenTraversableLike
  288. def scanRight[B, That](z: B)(op: (Param[N, E], B) ⇒ B)(implicit bf: CanBuildFrom[DefaultGraphImpl[N, E], B, That]): That

    Definition Classes
    TraversableLike → GenTraversableLike
    Annotations
    @migration
    Migration

    (Changed in version 2.9.0) The behavior of scanRight has changed. The previous behavior can be reproduced with scanRight.reverse.

  289. final val self: UserConstrainedGraphImpl[N, E]

    When extending Constraint, self will denote the attached constrained graph.

    When extending Constraint, self will denote the attached constrained graph. The factory methods of the companion object scalax.collection.constrained.Graph initialize self to the correct graph instance. When extending Constrained, self will denote this graph.

    Definition Classes
    UserConstrainedGraphImplConstraintMethods
  290. def seq: Set[Param[N, E]]

    Definition Classes
    Set → Set → GenSet → GenSetLike → Iterable → Iterable → GenIterable → Traversable → Traversable → GenTraversable → Parallelizable → TraversableOnce → GenTraversableOnce
  291. def size: Int

    Definition Classes
    TraversableOnce → GenTraversableOnce
  292. def slice(from: Int, until: Int): DefaultGraphImpl[N, E]

    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  293. def sliding(size: Int, step: Int): Iterator[DefaultGraphImpl[N, E]]

    Definition Classes
    IterableLike
  294. def sliding(size: Int): Iterator[DefaultGraphImpl[N, E]]

    Definition Classes
    IterableLike
  295. def span(p: (Param[N, E]) ⇒ Boolean): (DefaultGraphImpl[N, E], DefaultGraphImpl[N, E])

    Definition Classes
    TraversableLike → GenTraversableLike
  296. def splitAt(n: Int): (DefaultGraphImpl[N, E], DefaultGraphImpl[N, E])

    Definition Classes
    TraversableLike → GenTraversableLike
  297. def stringPrefix: String

    Definition Classes
    GraphLike → GraphLike → SetLike → TraversableLike → GenTraversableLike
  298. def subsetOf(that: GenSet[Param[N, E]]): Boolean

    Definition Classes
    GenSetLike
  299. def subsets: Iterator[DefaultGraphImpl[N, E]]

    Definition Classes
    SetLike
  300. def subsets(len: Int): Iterator[DefaultGraphImpl[N, E]]

    Definition Classes
    SetLike
  301. def sum[B >: Param[N, E]](implicit num: Numeric[B]): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  302. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  303. def tail: DefaultGraphImpl[N, E]

    Definition Classes
    TraversableLike → GenTraversableLike
  304. def tails: Iterator[DefaultGraphImpl[N, E]]

    Definition Classes
    TraversableLike
  305. def take(n: Int): DefaultGraphImpl[N, E]

    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  306. def takeRight(n: Int): DefaultGraphImpl[N, E]

    Definition Classes
    IterableLike
  307. def takeWhile(p: (Param[N, E]) ⇒ Boolean): DefaultGraphImpl[N, E]

    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  308. def thisCollection: Iterable[Param[N, E]]

    Attributes
    protected[this]
    Definition Classes
    IterableLike → TraversableLike
  309. def to[Col[_]](implicit cbf: CanBuildFrom[Nothing, Param[N, E], Col[Param[N, E]]]): Col[Param[N, E]]

    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  310. def toArray[B >: Param[N, E]](implicit arg0: ClassTag[B]): Array[B]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  311. def toBuffer[A1 >: Param[N, E]]: Buffer[A1]

    Definition Classes
    SetLike → TraversableOnce → GenTraversableOnce
  312. def toCollection(repr: DefaultGraphImpl[N, E]): Iterable[Param[N, E]]

    Attributes
    protected[this]
    Definition Classes
    IterableLike → TraversableLike
  313. def toIndexedSeq: IndexedSeq[Param[N, E]]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  314. def toIterable: Iterable[Param[N, E]]

    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  315. def toIterator: Iterator[Param[N, E]]

    Definition Classes
    IterableLike → TraversableLike → GenTraversableOnce
  316. def toList: List[Param[N, E]]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  317. def toMap[T, U](implicit ev: <:<[Param[N, E], (T, U)]): Map[T, U]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  318. def toParArray: ParArray[Param[N, E]]

    Implicit information
    This member is added by an implicit conversion from UserConstrainedGraphImpl[N, E] to TraversableOps[Param[N, E]] performed by method traversable2ops in scala.collection.parallel.
    Definition Classes
    TraversableOps
  319. def toSeq: Seq[Param[N, E]]

    Definition Classes
    SetLike → TraversableOnce → GenTraversableOnce
  320. def toSet[B >: Param[N, E]]: Set[B]

    Definition Classes
    Set → TraversableOnce → GenTraversableOnce
  321. def toSortedString(nodeSeparator: String, edgeSeparator: String, nodesEdgesSeparator: String, withNodesEdgesPrefix: Boolean)(implicit ordNode: NodeOrdering, ordEdge: EdgeOrdering): String

    Definition Classes
    GraphLike
  322. def toStream: Stream[Param[N, E]]

    Definition Classes
    IterableLike → TraversableLike → GenTraversableOnce
  323. def toString(): String

    Definition Classes
    GraphLike → SetLike → Function1 → TraversableLike → AnyRef → Any
  324. def toTraversable: Traversable[Param[N, E]]

    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  325. def toVector: Vector[Param[N, E]]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  326. def totalDegree(implicit nodeDegree: DegreeFunction, degreeFilter: (Int) ⇒ Boolean): Int

    Definition Classes
    GraphDegree
  327. def totalWeight: Long

    Definition Classes
    GraphBase
  328. def transpose[B](implicit asTraversable: (Param[N, E]) ⇒ GenTraversableOnce[B]): Set[Set[B]]

    Definition Classes
    GenericTraversableTemplate
    Annotations
    @migration
    Migration

    (Changed in version 2.9.0) transpose throws an IllegalArgumentException if collections are not uniformly sized.

  329. def union(that: GenSet[Param[N, E]]): DefaultGraphImpl[N, E]

    Definition Classes
    SetLike → GenSetLike
  330. def unzip[A1, A2](implicit asPair: (Param[N, E]) ⇒ (A1, A2)): (Set[A1], Set[A2])

    Definition Classes
    GenericTraversableTemplate
  331. def unzip3[A1, A2, A3](implicit asTriple: (Param[N, E]) ⇒ (A1, A2, A3)): (Set[A1], Set[A2], Set[A3])

    Definition Classes
    GenericTraversableTemplate
  332. final def upsert(edge: E[N]): Boolean

    Definition Classes
    AdjacencyListGraph → GraphLike
    Annotations
    @inline()
  333. val value: UserConstrainedGraphImpl[N, E]

    Implicit information
    This member is added by an implicit conversion from UserConstrainedGraphImpl[N, E] to OuterNode[UserConstrainedGraphImpl[N, E]] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    OuterNode → NodeParam
  334. def view(from: Int, until: Int): IterableView[Param[N, E], DefaultGraphImpl[N, E]]

    Definition Classes
    IterableLike → TraversableLike
  335. def view: IterableView[Param[N, E], DefaultGraphImpl[N, E]]

    Definition Classes
    IterableLike → TraversableLike
  336. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  339. def withFilter(p: (Param[N, E]) ⇒ Boolean): FilterMonadic[Param[N, E], DefaultGraphImpl[N, E]]

    Definition Classes
    TraversableLike → FilterMonadic
  340. def withHandle[T](reuse: Option[Handle])(block: (Handle) ⇒ T): T

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

    Attributes
    protected
    Definition Classes
    State
  342. final def withoutChecks[R](exec: ⇒ R): R

    Attributes
    protected
    Definition Classes
    GraphLike
  343. def zip[A1 >: Param[N, E], B, That](that: GenIterable[B])(implicit bf: CanBuildFrom[DefaultGraphImpl[N, E], (A1, B), That]): That

    Definition Classes
    IterableLike → GenIterableLike
  344. def zipAll[B, A1 >: Param[N, E], That](that: GenIterable[B], thisElem: A1, thatElem: B)(implicit bf: CanBuildFrom[DefaultGraphImpl[N, E], (A1, B), That]): That

    Definition Classes
    IterableLike → GenIterableLike
  345. def zipWithIndex[A1 >: Param[N, E], That](implicit bf: CanBuildFrom[DefaultGraphImpl[N, E], (A1, Int), That]): That

    Definition Classes
    IterableLike → GenIterableLike
  346. def |(that: GenSet[Param[N, E]]): DefaultGraphImpl[N, E]

    Definition Classes
    GenSetLike
  347. def ~[N >: N1, N2 <: N](n2: N2): UnDiEdge[N]

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

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

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

Shadowed Implicit Value Members

  1. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from UserConstrainedGraphImpl[N, E] to StringAdd performed by method any2stringadd in scala.Predef.
    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:
    (userConstrainedGraphImpl: StringAdd).+(other)
    Definition Classes
    StringAdd
  2. def andThen[A](g: (Boolean) ⇒ A): (Param[Param[N, E], EI]) ⇒ A

    Implicit information
    This member is added by an implicit conversion from UserConstrainedGraphImpl[N, E] to (Param[Param[N, E], EI]) ⇒ Boolean performed by method predicateToNodePredicate 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:
    (userConstrainedGraphImpl: (Param[Param[N, E], EI]) ⇒ Boolean).andThen(g)
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  3. def apply(v1: Param[Param[N, E], EI]): Boolean

    Implicit information
    This member is added by an implicit conversion from UserConstrainedGraphImpl[N, E] to (Param[Param[N, E], EI]) ⇒ Boolean performed by method predicateToNodePredicate 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:
    (userConstrainedGraphImpl: (Param[Param[N, E], EI]) ⇒ Boolean).apply(v1)
    Definition Classes
    Function1
  4. def compose[A](g: (A) ⇒ Param[Param[N, E], EI]): (A) ⇒ Boolean

    Implicit information
    This member is added by an implicit conversion from UserConstrainedGraphImpl[N, E] to (Param[Param[N, E], EI]) ⇒ Boolean performed by method predicateToNodePredicate 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:
    (userConstrainedGraphImpl: (Param[Param[N, E], EI]) ⇒ Boolean).compose(g)
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  5. def filter(p: (Param[N, E]) ⇒ Boolean): TraversableOnce[Param[N, E]]

    Implicit information
    This member is added by an implicit conversion from UserConstrainedGraphImpl[N, E] to MonadOps[Param[N, E]] performed by method MonadOps in scala.collection.TraversableOnce.
    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:
    (userConstrainedGraphImpl: MonadOps[Param[N, E]]).filter(p)
    Definition Classes
    MonadOps
  6. def flatMap[B](f: (Param[N, E]) ⇒ GenTraversableOnce[B]): TraversableOnce[B]

    Implicit information
    This member is added by an implicit conversion from UserConstrainedGraphImpl[N, E] to MonadOps[Param[N, E]] performed by method MonadOps in scala.collection.TraversableOnce.
    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:
    (userConstrainedGraphImpl: MonadOps[Param[N, E]]).flatMap(f)
    Definition Classes
    MonadOps
  7. def map[B](f: (Param[N, E]) ⇒ B): TraversableOnce[B]

    Implicit information
    This member is added by an implicit conversion from UserConstrainedGraphImpl[N, E] to MonadOps[Param[N, E]] performed by method MonadOps in scala.collection.TraversableOnce.
    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:
    (userConstrainedGraphImpl: MonadOps[Param[N, E]]).map(f)
    Definition Classes
    MonadOps
  8. val self: Any

    Implicit information
    This member is added by an implicit conversion from UserConstrainedGraphImpl[N, E] to StringAdd performed by method any2stringadd in scala.Predef.
    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:
    (userConstrainedGraphImpl: StringAdd).self
    Definition Classes
    StringAdd
  9. val self: Any

    Implicit information
    This member is added by an implicit conversion from UserConstrainedGraphImpl[N, E] to StringFormat performed by method any2stringfmt in scala.Predef.
    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:
    (userConstrainedGraphImpl: StringFormat).self
    Definition Classes
    StringFormat
  10. def stringPrefix: String

    Implicit information
    This member is added by an implicit conversion from UserConstrainedGraphImpl[N, E] to OuterNode[UserConstrainedGraphImpl[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:
    (userConstrainedGraphImpl: OuterNode[UserConstrainedGraphImpl[N, E]]).stringPrefix
    Definition Classes
    NodeParam
  11. def toString(): String

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

    Implicit information
    This member is added by an implicit conversion from UserConstrainedGraphImpl[N, E] to (Param[Param[N, E], EI]) ⇒ Boolean performed by method predicateToNodePredicate 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:
    (userConstrainedGraphImpl: (Param[Param[N, E], EI]) ⇒ Boolean).toString()
    Definition Classes
    Function1 → AnyRef → Any
  13. def withFilter(p: (Param[N, E]) ⇒ Boolean): Iterator[Param[N, E]]

    Implicit information
    This member is added by an implicit conversion from UserConstrainedGraphImpl[N, E] to MonadOps[Param[N, E]] performed by method MonadOps in scala.collection.TraversableOnce.
    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:
    (userConstrainedGraphImpl: MonadOps[Param[N, E]]).withFilter(p)
    Definition Classes
    MonadOps

Deprecated Value Members

  1. def /:\[A1 >: Param[N, E]](z: A1)(op: (A1, A1) ⇒ A1): A1

    Definition Classes
    GenTraversableOnce
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) use fold instead

  2. def findCycle(nodeFilter: (NodeT) ⇒ Boolean, edgeFilter: (EdgeT) ⇒ Boolean, maxDepth: Int, nodeVisitor: (NodeT) ⇒ VisitorReturn, edgeVisitor: (EdgeT) ⇒ Unit, ordering: ElemOrdering): Option[Cycle]

    Definition Classes
    GraphTraversal
    Annotations
    @deprecated
    Deprecated

    (Since version 1.8.0) Use componentTraverser instead.

  3. def x: UserConstrainedGraphImpl[N, E]

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

    (Since version 2.10.0) Use leftOfArrow instead

  4. def x: UserConstrainedGraphImpl[N, E]

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

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from UserConstrainedGraph[N, E]

Inherited from DefaultGraphImpl[N, E]

Inherited from GraphTraversalImpl[N, E]

Inherited from State[N, E]

Inherited from AdjacencyListGraph[N, E, DefaultGraphImpl]

Inherited from mutable.AdjacencyListGraph[N, E, DefaultGraphImpl]

Inherited from AdjacencyListBase[N, E, DefaultGraphImpl]

Inherited from Graph[N, E]

Inherited from GraphLike[N, E, DefaultGraphImpl]

Inherited from constrained.Graph[N, E]

Inherited from constrained.GraphLike[N, E, DefaultGraphImpl]

Inherited from Constrained[N, E]

Inherited from ConstraintHandlerMethods[N, E]

Inherited from ConstraintMethods[N, E]

Inherited from mutable.Graph[N, E]

Inherited from mutable.GraphLike[N, E, DefaultGraphImpl]

Inherited from Mutable

Inherited from EdgeOps[N, E, DefaultGraphImpl]

Inherited from Cloneable[Graph[N, E]]

Inherited from Cloneable

Inherited from Cloneable

Inherited from Shrinkable[Param[N, E]]

Inherited from Growable[Param[N, E]]

Inherited from Clearable

Inherited from GraphAux[N, E]

Inherited from collection.Graph[N, E]

Inherited from collection.GraphLike[N, E, DefaultGraphImpl]

Inherited from GraphDegree[N, E]

Inherited from GraphTraversal[N, E]

Inherited from GraphBase[N, E]

Inherited from Serializable

Inherited from Serializable

Inherited from Set[Param[N, E]]

Inherited from Set[Param[N, E]]

Inherited from SetLike[Param[N, E], DefaultGraphImpl[N, E]]

Inherited from Subtractable[Param[N, E], DefaultGraphImpl[N, E]]

Inherited from GenSet[Param[N, E]]

Inherited from GenericSetTemplate[Param[N, E], Set]

Inherited from GenSetLike[Param[N, E], DefaultGraphImpl[N, E]]

Inherited from (Param[N, E]) ⇒ Boolean

Inherited from Iterable[Param[N, E]]

Inherited from Iterable[Param[N, E]]

Inherited from IterableLike[Param[N, E], DefaultGraphImpl[N, E]]

Inherited from Equals

Inherited from GenIterable[Param[N, E]]

Inherited from GenIterableLike[Param[N, E], DefaultGraphImpl[N, E]]

Inherited from Traversable[Param[N, E]]

Inherited from Immutable

Inherited from Traversable[Param[N, E]]

Inherited from GenTraversable[Param[N, E]]

Inherited from GenericTraversableTemplate[Param[N, E], Set]

Inherited from TraversableLike[Param[N, E], DefaultGraphImpl[N, E]]

Inherited from GenTraversableLike[Param[N, E], DefaultGraphImpl[N, E]]

Inherited from Parallelizable[Param[N, E], ParSet[Param[N, E]]]

Inherited from TraversableOnce[Param[N, E]]

Inherited from GenTraversableOnce[Param[N, E]]

Inherited from FilterMonadic[Param[N, E], DefaultGraphImpl[N, E]]

Inherited from HasNewBuilder[Param[N, E], DefaultGraphImpl[N, E]]

Inherited from AnyRef

Inherited from Any

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

Inherited by implicit conversion MonadOps from UserConstrainedGraphImpl[N, E] to MonadOps[Param[N, E]]

Inherited by implicit conversion traversable2ops from UserConstrainedGraphImpl[N, E] to TraversableOps[Param[N, E]]

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

Inherited by implicit conversion predicateToNodePredicate from UserConstrainedGraphImpl[N, E] to (Param[Param[N, E], EI]) ⇒ Boolean

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

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

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

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

Inherited by implicit conversion alternateImplicit from UserConstrainedGraphImpl[N, E] to ForceImplicitAmbiguity

Ungrouped