public class DominanceFrontiers<T> extends Object
Constructor and Description |
---|
DominanceFrontiers(Graph<T> G,
T root) |
Modifier and Type | Method and Description |
---|---|
Iterator<T> |
dominators(T node) |
Graph<T> |
dominatorTree() |
Iterator<T> |
getDominanceFrontier(T n) |
boolean |
isDominatedBy(T node,
T master) |