DAG

izumi.fundamentals.graphs.DAG
See theDAG companion object
final case class DAG[N, M] extends AbstractGraph[N, M], DirectedAcyclicGraph[N, M], DirectedGraphSucc[N, M], DirectedGraphPred[N, M]

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait DirectedGraphPred[N, M]
trait DirectedGraphSucc[N, M]
trait GraphImpl[N, M]
trait DirectedAcyclicGraph[N, M]
trait DirectedGraph[N, M]
trait GraphProperty[N, M]
trait AbstractGraph[N, M]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def noPredcessors: Set[N]

Attributes

Inherited from:
DirectedGraphPred
def noSuccessors: Set[N]

Attributes

Inherited from:
DirectedGraphSucc
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product