public class ThreadedConjunctionTreeNode extends ConjunctionTreeNode
left, parent, right| Constructor and Description |
|---|
ThreadedConjunctionTreeNode(java.util.concurrent.ExecutorService threadPool) |
ThreadedConjunctionTreeNode(java.util.concurrent.ExecutorService threadPool,
ConjunctionTreeNode left,
ConjunctionTreeNode right) |
| Modifier and Type | Method and Description |
|---|---|
protected Automaton |
calculateProduct(Lambda<Automaton> a1,
Lambda<Automaton> a2) |
conjunctions, detach, equals, getAutomaton, getHeight, getLeft, getParent, getRight, hashCode, invalidate, iterator, process, setLeft, setRight, toStringpublic ThreadedConjunctionTreeNode(java.util.concurrent.ExecutorService threadPool)
public ThreadedConjunctionTreeNode(java.util.concurrent.ExecutorService threadPool,
ConjunctionTreeNode left,
ConjunctionTreeNode right)
protected Automaton calculateProduct(Lambda<Automaton> a1, Lambda<Automaton> a2)
calculateProduct in class ConjunctionTreeNode