public class PartitionedConjunction extends UnsortedTreeConjunction
formulaMap, leaves, nextName| Constructor and Description |
|---|
PartitionedConjunction(TreeFactory<ConjunctionTreeNode,ConjunctionTreeLeaf> treefactory,
ConjunctionFactory<? extends UnsortedTreeConjunction> factory) |
PartitionedConjunction(TreeFactory<ConjunctionTreeNode,ConjunctionTreeLeaf> treefactory,
ConjunctionFactory<? extends UnsortedTreeConjunction> factory,
java.util.Collection<Formula> terms) |
PartitionedConjunction(TreeFactory<ConjunctionTreeNode,ConjunctionTreeLeaf> treefactory,
ConjunctionFactory<? extends UnsortedTreeConjunction> factory,
Formula f) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Formula term) |
java.util.Collection<Automaton> |
getAutomata() |
static ConjunctionFactory<? extends PartitionedConjunction> |
getFactory(TreeFactory<ConjunctionTreeNode,ConjunctionTreeLeaf> treefactory,
ConjunctionFactory<? extends UnsortedTreeConjunction> factory) |
int |
getNumberOfPartitions() |
java.util.Collection<java.util.Set<Formula>> |
getPartitions() |
void |
remove(Formula term) |
void |
reset() |
void |
setAll(java.util.Collection<Formula> formulas) |
balance, conjunctions, getAutomaton, getFactory, getMaxEvents, getMaxEventsSansRoot, getMaxStates, getMaxStatesSansRoot, getNumberCachedAutomata, getTotalEvents, getTotalStates, getTreeFactory, height, iterator, other, removeNode, replace, setAll, toStringpublic PartitionedConjunction(TreeFactory<ConjunctionTreeNode,ConjunctionTreeLeaf> treefactory, ConjunctionFactory<? extends UnsortedTreeConjunction> factory)
public PartitionedConjunction(TreeFactory<ConjunctionTreeNode,ConjunctionTreeLeaf> treefactory, ConjunctionFactory<? extends UnsortedTreeConjunction> factory, java.util.Collection<Formula> terms)
public PartitionedConjunction(TreeFactory<ConjunctionTreeNode,ConjunctionTreeLeaf> treefactory, ConjunctionFactory<? extends UnsortedTreeConjunction> factory, Formula f)
public static ConjunctionFactory<? extends PartitionedConjunction> getFactory(TreeFactory<ConjunctionTreeNode,ConjunctionTreeLeaf> treefactory, ConjunctionFactory<? extends UnsortedTreeConjunction> factory)
public void add(Formula term) throws javax.naming.OperationNotSupportedException
add in interface Conjunctionadd in class UnsortedTreeConjunctionjavax.naming.OperationNotSupportedExceptionpublic java.util.Collection<Automaton> getAutomata()
public int getNumberOfPartitions()
public java.util.Collection<java.util.Set<Formula>> getPartitions()
public void remove(Formula term) throws javax.naming.OperationNotSupportedException
remove in interface Conjunctionremove in class UnsortedTreeConjunctionjavax.naming.OperationNotSupportedExceptionpublic void reset()
reset in class UnsortedTreeConjunctionpublic void setAll(java.util.Collection<Formula> formulas)
setAll in interface ConjunctionsetAll in class UnsortedTreeConjunction