DG

izumi.fundamentals.graphs.DG
See theDG companion object
final case class DG[N, M] extends AbstractGraph[N, M] with DirectedGraph[N, M] with DirectedGraphSucc[N, M] with DirectedGraphPred[N, M]

Attributes

predecessors

Dependencies

successors

Dependees

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

Members list

Concise view

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