public interface Conjunction extends java.lang.Iterable<Formula>
| Modifier and Type | Method and Description |
|---|---|
void |
add(Formula term) |
void |
balance() |
Automaton |
getAutomaton() |
void |
remove(Formula term) |
void |
setAll(java.util.Collection<Formula> terms) |
void |
setAll(Formula terms) |
void add(Formula term) throws javax.naming.OperationNotSupportedException
javax.naming.OperationNotSupportedExceptionvoid balance()
Automaton getAutomaton()
void remove(Formula term) throws javax.naming.OperationNotSupportedException
javax.naming.OperationNotSupportedExceptionvoid setAll(java.util.Collection<Formula> terms)
void setAll(Formula terms)