public class SUMOformulaToTPTPformula
extends java.lang.Object
Constructor and Description |
---|
SUMOformulaToTPTPformula() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args)
A test method.
|
static void |
testTptpParse()
A test method.
|
java.util.ArrayList<java.lang.String> |
tptpParse(Formula input,
boolean query,
KB kb)
Parse formulae into TPTP format
|
void |
tptpParse(Formula input,
boolean query,
KB kb,
java.util.List<Formula> preProcessedForms)
Parse formulae into TPTP format
Result is returned in _f.theTptpFormulas
|
static java.lang.String |
tptpParseSUOKIFString(java.lang.String suoString,
boolean query)
Parse a single formula into TPTP format
|
public Formula _f
public static java.lang.String tptpParseSUOKIFString(java.lang.String suoString, boolean query)
public void tptpParse(Formula input, boolean query, KB kb, java.util.List<Formula> preProcessedForms) throws java.text.ParseException, java.io.IOException
java.text.ParseException
java.io.IOException
public java.util.ArrayList<java.lang.String> tptpParse(Formula input, boolean query, KB kb) throws java.text.ParseException, java.io.IOException
java.text.ParseException
java.io.IOException
public static void testTptpParse()
public static void main(java.lang.String[] args)