DAG

izumi.fundamentals.graphs.DAG$
See theDAG companion class
object DAG extends GraphSyntax[DAG]

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
DAG.type

Members list

Concise view

Type members

Inherited classlikes

implicit class DGExt[N, M](g: AbstractGraph[N, M] & DirectedGraphPred[N, M])

Attributes

Inherited from:
GraphSyntax
Graph
Supertypes
class Object
trait Matchable
class Any

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def fromPred[N, M](predecessors: IncidenceMatrix[N], meta: GraphMeta[N, M], breaker: LoopBreaker[N]): Either[DAGError[N], DAG[N, M]]
def fromSucc[N, M](successors: IncidenceMatrix[N], meta: GraphMeta[N, M], breaker: LoopBreaker[N]): Either[DAGError[N], DAG[N, M]]

Implicits

Inherited implicits

final implicit def DGExt[N, M](g: AbstractGraph[N, M] & DirectedGraphPred[N, M]): DGExt[N, M]

Attributes

Inherited from:
GraphSyntax