|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.uni_tuebingen.sfb.lichtenstein.formulas.FormulaVisitor
public abstract class FormulaVisitor
A general interface representing a visitor that visits formulas. See the Visitor pattern.
| Constructor Summary | |
|---|---|
FormulaVisitor()
|
|
| Method Summary | |
|---|---|
protected abstract void |
visit(Conjunction form)
Visit a conjunction. |
protected abstract void |
visit(Disjunction form)
Visit a disjunction. |
protected abstract void |
visit(Dominance form)
Visit a dominance atomic formula. |
protected abstract void |
visit(Equivalence form)
Visit an equivalence atomic formula. |
protected abstract void |
visit(FirstOrderEquality form)
Visit a first order equality atomic formula. |
protected abstract void |
visit(FirstOrderExistentialQuantification form)
Visit an existential quantification. |
protected abstract void |
visit(FirstOrderUniversalQuantification form)
Visit a universal quantification. |
abstract void |
visit(Formula form)
Visit a formula. |
protected abstract void |
visit(ImmediateDominance form)
Visit an immediate dominance atomic formula. |
protected abstract void |
visit(Implication form)
Visit an implication. |
protected abstract void |
visit(Inclusion form)
Visit an inclusion. |
protected abstract void |
visit(Negation form)
Visit a negation. |
protected abstract void |
visit(Precedence form)
Visit a precedence atomic formula. |
protected abstract void |
visit(ProperDominance form)
Visit a proper dominance atomic formula. |
protected abstract void |
visit(SecondOrderEquality form)
Visit a second order equality atomic formula. |
protected abstract void |
visit(SecondOrderExistentialQuantification form)
Visit an existential quantification. |
protected abstract void |
visit(SecondOrderUniversalQuantification form)
Visit a universal quantification. |
protected abstract void |
visit(Subset form)
Visit a subset atomic formula. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FormulaVisitor()
| Method Detail |
|---|
public abstract void visit(Formula form)
throws VisitorException
form - The formula to be visited.
VisitorException - [CAN] A visitor can throw any exception. Visitors should thoroughly document this behaviour.
protected abstract void visit(Negation form)
throws VisitorException
form - The formula to be visited.
VisitorException - [CAN] A visitor can throw any exception. Visitors should thoroughly document this behaviour.
protected abstract void visit(Conjunction form)
throws VisitorException
form - The formula to be visited.
VisitorException - [CAN] A visitor can throw any exception. Visitors should thoroughly document this behaviour.
protected abstract void visit(Disjunction form)
throws VisitorException
form - The formula to be visited.
VisitorException - [CAN] A visitor can throw any exception. Visitors should thoroughly document this behaviour.
protected abstract void visit(Implication form)
throws VisitorException
form - The formula to be visited.
VisitorException - [CAN] A visitor can throw any exception. Visitors should thoroughly document this behaviour.
protected abstract void visit(Equivalence form)
throws VisitorException
form - The formula to be visited.
VisitorException - [CAN] A visitor can throw any exception. Visitors should thoroughly document this behaviour.
protected abstract void visit(FirstOrderExistentialQuantification form)
throws VisitorException
form - The formula to be visited.
VisitorException - [CAN] A visitor can throw any exception. Visitors should thoroughly document this behaviour.
protected abstract void visit(FirstOrderUniversalQuantification form)
throws VisitorException
form - The formula to be visited.
VisitorException - [CAN] A visitor can throw any exception. Visitors should thoroughly document this behaviour.
protected abstract void visit(SecondOrderExistentialQuantification form)
throws VisitorException
form - The formula to be visited.
VisitorException - [CAN] A visitor can throw any exception. Visitors should thoroughly document this behaviour.
protected abstract void visit(SecondOrderUniversalQuantification form)
throws VisitorException
form - The formula to be visited.
VisitorException - [CAN] A visitor can throw any exception. Visitors should thoroughly document this behaviour.
protected abstract void visit(FirstOrderEquality form)
throws VisitorException
form - The formula to be visited.
VisitorException - [CAN] A visitor can throw any exception. Visitors should thoroughly document this behaviour.
protected abstract void visit(SecondOrderEquality form)
throws VisitorException
form - The formula to be visited.
VisitorException - [CAN] A visitor can throw any exception. Visitors should thoroughly document this behaviour.
protected abstract void visit(Inclusion form)
throws VisitorException
form - The formula to be visited.
VisitorException - [CAN] A visitor can throw any exception. Visitors should thoroughly document this behaviour.
protected abstract void visit(Subset form)
throws VisitorException
form - The formula to be visited.
VisitorException - [CAN] A visitor can throw any exception. Visitors should thoroughly document this behaviour.
protected abstract void visit(Dominance form)
throws VisitorException
form - The formula to be visited.
VisitorException - [CAN] A visitor can throw any exception. Visitors should thoroughly document this behaviour.
protected abstract void visit(ImmediateDominance form)
throws VisitorException
form - The formula to be visited.
VisitorException - [CAN] A visitor can throw any exception. Visitors should thoroughly document this behaviour.
protected abstract void visit(ProperDominance form)
throws VisitorException
form - The formula to be visited.
VisitorException - [CAN] A visitor can throw any exception. Visitors should thoroughly document this behaviour.
protected abstract void visit(Precedence form)
throws VisitorException
form - The formula to be visited.
VisitorException - [CAN] A visitor can throw any exception. Visitors should thoroughly document this behaviour.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||