DependencyGraph

izumi.distage.model.plan.topology.DependencyGraph
See theDependencyGraph companion object
final case class DependencyGraph(matrix: IncidenceMatrix[DIKey], kind: DependencyKind)

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def contains(key: DIKey): Boolean
def direct(key: DIKey): Set[DIKey]
def transitive(key: DIKey): Set[DIKey]

This method is relatively expensive

This method is relatively expensive

Attributes

Returns

full set of all the keys transitively depending on key

def tree(root: DIKey, depth: Option[Int]): DepNode

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product