package topology
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- sealed trait DepTreeNode extends AnyRef
- final case class DependencyGraph(matrix: IncidenceMatrix[DIKey], kind: DependencyKind) extends Product with Serializable
- sealed trait PlanTopology extends AnyRef
This class represents direct node dependencies and allows to retrieve full transitive dependencies for a node
Value Members
- object DepTreeNode
- object DependencyGraph extends Serializable
- object PlanTopology