public class DepthFirstStrategy<E> extends Object implements HittingSetTreeConstructionStrategy<E>
| Constructor and Description |
|---|
DepthFirstStrategy() |
| Modifier and Type | Method and Description |
|---|---|
void |
buildHittingSetTree(HittingSetTree<E> hittingSetTree,
int limit,
ExplanationGeneratorMediator<E> handler,
HittingSetTreeNode<E> currentNode) |
void |
constructTree(HittingSetTree<E> hittingSetTree,
int limit,
ExplanationGeneratorMediator<E> handler) |
void |
finish(HittingSetTree<E> hittingSetTree) |
void |
start(HittingSetTree<E> hittingSetTree) |
public void start(HittingSetTree<E> hittingSetTree)
public void constructTree(HittingSetTree<E> hittingSetTree, int limit, ExplanationGeneratorMediator<E> handler)
constructTree in interface HittingSetTreeConstructionStrategy<E>public void buildHittingSetTree(HittingSetTree<E> hittingSetTree, int limit, ExplanationGeneratorMediator<E> handler, HittingSetTreeNode<E> currentNode)
public void finish(HittingSetTree<E> hittingSetTree)
Copyright © 2014. All rights reserved.