case class TopologicalSortFailure extends Product with Serializable
Failure result of a topological sort with a possible hint of candidate cycle nodes.
- Alphabetic
- By Inheritance
- TopologicalSortFailure
- Serializable
- Product
- Equals
- AnyRef
- Any
- by ChainingOps
- by EdgeAssoc
- by anyToNode
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- Protected
Value Members
- val candidateCycleNodes: Set[NodeT]
- def cycle: Option[Cycle]
Finds a cycle based on
candidateCycleNodes
.Finds a cycle based on
candidateCycleNodes
. Should always returnSome
.None
would indicate an internal issue related to the preceding topological sort. - def isDefined: Boolean
- Implicit
- This member is added by an implicit conversion from TopologicalSortFailure toOuterNode[TopologicalSortFailure] performed by method anyToNode in scalax.collection.GraphPredef.
- Definition Classes
- Param
- final def isEdge: Boolean
- Implicit
- This member is added by an implicit conversion from TopologicalSortFailure toOuterNode[TopologicalSortFailure] performed by method anyToNode in scalax.collection.GraphPredef.
- Definition Classes
- Param
- def isIn: Boolean
- Implicit
- This member is added by an implicit conversion from TopologicalSortFailure toOuterNode[TopologicalSortFailure] performed by method anyToNode in scalax.collection.GraphPredef.
- Definition Classes
- InParam → Param
- def isNode: Boolean
- Implicit
- This member is added by an implicit conversion from TopologicalSortFailure toOuterNode[TopologicalSortFailure] performed by method anyToNode in scalax.collection.GraphPredef.
- Definition Classes
- NodeParam
- final def isOut: Boolean
- Implicit
- This member is added by an implicit conversion from TopologicalSortFailure toOuterNode[TopologicalSortFailure] performed by method anyToNode in scalax.collection.GraphPredef.
- Definition Classes
- Param
- val n1: TopologicalSortFailure
- Implicit
- This member is added by an implicit conversion from TopologicalSortFailure toEdgeAssoc[TopologicalSortFailure] performed by method EdgeAssoc in scalax.collection.GraphPredef.
- Definition Classes
- EdgeAssoc
- def pipe[B](f: (TopologicalSortFailure) => B): B
- Implicit
- This member is added by an implicit conversion from TopologicalSortFailure toChainingOps[TopologicalSortFailure] performed by method ChainingOps in scalax.collection.
- Definition Classes
- ChainingOps
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val self: TopologicalSortFailure
- Implicit
- This member is added by an implicit conversion from TopologicalSortFailure toChainingOps[TopologicalSortFailure] performed by method ChainingOps in scalax.collection.
- Definition Classes
- ChainingOps
- def stringPrefix: String
- Implicit
- This member is added by an implicit conversion from TopologicalSortFailure toOuterNode[TopologicalSortFailure] performed by method anyToNode in scalax.collection.GraphPredef.
- Definition Classes
- NodeParam
- def tap[U](f: (TopologicalSortFailure) => U): TopologicalSortFailure
- Implicit
- This member is added by an implicit conversion from TopologicalSortFailure toChainingOps[TopologicalSortFailure] performed by method ChainingOps in scalax.collection.
- Definition Classes
- ChainingOps
- def toString(): String
- Implicit
- This member is added by an implicit conversion from TopologicalSortFailure toOuterNode[TopologicalSortFailure] performed by method anyToNode in scalax.collection.GraphPredef.
- Definition Classes
- NodeParam → AnyRef → Any
- val value: TopologicalSortFailure
- Implicit
- This member is added by an implicit conversion from TopologicalSortFailure toOuterNode[TopologicalSortFailure] performed by method anyToNode in scalax.collection.GraphPredef.
- Definition Classes
- OuterNode → NodeParam
- def ~[N >: N1](n2: N): UnDiEdge[N]
- Implicit
- This member is added by an implicit conversion from TopologicalSortFailure toEdgeAssoc[TopologicalSortFailure] performed by method EdgeAssoc in scalax.collection.GraphPredef.
- Definition Classes
- EdgeAssoc
- Annotations
- @inline()
- def ~>[N >: N1](n2: N): DiEdge[N]
- Implicit
- This member is added by an implicit conversion from TopologicalSortFailure toEdgeAssoc[TopologicalSortFailure] performed by method EdgeAssoc in scalax.collection.GraphPredef.
- Definition Classes
- EdgeAssoc
- Annotations
- @inline()
Shadowed Implicit Value Members
- def productElementNames: Iterator[String]
- Implicit
- This member is added by an implicit conversion from TopologicalSortFailure toOuterNode[TopologicalSortFailure] 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:(topologicalSortFailure: OuterNode[TopologicalSortFailure]).productElementNames
- Definition Classes
- Product
Welcome to the Graph for Scala API reference. Some suggested navigation entry points:
Graph
mutable.Graph
and its inner nodes.GraphEdge
objectedge
packageGraphPredef
object andImplicits
object.GraphTraversal
andTraverserInnerNode
.RandomGraph
.GraphGen
.