scalax.collection.constrained.immutable

UserConstrainedGraphImpl

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

Annotations
@SerialVersionUID( 73L )
Linear Supertypes
UserConstrainedGraph[N, E], DefaultGraphImpl[N, E], GraphTraversalImpl[N, E], AdjacencyListGraph[N, E, DefaultGraphImpl], immutable.AdjacencyListGraph[N, E, DefaultGraphImpl], AdjacencyListBase[N, E, DefaultGraphImpl], GraphAux[N, E], Graph[N, E], constrained.Graph[N, E], GraphLike[N, E, DefaultGraphImpl], Constrained[N, E], ConstraintHandlerMethods[N, E], ConstraintMethods[N, E], immutable.Graph[N, E], collection.Graph[N, E], collection.GraphLike[N, E, DefaultGraphImpl], GraphDegree[N, E], GraphTraversal[N, E], GraphBase[N, E], Serializable, Serializable, Set[GraphParam[N, E]], Set[GraphParam[N, E]], SetLike[GraphParam[N, E], DefaultGraphImpl[N, E]], Subtractable[GraphParam[N, E], DefaultGraphImpl[N, E]], GenSet[GraphParam[N, E]], GenericSetTemplate[GraphParam[N, E], Set], GenSetLike[GraphParam[N, E], DefaultGraphImpl[N, E]], (GraphParam[N, E]) ⇒ Boolean, Iterable[GraphParam[N, E]], Iterable[GraphParam[N, E]], IterableLike[GraphParam[N, E], DefaultGraphImpl[N, E]], Equals, GenIterable[GraphParam[N, E]], GenIterableLike[GraphParam[N, E], DefaultGraphImpl[N, E]], Traversable[GraphParam[N, E]], Immutable, Traversable[GraphParam[N, E]], GenTraversable[GraphParam[N, E]], GenericTraversableTemplate[GraphParam[N, E], Set], TraversableLike[GraphParam[N, E], DefaultGraphImpl[N, E]], GenTraversableLike[GraphParam[N, E], DefaultGraphImpl[N, E]], Parallelizable[GraphParam[N, E], ParSet[GraphParam[N, E]]], TraversableOnce[GraphParam[N, E]], GenTraversableOnce[GraphParam[N, E]], FilterMonadic[GraphParam[N, E], DefaultGraphImpl[N, E]], HasNewBuilder[GraphParam[N, E], DefaultGraphImpl[N, E]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. UserConstrainedGraphImpl
  2. UserConstrainedGraph
  3. DefaultGraphImpl
  4. GraphTraversalImpl
  5. AdjacencyListGraph
  6. AdjacencyListGraph
  7. AdjacencyListBase
  8. GraphAux
  9. Graph
  10. Graph
  11. GraphLike
  12. Constrained
  13. ConstraintHandlerMethods
  14. ConstraintMethods
  15. Graph
  16. Graph
  17. GraphLike
  18. GraphDegree
  19. GraphTraversal
  20. GraphBase
  21. Serializable
  22. Serializable
  23. Set
  24. Set
  25. SetLike
  26. Subtractable
  27. GenSet
  28. GenericSetTemplate
  29. GenSetLike
  30. Function1
  31. Iterable
  32. Iterable
  33. IterableLike
  34. Equals
  35. GenIterable
  36. GenIterableLike
  37. Traversable
  38. Immutable
  39. Traversable
  40. GenTraversable
  41. GenericTraversableTemplate
  42. TraversableLike
  43. GenTraversableLike
  44. Parallelizable
  45. TraversableOnce
  46. GenTraversableOnce
  47. FilterMonadic
  48. HasNewBuilder
  49. AnyRef
  50. Any
  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 edgeManifest: Manifest[E[N]], config: DefaultGraphImpl.Config)

Type Members

  1. type Config = ConstrainedConfig

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

    Definition Classes
    GraphTraversal
  3. class CycleBuffer extends PathBuffer with GraphTraversalImpl.Cycle

    Definition Classes
    GraphTraversalImpl
  4. trait DegreeFunction extends ((GraphDegree.this)#NodeT) ⇒ Int

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

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

    Definition Classes
    GraphDegree
  7. trait Edge extends Serializable

    Definition Classes
    GraphBase
  8. class EdgeBase extends EdgeOut[N, E, GraphBase.NodeT, E] with InnerEdgeLike

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

    Definition Classes
    GraphBase
  10. class EdgeSet extends immutable.AdjacencyListGraph.This.EdgeSet

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

    Definition Classes
    GraphAux
  12. type EdgeSetT = EdgeSet

    Definition Classes
    AdjacencyListGraph → AdjacencyListBase → GraphAux → GraphLike → GraphBase
  13. type EdgeT = EdgeBase

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

    Attributes
    protected
    Definition Classes
    GraphBase
  15. trait Filter[T] extends (T) ⇒ Boolean

    Definition Classes
    GraphDegree
  16. type InnerEdge = EdgeOut[N, E, NodeT, E]

    Attributes
    protected
    Definition Classes
    GraphBase
  17. trait InnerEdgeLike extends Iterable[GraphBase.NodeT] with Edge

    Definition Classes
    GraphBase
  18. abstract class InnerNodeImpl extends immutable.AdjacencyListGraph.This.NodeBase with immutable.AdjacencyListGraph.This.InnerNodeLike

    Definition Classes
    AdjacencyListGraph
  19. trait InnerNodeLike extends immutable.AdjacencyListBase.InnerNodeLike

    Definition Classes
    AdjacencyListBase → GraphLike → GraphTraversal → GraphBase
  20. trait InnerNodeTraversalImpl extends GraphTraversalImpl.InnerNodeLike

    Definition Classes
    GraphTraversalImpl
  21. sealed class NoOrdering extends ElemOrdering

    Definition Classes
    GraphBase
  22. trait Node extends Serializable

    Definition Classes
    GraphBase
  23. final class NodeBase extends InnerNodeImpl with InnerNodeTraversalImpl

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

    Definition Classes
    GraphBase
  25. class NodeSet extends immutable.AdjacencyListGraph.This.NodeSet

    Definition Classes
    AdjacencyListGraph → AdjacencyListBase → GraphLike → GraphBase
    Annotations
    @SerialVersionUID()
  26. trait NodeSetAux extends GraphAux.NodeSet

    Definition Classes
    GraphAux
  27. type NodeSetT = NodeSet

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

    Definition Classes
    DefaultGraphImpl → GraphTraversalImpl → AdjacencyListGraph → AdjacencyListBase → GraphLike → GraphTraversal → GraphBase
  29. trait Path extends Iterable[GraphParamOut[N, E]]

    Definition Classes
    GraphTraversal
  30. class PathBuffer extends GraphTraversalImpl.Path

    Definition Classes
    GraphTraversalImpl
  31. type Self = DefaultGraphImpl[N, E]

    Attributes
    protected
    Definition Classes
    TraversableLike
  32. type StateFlags = Int

    Definition Classes
    GraphTraversalImpl
  33. type ThisGraph = UserConstrainedGraphImpl.this.type

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

    Definition Classes
    GraphTraversalImpl → GraphTraversal
  35. 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[GraphParam[N, E]]): DefaultGraphImpl[N, E]

    Definition Classes
    GenSetLike
  5. def &~(that: GenSet[GraphParam[N, E]]): DefaultGraphImpl[N, E]

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

    Definition Classes
    AdjacencyListGraph → AdjacencyListGraph → GraphLike
  7. def +(elem: GraphParam[N, E]): DefaultGraphImpl[N, E]

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

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

    Attributes
    protected
    Definition Classes
    AdjacencyListGraph → AdjacencyListGraph → GraphLike
  10. def ++(elems: GenTraversableOnce[GraphParam[N, E]]): UserConstrainedGraphImpl.this.type

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

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

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

    Definition Classes
    TraversableLike
  14. def -(n: N): DefaultGraphImpl[N, E]

    Definition Classes
    AdjacencyListGraph → AdjacencyListGraph → GraphLike
  15. def -(elem: GraphParam[N, E]): DefaultGraphImpl[N, E]

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

    Definition Classes
    Subtractable
  17. def -!(elem: GraphParam[N, E]): DefaultGraphImpl[N, E]

    Definition Classes
    GraphLike
  18. def -!#(e: E[N]): DefaultGraphImpl[N, E]

    Attributes
    protected
    Definition Classes
    AdjacencyListGraph → AdjacencyListGraph → GraphLike
  19. def -#(e: E[N]): DefaultGraphImpl[N, E]

    Attributes
    protected
    Definition Classes
    AdjacencyListGraph → AdjacencyListGraph → GraphLike
  20. def --(elems: GenTraversableOnce[GraphParam[N, E]]): DefaultGraphImpl[N, E]

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

    Definition Classes
    GraphLike
  22. def -?(n: N): DefaultGraphImpl[N, E]

    Definition Classes
    AdjacencyListGraph → AdjacencyListGraph → GraphLike
  23. def /:[B](z: B)(op: (B, GraphParam[N, E]) ⇒ B): B

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

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

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

    Definition Classes
    Any
  27. object Edge extends Serializable

    Definition Classes
    GraphBase
  28. object Node extends Serializable

    Definition Classes
    GraphBase
  29. def addString(b: StringBuilder): StringBuilder

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

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

    Definition Classes
    TraversableOnce
  32. def aggregate[B](z: B)(seqop: (B, GraphParam[N, E]) ⇒ B, combop: (B, B) ⇒ B): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  33. 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
  34. 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
  35. def andThen[A](g: (Boolean) ⇒ A): (GraphParam[N, E]) ⇒ A

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

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

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

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

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

    Definition Classes
    Any
  41. def asSortedString(nodeSeparator: String, edgeSeparator: String, nodesEdgesSeparator: String, withNodesEdgesPrefix: Boolean)(implicit ordNode: NodeOrdering, ordEdge: EdgeOrdering): String

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

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

    Definition Classes
    IterableLike → Equals
  44. 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
  45. def checkedAdd[G >: DefaultGraphImpl[N, E]](contained: ⇒ Boolean, preAdd: ⇒ PreCheckResult, copy: ⇒ G, nodes: ⇒ Iterable[N], edges: ⇒ Iterable[E[N]]): DefaultGraphImpl[N, E]

    generic constrained addition

    generic constrained addition

    Attributes
    protected
    Definition Classes
    AdjacencyListGraph
  46. def checkedSubtractEdge[G >: DefaultGraphImpl[N, E]](edge: E[N], simple: Boolean, copy: (E[N], EdgeT) ⇒ G): DefaultGraphImpl[N, E]

    generic constrained subtraction of edges

    generic constrained subtraction of edges

    Attributes
    protected
    Definition Classes
    AdjacencyListGraph
  47. def checkedSubtractNode[G >: DefaultGraphImpl[N, E]](node: N, forced: Boolean, copy: (N, NodeT) ⇒ G): DefaultGraphImpl[N, E]

    generic constrained subtraction of nodes

    generic constrained subtraction of nodes

    Attributes
    protected
    Definition Classes
    AdjacencyListGraph
  48. final def clone(): DefaultGraphImpl[N, E]

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

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

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

    Definition Classes
    Set → Set → GenSet → Iterable → Iterable → GenIterable → Traversable → Traversable → GenTraversable → GenericTraversableTemplate
  52. def compose[A](g: (A) ⇒ GraphParam[N, E]): (A) ⇒ Boolean

    Definition Classes
    Function1
    Annotations
    @unspecialized()
  53. implicit val config: DefaultGraphImpl.Config

    Definition Classes
    UserConstrainedGraphImplDefaultGraphImpl → GraphLike
  54. final val constraint: Constraint[N, E]

  55. final val constraintFactory: ConstraintCompanion[Constraint]

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

    Definition Classes
    GraphLike → SetLike → GenSetLike
  57. final def copy(nodes: Iterable[N], edges: Iterable[E[N]]): DefaultGraphImpl[N, E]

    Definition Classes
    UserConstrainedGraphImpl → AdjacencyListGraph
  58. def copyToArray[B >: GraphParam[N, E]](xs: Array[B], start: Int, len: Int): Unit

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

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

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

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

    Definition Classes
    TraversableOnce → GenTraversableOnce
  63. final lazy val defaultEdgeOrdering: EdgeOrdering

    Definition Classes
    GraphBase
  64. final lazy val defaultNodeOrdering: NodeOrdering

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

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

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

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

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

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

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

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

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

    Definition Classes
    TraversableLike → GenTraversableLike
  74. def edgeIterator: GroupIterator[EdgeT] { ... /* 2 definitions in type refinement */ }

    Definition Classes
    AdjacencyListBase
  75. implicit val edgeManifest: Manifest[E[N]]

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

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

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

    Definition Classes
    DefaultGraphImplGraphGraph → Graph → Graph → SetLike → GenericSetTemplate
    Annotations
    @inline()
  79. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

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

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

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

    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  88. def findCycle(nodeFilter: (NodeT) ⇒ Boolean, edgeFilter: (EdgeT) ⇒ Boolean, maxDepth: Int, nodeVisitor: (NodeT) ⇒ VisitorReturn, edgeVisitor: (EdgeT) ⇒ Unit, ordering: ElemOrdering): Option[Cycle]

    Definition Classes
    GraphTraversalImpl → GraphTraversal
  89. final def findCycle: Option[Cycle]

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

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

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

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

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

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

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

    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike → TraversableOnce → GenTraversableOnce → FilterMonadic
  97. 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()
  98. def from(nodeStreams: Iterable[NodeInputStream[N]], nodes: Iterable[N], edgeStreams: Iterable[GenEdgeInputStream[N, E]], edges: Iterable[E[N]]): Unit

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

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

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

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

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

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

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

    Definition Classes
    DefaultGraphImplGraphLike → GraphLike
  106. def graphSize: Int

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

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

    Definition Classes
    IterableLike
  109. def hasDefiniteSize: Boolean

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

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

    Definition Classes
    GraphLike
  112. def head: GraphParam[N, E]

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

    Definition Classes
    TraversableLike → GenTraversableLike
  114. def init: DefaultGraphImpl[N, E]

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

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

    Definition Classes
    TraversableLike
  117. def intersect(that: GenSet[GraphParam[N, E]]): DefaultGraphImpl[N, E]

    Definition Classes
    GenSetLike
  118. final def isAcyclic: Boolean

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

    Definition Classes
    GraphTraversal
  120. def isConnected: Boolean

    Definition Classes
    GraphTraversal
  121. final def isCustomEdgeFilter(filter: (EdgeT) ⇒ Boolean): Boolean

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

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

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

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

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

    Definition Classes
    GraphTraversal
    Annotations
    @inline()
  127. def isEmpty: Boolean

    Definition Classes
    SetLike → IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  128. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  129. final def isTraversableAgain: Boolean

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

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

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

    Definition Classes
    TraversableLike → GenTraversableLike
  133. def lastOption: Option[GraphParam[N, E]]

    Definition Classes
    TraversableLike → GenTraversableLike
  134. def map[B, That](f: (GraphParam[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.

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

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

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

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

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

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

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

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

    Attributes
    protected
    Definition Classes
    GraphLike
  143. def mkString: String

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

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

    Definition Classes
    TraversableOnce → GenTraversableOnce
  146. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  147. def newBuilder: Builder[GraphParam[N, E], DefaultGraphImpl[N, E]]

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

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

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

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

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

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

    Definition Classes
    GraphTraversalImpl → GraphTraversal
  154. final val noEdgeAction: (EdgeT) ⇒ Unit

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

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

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

    Definition Classes
    GraphTraversal
  158. final val noOrdering: NoOrdering

    Definition Classes
    GraphBase
  159. final val nodes: NodeSetT

    Definition Classes
    DefaultGraphImpl → AdjacencyListGraph → GraphBase
  160. def nonEmpty: Boolean

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

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

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

    Definition Classes
    AnyRef
  164. 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
  165. 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
  166. def order: Int

    Definition Classes
    GraphBase
  167. def par: ParSet[GraphParam[N, E]]

    Definition Classes
    Parallelizable
  168. def parCombiner: Combiner[GraphParam[N, E], ParSet[GraphParam[N, E]]]

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

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

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

    Attributes
    protected
    Definition Classes
    GraphLike → GraphLike
  172. 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
  173. 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
  174. def preAdd(elems: GraphParamIn[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
  175. 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
  176. 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
  177. 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
  178. 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
  179. 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
  180. 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
  181. def product[B >: GraphParam[N, E]](implicit num: Numeric[B]): B

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

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

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

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

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

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

    Definition Classes
    TraversableOnce → GenTraversableOnce
  188. def repr: DefaultGraphImpl[N, E]

    Definition Classes
    TraversableLike → GenTraversableLike
  189. def reversed: List[GraphParam[N, E]]

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

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

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

    Definition Classes
    TraversableLike → GenTraversableLike
  193. def scanRight[B, That](z: B)(op: (GraphParam[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.

  194. 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
  195. def seq: Set[GraphParam[N, E]]

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

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

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

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

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

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

    Definition Classes
    TraversableLike → GenTraversableLike
  202. def stringPrefix: String

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    TraversableOnce → GenTraversableOnce
  219. def toIterable: Iterable[GraphParam[N, E]]

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

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

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

    Definition Classes
    TraversableOnce → GenTraversableOnce
  223. def toSeq: Seq[GraphParam[N, E]]

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

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

    Definition Classes
    GraphLike
  226. def toStream: Stream[GraphParam[N, E]]

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

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

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

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

    Definition Classes
    GraphDegree
  231. def totalWeight: Long

    Definition Classes
    GraphBase
  232. def transpose[B](implicit asTraversable: (GraphParam[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.

  233. def union(that: GenSet[GraphParam[N, E]]): DefaultGraphImpl[N, E]

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

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

    Definition Classes
    GenericTraversableTemplate
  236. def view(from: Int, until: Int): IterableView[GraphParam[N, E], DefaultGraphImpl[N, E]]

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

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

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

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

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

    Definition Classes
    TraversableLike → FilterMonadic
  242. final def withoutChecks[R](exec: ⇒ R): R

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

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

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

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

    Definition Classes
    GenSetLike

Deprecated Value Members

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

    Definition Classes
    GenTraversableOnce
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) use fold instead

Inherited from UserConstrainedGraph[N, E]

Inherited from DefaultGraphImpl[N, E]

Inherited from GraphTraversalImpl[N, E]

Inherited from AdjacencyListGraph[N, E, DefaultGraphImpl]

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

Inherited from AdjacencyListBase[N, E, DefaultGraphImpl]

Inherited from GraphAux[N, E]

Inherited from Graph[N, E]

Inherited from constrained.Graph[N, E]

Inherited from GraphLike[N, E, DefaultGraphImpl]

Inherited from Constrained[N, E]

Inherited from ConstraintHandlerMethods[N, E]

Inherited from ConstraintMethods[N, E]

Inherited from immutable.Graph[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[GraphParam[N, E]]

Inherited from Set[GraphParam[N, E]]

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

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

Inherited from GenSet[GraphParam[N, E]]

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

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

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

Inherited from Iterable[GraphParam[N, E]]

Inherited from Iterable[GraphParam[N, E]]

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

Inherited from Equals

Inherited from GenIterable[GraphParam[N, E]]

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

Inherited from Traversable[GraphParam[N, E]]

Inherited from Immutable

Inherited from Traversable[GraphParam[N, E]]

Inherited from GenTraversable[GraphParam[N, E]]

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

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

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

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

Inherited from TraversableOnce[GraphParam[N, E]]

Inherited from GenTraversableOnce[GraphParam[N, E]]

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped