public abstract class BTFormula extends java.lang.Object implements _PropositionalFormula
| Constructor and Description |
|---|
BTFormula() |
| Modifier and Type | Method and Description |
|---|---|
abstract BTFormula[] |
immediateSubformulas()
The immediate subformulas of this formula.
|
abstract PropositionalConnective |
mainConnective()
The main logical operator of this formula.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisAtomic, isCompoundformat, shortNamepublic abstract PropositionalConnective mainConnective()
_PropositionalFormulamainConnective in interface _PropositionalFormulapublic abstract BTFormula[] immediateSubformulas()
_PropositionalFormulaimmediateSubformulas in interface _PropositionalFormula