| Package | Description |
|---|---|
| tptp_parser | |
| TPTPWorld |
| Modifier and Type | Class and Description |
|---|---|
static class |
SimpleTptpParserOutput.Formula.Atomic |
static class |
SimpleTptpParserOutput.Formula.Binary |
static class |
SimpleTptpParserOutput.Formula.Negation |
static class |
SimpleTptpParserOutput.Formula.Quantified |
| Modifier and Type | Method and Description |
|---|---|
SimpleTptpParserOutput.Formula |
SimpleTptpParserOutput.Formula.Negation.getArgument()
Returns the formula under the negation.
|
SimpleTptpParserOutput.Formula |
SimpleTptpParserOutput.GeneralTerm.getFofFormula()
Precondition: isFofFormula().
|
SimpleTptpParserOutput.Formula |
SimpleTptpParserOutput.AnnotatedFormula.getFormula() |
SimpleTptpParserOutput.Formula |
SimpleTptpParserOutput.Formula.Binary.getLhs() |
SimpleTptpParserOutput.Formula |
SimpleTptpParserOutput.Formula.Quantified.getMatrix() |
SimpleTptpParserOutput.Formula |
SimpleTptpParserOutput.Formula.Binary.getRhs() |
| Modifier and Type | Method and Description |
|---|---|
static ArrayList<String> |
TPTPParser.identifyFormulaVariables(SimpleTptpParserOutput.Formula formula,
ArrayList<String> variables) |
static ArrayList<String> |
TPTPParser.identifyQuantifiedVariables(SimpleTptpParserOutput.Formula formula,
ArrayList<String> variables) |
Copyright © 2015. All rights reserved.