public class CNFConverter
extends java.lang.Object
| Constructor and Description |
|---|
CNFConverter(FOLParser parser) |
| Modifier and Type | Method and Description |
|---|---|
CNF |
convertToCNF(Sentence aSentence)
Returns the specified sentence as a list of clauses, where each clause is
a disjunction of literals.
|
public CNFConverter(FOLParser parser)
public CNF convertToCNF(Sentence aSentence)
aSentence - a sentence in first order logic (predicate calculus)