DG

izumi.fundamentals.graphs.DG$
See theDG companion class
object DG extends GraphSyntax[DG]

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
DG.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]): DG[N, M]
def fromSucc[N, M](successors: IncidenceMatrix[N], meta: GraphMeta[N, M]): DG[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