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