|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectformulaVisited.Negation
public class Negation
The negation of a formula.
| Constructor Summary | |
|---|---|
Negation(Formula _subformula)
Constructs the negation of a formula |
|
| Method Summary | |
|---|---|
java.lang.Object |
accept(Visitor _v)
Accepts a visitor. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Negation(Formula _subformula)
_subformula - The formula being negated.| Method Detail |
|---|
public java.lang.Object accept(Visitor _v)
Formula{ return _v.visit(this); },
and the compiler identifies the right Visitor method
based on the subclass (which is the type of this).
accept in interface Formula_v - The visitor.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||