scalax.collection.constrained.immutable

AdjacencyListGraph

trait AdjacencyListGraph[N, E[X] <: EdgeLikeIn[X], +This[X, Y[X] <: EdgeLikeIn[X]] <: AdjacencyListGraph[X, Y[X], This] with Graph[X, Y[X]]] extends GraphLike[N, E, This] with immutable.AdjacencyListGraph[N, E, This]

Self Type
This[N, E]
Linear Supertypes
immutable.AdjacencyListGraph[N, E, This], AdjacencyListBase[N, E, This], GraphAux[N, E], GraphLike[N, E, This], Constrained[N, E], ConstraintHandlerMethods[N, E], ConstraintMethods[N, E], collection.GraphLike[N, E, This], GraphDegree[N, E], GraphTraversal[N, E], GraphBase[N, E], Serializable, Serializable, SetLike[Param[N, E], This[N, E]], Subtractable[Param[N, E], This[N, E]], GenSetLike[Param[N, E], This[N, E]], (Param[N, E]) ⇒ Boolean, IterableLike[Param[N, E], This[N, E]], GenIterableLike[Param[N, E], This[N, E]], TraversableLike[Param[N, E], This[N, E]], GenTraversableLike[Param[N, E], This[N, E]], Parallelizable[Param[N, E], ParSet[Param[N, E]]], TraversableOnce[Param[N, E]], GenTraversableOnce[Param[N, E]], FilterMonadic[Param[N, E], This[N, E]], HasNewBuilder[Param[N, E], This[N, E]], Equals, AnyRef, Any
Known Subclasses
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AdjacencyListGraph
  2. AdjacencyListGraph
  3. AdjacencyListBase
  4. GraphAux
  5. GraphLike
  6. Constrained
  7. ConstraintHandlerMethods
  8. ConstraintMethods
  9. GraphLike
  10. GraphDegree
  11. GraphTraversal
  12. GraphBase
  13. Serializable
  14. Serializable
  15. SetLike
  16. Subtractable
  17. GenSetLike
  18. Function1
  19. IterableLike
  20. GenIterableLike
  21. TraversableLike
  22. GenTraversableLike
  23. Parallelizable
  24. TraversableOnce
  25. GenTraversableOnce
  26. FilterMonadic
  27. HasNewBuilder
  28. Equals
  29. AnyRef
  30. 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 with AdjacencyListArrayConfig

    Attributes
    protected
    Definition Classes
    AdjacencyListGraph → AdjacencyListBase → 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, This.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[GraphBase.EdgeT] with ElemOrdering

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

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

    Definition Classes
    GraphAux
  13. type EdgeSetT = This.EdgeSet

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

    Definition Classes
    AdjacencyListGraph → 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 (AdjacencyListBase.this)#InnerNode

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

    Attributes
    protected
    Definition Classes
    GraphTraversal
  25. abstract class InnerNodeImpl extends immutable.AdjacencyListGraph.This.NodeBase with immutable.AdjacencyListGraph.This.InnerNode

    Definition Classes
    AdjacencyListGraph
  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. class NodeSet extends immutable.AdjacencyListGraph.This.NodeSet

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

    Definition Classes
    GraphAux
  33. type NodeSetT = This.NodeSet

    Definition Classes
    AdjacencyListGraph → AdjacencyListBase → GraphAux → GraphLike → GraphBase
  34. abstract type NodeT <: This.InnerNodeImpl

    Definition Classes
    AdjacencyListGraph → AdjacencyListBase → 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 = This[N, E]

    Attributes
    protected
    Definition Classes
    TraversableLike
  42. type ThisGraph = AdjacencyListGraph.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 componentTraverser(parameters: Parameters, subgraphNodes: (This.NodeT) ⇒ Boolean, subgraphEdges: (This.EdgeT) ⇒ Boolean, ordering: This.ElemOrdering): This.ComponentTraverser

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

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

    Definition Classes
    GraphLike
  4. abstract def copy(nodes: Iterable[N], edges: Iterable[E[N]]): This[N, E]

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

    Definition Classes
    GraphLike
  6. abstract val edges: This.EdgeSetT

    Definition Classes
    AdjacencyListGraph → GraphBase
  7. abstract def empty: This[N, E]

    Definition Classes
    SetLike
  8. abstract val graphCompanion: GraphConstrainedCompanion[This]

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

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

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

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

    Definition Classes
    GraphTraversal
  13. abstract def newNodeSet: This.NodeSetT

    Definition Classes
    AdjacencyListBase
  14. abstract def newNodeWithHints(node: N, hints: Hints): This.NodeT

    Attributes
    protected
    Definition Classes
    AdjacencyListBase
  15. abstract val nodes: This.NodeSetT

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

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

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

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

    Definition Classes
    GraphTraversal
  20. 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
  21. 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
  22. 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
  23. 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
  24. 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
  25. abstract def seq: Set[Param[N, E]]

    Definition Classes
    GenSetLike → Parallelizable → GenTraversableOnce
  26. abstract def newTraversal(direction: Direction, nodeFilter: (This.NodeT) ⇒ Boolean, edgeFilter: (This.EdgeT) ⇒ Boolean, nodeVisitor: (This.NodeT) ⇒ VisitorReturn, edgeVisitor: (This.EdgeT) ⇒ Unit, ordering: This.ElemOrdering): This.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]]): This[N, E]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    GraphLike
  22. def ->[B](y: B): (AdjacencyListGraph[N, E, This], B)

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

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

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

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

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

    Definition Classes
    Any
  28. object Edge extends Serializable

    Definition Classes
    GraphBase
  29. object InnerEdge extends Serializable

    Definition Classes
    GraphBase
  30. object InnerNode extends Serializable

    Definition Classes
    GraphBase
  31. object Node extends Serializable

    Definition Classes
    GraphBase
  32. object TraverserInnerNode extends Serializable

    Definition Classes
    GraphTraversal
  33. def addString(b: StringBuilder): StringBuilder

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

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

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

    Definition Classes
    TraversableOnce → GenTraversableOnce
  37. 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
  38. 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
  39. def andThen[A](g: (Boolean) ⇒ A): (Param[N, E]) ⇒ A

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

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

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

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

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

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

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

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

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

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

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

    generic constrained addition

    generic constrained addition

    Attributes
    protected
  52. def checkedSubtractEdge[G >: This[N, E]](edge: E[N], simple: Boolean, copy: (E[N], This.EdgeT) ⇒ G): This[N, E]

    generic constrained subtraction of edges

    generic constrained subtraction of edges

    Attributes
    protected
  53. def checkedSubtractNode[G >: This[N, E]](node: N, forced: Boolean, copy: (N, This.NodeT) ⇒ G): This[N, E]

    generic constrained subtraction of nodes

    generic constrained subtraction of nodes

    Attributes
    protected
  54. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. def collect[B, That](pf: PartialFunction[Param[N, E], B])(implicit bf: CanBuildFrom[This[N, E], B, That]): That

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

    Definition Classes
    TraversableOnce
  57. def compose[A](g: (A) ⇒ Param[N, E]): (A) ⇒ Boolean

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

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

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

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

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

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

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

    Definition Classes
    GraphBase
  65. final lazy val defaultNodeOrdering: This.NodeOrdering

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AdjacencyListBase
  76. implicit final def edgeToEdgeCont(e: E[N]): E[This.NodeT]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    TraversableLike → GenTraversableLike → FilterMonadic
  93. def fold[A1 >: Param[N, E]](z: A1)(op: (A1, A1) ⇒ A1): A1

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

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

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

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

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

    Implicit information
    This member is added by an implicit conversion from AdjacencyListGraph[N, E, This] to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  99. final def from(that: AdjacencyListBase[N, E, This])(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()
  100. def from(nodeStreams: Iterable[NodeInputStream[N]], nodes: Iterable[N], edgeStreams: Iterable[GenEdgeInputStream[N, E]], edges: Iterable[E[N]]): Unit

    Attributes
    protected
    Definition Classes
    GraphAux
  101. final def get(outerEdge: E[N]): This.EdgeT

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

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

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

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

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

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

    Definition Classes
    TraversableLike → GenTraversableLike
  108. def grouped(size: Int): Iterator[This[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: (This.NodeT) ⇒ Boolean, edge: (This.EdgeT) ⇒ Boolean): PartialFunction[Param[N, E], Boolean]

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

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

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

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

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

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

    Definition Classes
    GenSetLike
  119. final def isAcyclic: Boolean

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

    Definition Classes
    GraphTraversal
  121. def isConnected: Boolean

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

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

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

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

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

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

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

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

    Definition Classes
    GraphLike → GraphBase
  130. def isEdge: Boolean

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

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

    Definition Classes
    GraphLike → GraphBase
  133. def isIn: Boolean

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

    Definition Classes
    Any
  135. def isNode: Boolean

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Attributes
    protected
    Definition Classes
    GraphLike
  154. def mkString: String

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

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

    Definition Classes
    TraversableOnce → GenTraversableOnce
  157. val n1: AdjacencyListGraph[N, E, This]

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

    Definition Classes
    AnyRef
  159. def newBuilder: Builder[Param[N, E], This[N, E]]

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

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

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

    Attributes
    protected
    Definition Classes
    AdjacencyListBase → GraphBase
    Annotations
    @inline()
  163. final val noEdgeAction: (This.EdgeT) ⇒ Unit

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

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

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

    Definition Classes
    GraphTraversal
  167. final val noOrdering: This.NoOrdering

    Definition Classes
    GraphBase
  168. def nonEmpty: Boolean

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

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

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

    Definition Classes
    AnyRef
  172. 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
  173. 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
  174. def order: Int

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

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

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

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

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

    Attributes
    protected
    Definition Classes
    GraphLike → GraphLike
  180. 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
  181. 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
  182. 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
  183. 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
  184. 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
  185. def product[B >: Param[N, E]](implicit num: Numeric[B]): B

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

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

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

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

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

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

    Definition Classes
    TraversableOnce → GenTraversableOnce
  192. def repr: This[N, E]

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

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

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

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

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

  198. def size: Int

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

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

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

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

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

    Definition Classes
    TraversableLike → GenTraversableLike
  204. def stringPrefix: String

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

    Definition Classes
    GenSetLike
  206. def subsets: Iterator[This[N, E]]

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

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

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

    Definition Classes
    AnyRef
  210. def tail: This[N, E]

    Definition Classes
    TraversableLike → GenTraversableLike
  211. def tails: Iterator[This[N, E]]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    GraphDegree
  234. def totalWeight: Long

    Definition Classes
    GraphBase
  235. def union(that: GenSet[Param[N, E]]): This[N, E]

    Definition Classes
    SetLike → GenSetLike
  236. val value: AdjacencyListGraph[N, E, This]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Implicit information
    This member is added by an implicit conversion from AdjacencyListGraph[N, E, This] 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:
    (adjacencyListGraph: (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 AdjacencyListGraph[N, E, This] 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:
    (adjacencyListGraph: 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: (This.NodeT) ⇒ Boolean, edgeFilter: (This.EdgeT) ⇒ Boolean, maxDepth: Int, nodeVisitor: (This.NodeT) ⇒ VisitorReturn, edgeVisitor: (This.EdgeT) ⇒ Unit, ordering: This.ElemOrdering): Option[This.Cycle]

    Definition Classes
    GraphTraversal
    Annotations
    @deprecated
    Deprecated

    (Since version 1.8.0) Use componentTraverser instead.

  3. def x: AdjacencyListGraph[N, E, This]

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

    (Since version 2.10.0) Use leftOfArrow instead

  4. def x: AdjacencyListGraph[N, E, This]

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

    (Since version 2.10.0) Use resultOfEnsuring instead

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

Inherited from AdjacencyListBase[N, E, This]

Inherited from GraphAux[N, E]

Inherited from GraphLike[N, E, This]

Inherited from Constrained[N, E]

Inherited from ConstraintHandlerMethods[N, E]

Inherited from ConstraintMethods[N, E]

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

Inherited from GraphDegree[N, E]

Inherited from GraphTraversal[N, E]

Inherited from GraphBase[N, E]

Inherited from Serializable

Inherited from Serializable

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

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

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

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

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

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

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

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

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

Inherited from Equals

Inherited from AnyRef

Inherited from Any

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

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

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

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

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

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

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

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

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

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

Ungrouped