scalax.collection.constrained.mutable

Graph

trait Graph[N, E[X] <: EdgeLikeIn[X]] extends mutable.Graph[N, E] with constrained.Graph[N, E] with GraphLike[N, E, Graph]

Linear Supertypes
GraphLike[N, E, Graph], constrained.Graph[N, E], constrained.GraphLike[N, E, Graph], Constrained[N, E], ConstraintHandlerMethods[N, E], ConstraintMethods[N, E], mutable.Graph[N, E], mutable.GraphLike[N, E, Graph], Mutable, EdgeOps[N, E, Graph], 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, Graph], GraphDegree[N, E], GraphTraversal[N, E], GraphBase[N, E], Serializable, Serializable, Set[Param[N, E]], Set[Param[N, E]], SetLike[Param[N, E], Graph[N, E]], Subtractable[Param[N, E], Graph[N, E]], GenSet[Param[N, E]], GenericSetTemplate[Param[N, E], Set], GenSetLike[Param[N, E], Graph[N, E]], (Param[N, E]) ⇒ Boolean, Iterable[Param[N, E]], Iterable[Param[N, E]], IterableLike[Param[N, E], Graph[N, E]], Equals, GenIterable[Param[N, E]], GenIterableLike[Param[N, E], Graph[N, E]], Traversable[Param[N, E]], Immutable, Traversable[Param[N, E]], GenTraversable[Param[N, E]], GenericTraversableTemplate[Param[N, E], Set], TraversableLike[Param[N, E], Graph[N, E]], GenTraversableLike[Param[N, E], Graph[N, E]], Parallelizable[Param[N, E], ParSet[Param[N, E]]], TraversableOnce[Param[N, E]], GenTraversableOnce[Param[N, E]], FilterMonadic[Param[N, E], Graph[N, E]], HasNewBuilder[Param[N, E], Graph[N, E]], AnyRef, Any
Known Subclasses
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Graph
  2. GraphLike
  3. Graph
  4. GraphLike
  5. Constrained
  6. ConstraintHandlerMethods
  7. ConstraintMethods
  8. Graph
  9. GraphLike
  10. Mutable
  11. EdgeOps
  12. Cloneable
  13. Cloneable
  14. Cloneable
  15. Shrinkable
  16. Growable
  17. Clearable
  18. GraphAux
  19. Graph
  20. GraphLike
  21. GraphDegree
  22. GraphTraversal
  23. GraphBase
  24. Serializable
  25. Serializable
  26. Set
  27. Set
  28. SetLike
  29. Subtractable
  30. GenSet
  31. GenericSetTemplate
  32. GenSetLike
  33. Function1
  34. Iterable
  35. Iterable
  36. IterableLike
  37. Equals
  38. GenIterable
  39. GenIterableLike
  40. Traversable
  41. Immutable
  42. Traversable
  43. GenTraversable
  44. GenericTraversableTemplate
  45. TraversableLike
  46. GenTraversableLike
  47. Parallelizable
  48. TraversableOnce
  49. GenTraversableOnce
  50. FilterMonadic
  51. HasNewBuilder
  52. AnyRef
  53. 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

Type Members

  1. abstract class Component extends Properties

    Attributes
    protected
    Definition Classes
    GraphTraversal
  2. abstract class ComponentTraverser extends FluentProperties[ComponentTraverser] with Properties with Traversable[Component]

    Attributes
    protected
    Definition Classes
    GraphTraversal
  3. abstract type Config <: GraphConfig with GenConstrainedConfig

    Attributes
    protected
    Definition Classes
    GraphLike → GraphLike
  4. trait Cycle extends Path

    Definition Classes
    GraphTraversal
  5. trait DegreeFunction extends ((GraphDegree.this)#NodeT) ⇒ Int

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

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

    Definition Classes
    GraphDegree
  8. trait Edge extends Serializable

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

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

    Definition Classes
    GraphBase
  11. trait EdgeSet extends Set[mutable.GraphLike.This.EdgeT] with mutable.GraphLike.This.EdgeSet with mutable.GraphLike.This.EdgeSetAux

    Definition Classes
    GraphLike → GraphLike → GraphBase
  12. trait EdgeSetAux extends GraphAux.EdgeSet

    Definition Classes
    GraphAux
  13. abstract type EdgeSetT <: EdgeSet

    Definition Classes
    GraphLike → GraphAux → GraphLike → GraphBase
  14. abstract type EdgeT <: InnerEdgeParam[N, E, NodeT, E] with InnerEdge with Serializable

    Definition Classes
    GraphBase
  15. sealed trait ElemOrdering extends AnyRef

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

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

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

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

    Definition Classes
    GraphBase
  20. abstract class InnerEdgeTraverser extends Traverser[GraphTraversal.EdgeT, InnerEdgeTraverser]

    Attributes
    protected
    Definition Classes
    GraphTraversal
  21. sealed trait InnerElem extends AnyRef

    Definition Classes
    GraphBase
  22. abstract class InnerElemTraverser extends Traverser[GraphTraversal.InnerElem, InnerElemTraverser]

    Attributes
    protected
    Definition Classes
    GraphTraversal
  23. trait InnerNode extends mutable.GraphLike.This.InnerNode with mutable.GraphLike.This.InnerNodeOps

    Definition Classes
    GraphLike → GraphLike → GraphBase
  24. abstract class InnerNodeDownUpTraverser extends Traverser[(Boolean, GraphTraversal.NodeT), InnerNodeDownUpTraverser]

    Attributes
    protected
    Definition Classes
    GraphTraversal
  25. trait InnerNodeOps extends AnyRef

    Definition Classes
    EdgeOps
  26. abstract class InnerNodeTraverser extends Traverser[GraphTraversal.NodeT, InnerNodeTraverser]

    Attributes
    protected
    Definition Classes
    GraphTraversal
  27. sealed class NoOrdering extends ElemOrdering

    Definition Classes
    GraphBase
  28. trait Node extends Serializable

    Definition Classes
    GraphBase
  29. abstract class NodeBase extends GraphLike.This.NodeBase with InnerNodeParam[N] with GraphLike.This.InnerNode

    Attributes
    protected
    Definition Classes
    GraphLike → GraphBase
  30. sealed trait NodeOrdering extends Ordering[GraphBase.NodeT] with ElemOrdering

    Definition Classes
    GraphBase
  31. trait NodeSet extends This.NodeSet

    Definition Classes
    GraphLike → GraphLike → GraphLike → GraphBase
  32. trait NodeSetAux extends GraphAux.NodeSet

    Definition Classes
    GraphAux
  33. abstract type NodeSetT <: Graph.NodeSet

    Definition Classes
    GraphLike → GraphAux → GraphLike → GraphBase
  34. abstract type NodeT <: InnerNode

    Definition Classes
    GraphLike → GraphLike → GraphTraversal → GraphBase
  35. abstract class OuterEdgeTraverser extends Traverser[E[N], OuterEdgeTraverser]

    Attributes
    protected
    Definition Classes
    GraphTraversal
  36. trait OuterElemTraverser extends Traverser[OuterElem[N, E], OuterElemTraverser]

    Definition Classes
    GraphTraversal
  37. abstract class OuterNodeDownUpTraverser extends Traverser[(Boolean, N), OuterNodeDownUpTraverser]

    Attributes
    protected
    Definition Classes
    GraphTraversal
  38. abstract class OuterNodeTraverser extends Traverser[N, OuterNodeTraverser]

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

    Definition Classes
    GraphTraversal
  40. trait Properties extends AnyRef

    Attributes
    protected
    Definition Classes
    GraphTraversal
  41. type Self = Graph[N, E]

    Attributes
    protected
    Definition Classes
    TraversableLike
  42. type ThisGraph = Graph.this.type

    Attributes
    protected
    Definition Classes
    GraphLike
  43. abstract class Traverser[A, +This <: Traverser[A, This]] extends TraverserMethods[A, This] with Properties with Traversable[A]

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

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

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

    Definition Classes
    TraversableLike
  47. abstract class Traversal extends AnyRef

    Definition Classes
    GraphTraversal
    Annotations
    @deprecated
    Deprecated

    (Since version 1.8.0) use one of Traverser factory methods instead.

Abstract Value Members

  1. abstract def +=#(edge: E[N]): Graph.this.type

    Attributes
    protected
    Definition Classes
    GraphLike
  2. abstract def add(edge: E[N]): Boolean

    Definition Classes
    GraphLike
  3. abstract def add(node: N): Boolean

    Definition Classes
    GraphLike
  4. abstract def clear(): Unit

    Definition Classes
    Growable → Clearable
  5. abstract def componentTraverser(parameters: Parameters, subgraphNodes: (NodeT) ⇒ Boolean, subgraphEdges: (EdgeT) ⇒ Boolean, ordering: ElemOrdering): ComponentTraverser

    Definition Classes
    GraphTraversal
  6. implicit abstract def config: generic.GraphConstrainedCompanion.Config with Config

    Definition Classes
    GraphLike
  7. abstract val constraintFactory: ConstraintCompanion[Constraint]

    Definition Classes
    GraphLike
  8. implicit abstract val edgeT: scala.reflect.api.JavaUniverse.TypeTag[E[N]]

    Definition Classes
    GraphLike
  9. abstract def edges: EdgeSetT

    Definition Classes
    GraphBase
  10. abstract val graphCompanion: GraphConstrainedCompanion[Graph]

    Definition Classes
    GraphLike → GraphLike
  11. abstract def innerEdgeTraverser(root: NodeT, parameters: Parameters, subgraphNodes: (NodeT) ⇒ Boolean, subgraphEdges: (EdgeT) ⇒ Boolean, ordering: ElemOrdering): InnerEdgeTraverser

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

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

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

    Definition Classes
    GraphTraversal
  15. abstract def newEdge(innerEdge: E[NodeT]): EdgeT

    Attributes
    protected
    Definition Classes
    GraphBase
  16. abstract def newNode(n: N): NodeT

    Attributes
    protected
    Definition Classes
    GraphBase
  17. abstract def nodes: NodeSetT

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

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

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

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

    Definition Classes
    GraphTraversal
  22. abstract 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
    ConstraintMethods
  23. abstract 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
    ConstraintMethods
  24. abstract def preSubtract(edge: Graph.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
    ConstraintMethods
  25. abstract def preSubtract(node: Graph.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
    ConstraintMethods
  26. abstract val self: constrained.Graph[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
    ConstraintMethods
  27. abstract def upsert(edge: E[N]): Boolean

    Definition Classes
    GraphLike
  28. abstract def newTraversal(direction: Direction, nodeFilter: (NodeT) ⇒ Boolean, edgeFilter: (EdgeT) ⇒ Boolean, nodeVisitor: (NodeT) ⇒ VisitorReturn, edgeVisitor: (EdgeT) ⇒ Unit, ordering: ElemOrdering): Traversal

    Definition Classes
    GraphTraversal
    Annotations
    @deprecated
    Deprecated

    (Since version 1.8.0) use one of Traverser factory methods instead.

Concrete Value Members

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

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

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

    Definition Classes
    AnyRef → Any
  4. def &(that: GenSet[Param[N, E]]): Graph[N, E]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    Growable
  19. 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]): Graph.this.type

    Definition Classes
    EdgeOps
    Annotations
    @inline()
  20. 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]): Graph.this.type

    Definition Classes
    EdgeOps
    Annotations
    @inline()
  21. 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]): Graph.this.type

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

    Definition Classes
    EdgeOps
    Annotations
    @inline()
  23. 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]): Graph.this.type

    Definition Classes
    EdgeOps
    Annotations
    @inline()
  24. 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]): Graph.this.type

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    Any
  52. object Edge extends Serializable

    Definition Classes
    GraphBase
  53. object InnerEdge extends Serializable

    Definition Classes
    GraphBase
  54. object InnerNode extends Serializable

    Definition Classes
    GraphBase
  55. object Node extends Serializable

    Definition Classes
    GraphBase
  56. object TraverserInnerNode extends Serializable

    Definition Classes
    GraphTraversal
  57. final def addAndGet(edge: E[N]): EdgeT

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

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

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

    Definition Classes
    EdgeOps
    Annotations
    @inline()
  61. 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
  62. 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()
  63. 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
  64. 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()
  65. 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
  66. 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()
  67. final def addEdge(node_1: N, node_2: N, nodes: N*)(implicit edgeFactory: HyperEdgeCompanion[E]): Boolean

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

    Definition Classes
    EdgeOps
    Annotations
    @inline()
  69. 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()
  70. 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()
  71. def addString(b: StringBuilder): StringBuilder

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

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

    Definition Classes
    TraversableOnce
  74. 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()
  75. 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()
  76. 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()
  77. 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()
  78. def aggregate[B](z: B)(seqop: (B, Param[N, E]) ⇒ B, combop: (B, B) ⇒ B): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  79. def allNodes(innerNodes: Set[Graph.NodeT], innerEdges: Set[Graph.EdgeT]): Set[Graph.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
  80. 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
  81. def andThen[A](g: (Boolean) ⇒ A): (Param[N, E]) ⇒ A

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

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

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

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

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

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

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

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

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

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

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

    generic checked addition

    generic checked addition

    Attributes
    protected
    Definition Classes
    GraphLike
  94. def clone(): Graph[N, E]

    Definition Classes
    GraphLike → Cloneable → AnyRef
  95. def collect[B, That](pf: PartialFunction[Param[N, E], B])(implicit bf: CanBuildFrom[Graph[N, E], B, That]): That

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

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

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

    Definition Classes
    Function1
    Annotations
    @unspecialized()
  99. def contains(elem: Param[N, E]): Boolean

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

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

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

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

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

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

    Definition Classes
    GraphBase
  106. final lazy val defaultNodeOrdering: NodeOrdering

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

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

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

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

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

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

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

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

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

    Definition Classes
    TraversableLike → GenTraversableLike
  116. implicit final def edgeToEdgeCont(e: E[N]): E[NodeT]

    Attributes
    protected
    Definition Classes
    GraphBase
    Annotations
    @inline()
  117. def empty: Graph[N, E]

    Definition Classes
    GraphGraph → Graph → Graph → SetLike → GenericSetTemplate
  118. def ensuring(cond: (Graph[N, E]) ⇒ Boolean, msg: ⇒ Any): Graph[N, E]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Implicit information
    This member is added by an implicit conversion from Graph[N, E] to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  141. def from(nodeStream: NodeInputStream[N], edgeStream: GenEdgeInputStream[N, E]): Unit

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

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

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

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

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

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

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

    Definition Classes
    GraphLike
    Annotations
    @inline()
  149. def graphSize: Int

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

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

    Definition Classes
    IterableLike
  152. def hasDefiniteSize: Boolean

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

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

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

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

    Definition Classes
    TraversableLike → GenTraversableLike
  157. 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 Graph[N, E] to TraversableOps[Param[N, E]] performed by method traversable2ops in scala.collection.parallel.
    Definition Classes
    TraversableOps
  158. def init: Graph[N, E]

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

    Attributes
    protected
    Definition Classes
    GraphBase
  160. def inits: Iterator[Graph[N, E]]

    Definition Classes
    TraversableLike
  161. def intersect(that: GenSet[Param[N, E]]): Graph[N, E]

    Definition Classes
    GenSetLike
  162. final def isAcyclic: Boolean

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

    Definition Classes
    GraphTraversal
  164. def isConnected: Boolean

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

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

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

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

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

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

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

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

    Definition Classes
    GraphLike → GraphBase
  173. def isEdge: Boolean

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

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

    Definition Classes
    GraphLike → GraphBase
  176. def isIn: Boolean

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

    Definition Classes
    Any
  178. def isNode: Boolean

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

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

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

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

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

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

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

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

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

    Definition Classes
    TraversableLike → GenTraversableLike
  188. def map[B, That](f: (Param[N, E]) ⇒ B)(implicit bf: CanBuildFrom[Graph[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.

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

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

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

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

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

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

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

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

    Attributes
    protected
    Definition Classes
    GraphLike
  197. def mkString: String

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

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

    Definition Classes
    TraversableOnce → GenTraversableOnce
  200. val n1: Graph[N, E]

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

    Definition Classes
    AnyRef
  202. def newBuilder: Builder[Param[N, E], Graph[N, E]]

    Attributes
    protected[this]
    Definition Classes
    SetLike → TraversableLike → HasNewBuilder
  203. final val noEdgeAction: (EdgeT) ⇒ Unit

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

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

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

    Definition Classes
    GraphTraversal
  207. final val noOrdering: NoOrdering

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

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

    Attributes
    protected
    Definition Classes
    EdgeOps
    Annotations
    @inline()
  210. 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()
  211. 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()
  212. 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()
  213. 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()
  214. 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()
  215. 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()
  216. def nonEmpty: Boolean

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

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

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

    Definition Classes
    AnyRef
  220. 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
    ConstraintHandlerMethods
  221. 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
    ConstraintHandlerMethods
  222. def order: Int

    Definition Classes
    GraphBase
  223. def par: ParSet[Param[N, E]]

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

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

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

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

    Attributes
    protected
    Definition Classes
    GraphLike → GraphLike
  228. 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
    ConstraintMethods
  229. 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
    ConstraintMethods
  230. 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
    ConstraintMethods
  231. 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
    ConstraintMethods
  232. def preSubtract(nodes: ⇒ Set[Graph.NodeT], edges: ⇒ Set[Graph.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
    ConstraintMethods
  233. def product[B >: Param[N, E]](implicit num: Numeric[B]): B

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

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

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

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

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

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

    Definition Classes
    TraversableOnce → GenTraversableOnce
  240. final def remove(edge: E[N]): Boolean

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

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

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

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

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

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

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

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

    Definition Classes
    TraversableLike → GenTraversableLike
  249. def scanRight[B, That](z: B)(op: (Param[N, E], B) ⇒ B)(implicit bf: CanBuildFrom[Graph[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.

  250. def seq: Set[Param[N, E]]

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

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

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

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

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

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

    Definition Classes
    TraversableLike → GenTraversableLike
  257. def stringPrefix: String

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

    Definition Classes
    GenSetLike
  259. def subsets: Iterator[Graph[N, E]]

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

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

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

    Definition Classes
    AnyRef
  263. def tail: Graph[N, E]

    Definition Classes
    TraversableLike → GenTraversableLike
  264. def tails: Iterator[Graph[N, E]]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    GraphDegree
  287. def totalWeight: Long

    Definition Classes
    GraphBase
  288. 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.

  289. def union(that: GenSet[Param[N, E]]): Graph[N, E]

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

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

    Definition Classes
    GenericTraversableTemplate
  292. val value: Graph[N, E]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Implicit information
    This member is added by an implicit conversion from Graph[N, E] to ArrowAssoc[Graph[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 Graph[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:
    (graph: 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 Graph[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:
    (graph: (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 Graph[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:
    (graph: (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 Graph[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:
    (graph: (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 Graph[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:
    (graph: 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 Graph[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:
    (graph: 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 Graph[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:
    (graph: MonadOps[Param[N, E]]).map(f)
    Definition Classes
    MonadOps
  8. val self: Any

    Implicit information
    This member is added by an implicit conversion from Graph[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:
    (graph: StringAdd).self
    Definition Classes
    StringAdd
  9. val self: Any

    Implicit information
    This member is added by an implicit conversion from Graph[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:
    (graph: StringFormat).self
    Definition Classes
    StringFormat
  10. def stringPrefix: String

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

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

    Implicit information
    This member is added by an implicit conversion from Graph[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:
    (graph: (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 Graph[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:
    (graph: 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: Graph[N, E]

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

    (Since version 2.10.0) Use leftOfArrow instead

  4. def x: Graph[N, E]

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

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from GraphLike[N, E, Graph]

Inherited from constrained.Graph[N, E]

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

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, Graph]

Inherited from Mutable

Inherited from EdgeOps[N, E, Graph]

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, Graph]

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], Graph[N, E]]

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

Inherited from GenSet[Param[N, E]]

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

Inherited from GenSetLike[Param[N, E], Graph[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], Graph[N, E]]

Inherited from Equals

Inherited from GenIterable[Param[N, E]]

Inherited from GenIterableLike[Param[N, E], Graph[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], Graph[N, E]]

Inherited from GenTraversableLike[Param[N, E], Graph[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], Graph[N, E]]

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

Inherited from AnyRef

Inherited from Any

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

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

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

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

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

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

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

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

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

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

Ungrouped