PlanTopology

izumi.distage.model.plan.topology.PlanTopology
See thePlanTopology companion object
sealed trait PlanTopology

This class represents direct node dependencies and allows to retrieve full transitive dependencies for a node

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Concrete methods

def transitiveDependees(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

This method is relatively expensive

This method is relatively expensive

Attributes

Returns

full set of all the keys transitively depending on key