Inherited from DefaultGraphImpl[Rule, LDiEdge]
Inherited from GraphTraversalImpl[Rule, LDiEdge]
Inherited from State[Rule, LDiEdge]
Inherited from TraverserImpl[Rule, LDiEdge]
Inherited from AdjacencyListGraph[Rule, LDiEdge, DefaultGraphImpl]
Inherited from AdjacencyListBase[Rule, LDiEdge, DefaultGraphImpl]
Inherited from Graph[Rule, LDiEdge]
Inherited from GraphLike[Rule, LDiEdge, DefaultGraphImpl]
Inherited from Mutable
Inherited from EdgeOps[Rule, LDiEdge, DefaultGraphImpl]
Inherited from Cloneable[Graph[Rule, LDiEdge]]
Inherited from Cloneable
Inherited from Cloneable
Inherited from Shrinkable[Param[Rule, LDiEdge]]
Inherited from Growable[Param[Rule, LDiEdge]]
Inherited from Clearable
Inherited from Graph[Rule, LDiEdge]
Inherited from GraphLike[Rule, LDiEdge, DefaultGraphImpl]
Inherited from GraphDegree[Rule, LDiEdge]
Inherited from GraphTraversal[Rule, LDiEdge]
Inherited from GraphBase[Rule, LDiEdge]
Inherited from Serializable
Inherited from Serializable
Inherited from Set[Param[Rule, LDiEdge]]
Inherited from SetLike[Param[Rule, LDiEdge], DefaultGraphImpl[Rule, LDiEdge]]
Inherited from Subtractable[Param[Rule, LDiEdge], DefaultGraphImpl[Rule, LDiEdge]]
Inherited from GenSet[Param[Rule, LDiEdge]]
Inherited from GenericSetTemplate[Param[Rule, LDiEdge], Set]
Inherited from GenSetLike[Param[Rule, LDiEdge], DefaultGraphImpl[Rule, LDiEdge]]
Inherited from Iterable[Param[Rule, LDiEdge]]
Inherited from IterableLike[Param[Rule, LDiEdge], DefaultGraphImpl[Rule, LDiEdge]]
Inherited from Equals
Inherited from GenIterable[Param[Rule, LDiEdge]]
Inherited from GenIterableLike[Param[Rule, LDiEdge], DefaultGraphImpl[Rule, LDiEdge]]
Inherited from Traversable[Param[Rule, LDiEdge]]
Inherited from GenTraversable[Param[Rule, LDiEdge]]
Inherited from GenericTraversableTemplate[Param[Rule, LDiEdge], Set]
Inherited from TraversableLike[Param[Rule, LDiEdge], DefaultGraphImpl[Rule, LDiEdge]]
Inherited from GenTraversableLike[Param[Rule, LDiEdge], DefaultGraphImpl[Rule, LDiEdge]]
Inherited from Parallelizable[Param[Rule, LDiEdge], ParSet[Param[Rule, LDiEdge]]]
Inherited from TraversableOnce[Param[Rule, LDiEdge]]
Inherited from GenTraversableOnce[Param[Rule, LDiEdge]]
Inherited from FilterMonadic[Param[Rule, LDiEdge], DefaultGraphImpl[Rule, LDiEdge]]
Inherited from HasNewBuilder[Param[Rule, LDiEdge], DefaultGraphImpl[Rule, LDiEdge]]
Inherited from (Param[Rule, LDiEdge]) ⇒ Boolean
Inherited from AnyRef
Inherited from Any
Given a set of rules R, a rule dependency graph (RDG) is a directed graph G = (V, E) such that
The dependency between two rules r_i and r_j, denoted as r_i -> r_j resp. "r_i depends on r_j" indicates that the result r_j is used as input of r_i. In particular, that means we use the same direction in the graph although one would expect to have an edge from the rule r_j producing the data to the rule r_i consuming the data.