public class And2Or extends java.lang.Object implements EfficientTreeReductionRule
Constructor and Description |
---|
And2Or() |
Modifier and Type | Method and Description |
---|---|
boolean |
apply(EfficientTree tree,
int node)
Apply the reduction rule on tree, on the node at position i.
|
public boolean apply(EfficientTree tree, int node) throws UnknownTreeNodeException
EfficientTreeReductionRule
apply
in interface EfficientTreeReductionRule
UnknownTreeNodeException