public class ConjunctionTreeLeaf extends ConjunctionTreeNode
left, parent, right| Constructor and Description |
|---|
ConjunctionTreeLeaf(Formula f,
char name) |
| Modifier and Type | Method and Description |
|---|---|
int |
conjunctions() |
boolean |
equals(java.lang.Object o) |
Automaton |
getAutomaton() |
Formula |
getFormula() |
int |
getHeight() |
int |
hashCode() |
java.util.Iterator<Formula> |
iterator() |
void |
setFormula(Formula f) |
java.lang.String |
toString() |
calculateProduct, detach, getLeft, getParent, getRight, invalidate, process, setLeft, setRightpublic ConjunctionTreeLeaf(Formula f, char name)
public int conjunctions()
conjunctions in class ConjunctionTreeNodepublic boolean equals(java.lang.Object o)
equals in class ConjunctionTreeNodepublic Automaton getAutomaton()
getAutomaton in class ConjunctionTreeNodepublic Formula getFormula()
public int getHeight()
getHeight in class ConjunctionTreeNodepublic int hashCode()
hashCode in class ConjunctionTreeNodepublic java.util.Iterator<Formula> iterator()
iterator in interface java.lang.Iterable<Formula>iterator in class ConjunctionTreeNodepublic void setFormula(Formula f)
f - the f to setpublic java.lang.String toString()
toString in class ConjunctionTreeNode