public class SizeSortedTreeConjunction extends UnsortedTreeConjunction
formulaMap, leaves, nextName| Constructor and Description |
|---|
SizeSortedTreeConjunction(TreeFactory<ConjunctionTreeNode,ConjunctionTreeLeaf> treefactory) |
SizeSortedTreeConjunction(TreeFactory<ConjunctionTreeNode,ConjunctionTreeLeaf> treefactory,
java.util.Collection<Formula> formulas) |
SizeSortedTreeConjunction(TreeFactory<ConjunctionTreeNode,ConjunctionTreeLeaf> treefactory,
Formula f) |
| Modifier and Type | Method and Description |
|---|---|
static ConjunctionFactory<? extends SizeSortedTreeConjunction> |
getFactory(TreeFactory<ConjunctionTreeNode,ConjunctionTreeLeaf> treefactory) |
void |
remove(Formula term) |
void |
setAll(java.util.Collection<Formula> formulas) |
add, balance, conjunctions, getAutomaton, getMaxEvents, getMaxEventsSansRoot, getMaxStates, getMaxStatesSansRoot, getNumberCachedAutomata, getTotalEvents, getTotalStates, getTreeFactory, height, iterator, other, removeNode, replace, reset, setAll, toStringpublic SizeSortedTreeConjunction(TreeFactory<ConjunctionTreeNode,ConjunctionTreeLeaf> treefactory)
public SizeSortedTreeConjunction(TreeFactory<ConjunctionTreeNode,ConjunctionTreeLeaf> treefactory, java.util.Collection<Formula> formulas)
public SizeSortedTreeConjunction(TreeFactory<ConjunctionTreeNode,ConjunctionTreeLeaf> treefactory, Formula f)
public static ConjunctionFactory<? extends SizeSortedTreeConjunction> getFactory(TreeFactory<ConjunctionTreeNode,ConjunctionTreeLeaf> treefactory)
public void remove(Formula term)
remove in interface Conjunctionremove in class UnsortedTreeConjunctionpublic void setAll(java.util.Collection<Formula> formulas)
setAll in interface ConjunctionsetAll in class UnsortedTreeConjunctionltl2aut.formula.conjunction.UnsortedTreeConjunction#setAll(java.util.Collection)