|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--techniques.FOL.Sentence
|
+--techniques.FOL.Quantifier
| Fields inherited from class techniques.FOL.Sentence |
FALSE, TRUE |
| Constructor Summary | |
Quantifier(Variable v,
Sentence s)
|
|
| Method Summary | |
java.lang.Object |
clone()
cloning returns a deep copy of a sentence. |
Sentence |
simplify()
Simplifies this sentence by removing subtrees that are known to be true or false. |
| Methods inherited from class techniques.FOL.Sentence |
clausalForm, debugPrint, debugPrintln, driveInNegations, eliminateEquivalences, eliminateImplications, extractQuantifications, makeClauses, negate, removeQuantifiers, renameVariables, substitute, substituteVariable |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Quantifier(Variable v,
Sentence s)
| Method Detail |
public java.lang.Object clone()
Sentenceclone in class Sentencepublic Sentence simplify()
Sentencesimplify in class Sentence
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||