public interface PruningPolicy
| Modifier and Type | Method and Description |
|---|---|
boolean |
check(CGNode n)
Returns whether the given node shall be kept.
|
boolean check(CGNode n)
n - node to be checkedtrue, if this node shall be kept, false otherwise