Formula.And, Formula.Equiv, Formula.Impl, Formula.Literal, Formula.Not, Formula.Or
Constructor and Description |
---|
Formula.Not(Formula f1)
Instantiate a new negated formula.
|
Modifier and Type | Method and Description |
---|---|
int |
accept(FormulaVisitor visitor)
Entry point for a
FormulaVisitor . |
String |
toString()
Return a string representation of the object.
|
countSubFormulas, equals, getSubFormula, hashCode
public Formula.Not(Formula f1)
f1
- a non-null reference to an arbitrary formulapublic int accept(FormulaVisitor visitor)
Formula
FormulaVisitor
.
This methods realises the accept-part of the visitor pattern.