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