| Package | Description |
|---|---|
| tptp_parser |
| Modifier and Type | Class and Description |
|---|---|
static class |
SimpleTptpParserOutput.ThfFormula |
static class |
SimpleTptpParserOutput.ThfFormula.ThfAtomic |
static class |
SimpleTptpParserOutput.ThfFormula.ThfBinary |
static class |
SimpleTptpParserOutput.ThfFormula.ThfQuantified |
static class |
SimpleTptpParserOutput.ThfFormula.ThfUnary |
| Modifier and Type | Method and Description |
|---|---|
LinkedList<TptpParserOutput.ThfFormula> |
TptpParser.thf_variable_list(TptpParserOutput out) |
| Modifier and Type | Method and Description |
|---|---|
TptpParserOutput.GeneralTerm |
TptpParserOutput.createGeneralThfFormula(TptpParserOutput.ThfFormula formula)
A correct implementation must return an object representing
a formula
|
TptpParserOutput.GeneralTerm |
SimpleTptpParserOutput.createGeneralThfFormula(TptpParserOutput.ThfFormula formula)
Implements the corresponding spec in TptpParserOutput.
|
TptpParserOutput.TptpInput |
TptpParserOutput.createThfAnnotated(String name,
TptpParserOutput.FormulaRole role,
TptpParserOutput.ThfFormula formula,
TptpParserOutput.Annotations annotations,
int lineNumber)
A correct implementation must return a TptpInput object representing
formula wrapped in the corresponding annotation.
|
TptpParserOutput.TptpInput |
SimpleTptpParserOutput.createThfAnnotated(String name,
TptpParserOutput.FormulaRole role,
TptpParserOutput.ThfFormula formula,
TptpParserOutput.Annotations annotations,
int lineNumber)
Implements the corresponding spec in TptpParserOutput.
|
TptpParserOutput.ThfFormula |
TptpParserOutput.createThfBinaryFormula(TptpParserOutput.ThfFormula lhs,
TptpParserOutput.BinaryConnective connective,
TptpParserOutput.ThfFormula rhs)
A correct implementation must return an object representing
the binary formula obtained by applying connective
to lhs and rhs .
|
TptpParserOutput.ThfFormula |
SimpleTptpParserOutput.createThfBinaryFormula(TptpParserOutput.ThfFormula lhs,
TptpParserOutput.BinaryConnective connective,
TptpParserOutput.ThfFormula rhs)
Implements the corresponding spec in TptpParserOutput.
|
TptpParserOutput.ThfFormula |
TptpParserOutput.createThfQuantifiedFormula(TptpParserOutput.Quantifier quantifier,
Iterable<TptpParserOutput.ThfFormula> variableList,
TptpParserOutput.ThfFormula formula)
A correct implementation must return an object representing
the formula obtained by applying the quantifier
quantifier to formula .
|
TptpParserOutput.ThfFormula |
SimpleTptpParserOutput.createThfQuantifiedFormula(TptpParserOutput.Quantifier quantifier,
Iterable<TptpParserOutput.ThfFormula> variableList,
TptpParserOutput.ThfFormula formula)
Implements the corresponding spec in TptpParserOutput.
|
TptpParserOutput.ThfFormula |
TptpParserOutput.createThfUnaryOf(TptpParserOutput.UnaryConnective unary,
TptpParserOutput.ThfFormula formula)
A correct implementation must return an object representing
the formula obtained by applying the negation connective
to formula .
|
TptpParserOutput.ThfFormula |
SimpleTptpParserOutput.createThfUnaryOf(TptpParserOutput.UnaryConnective unary,
TptpParserOutput.ThfFormula formula)
Implements the corresponding spec in TptpParserOutput.
|
TptpParserOutput.ThfFormula |
TptpParser.thf_mapping_type(TptpParserOutput out,
TptpParserOutput.ThfFormula formula) |
| Modifier and Type | Method and Description |
|---|---|
TptpParserOutput.ThfFormula |
TptpParserOutput.createThfQuantifiedFormula(TptpParserOutput.Quantifier quantifier,
Iterable<TptpParserOutput.ThfFormula> variableList,
TptpParserOutput.ThfFormula formula)
A correct implementation must return an object representing
the formula obtained by applying the quantifier
quantifier to formula .
|
TptpParserOutput.ThfFormula |
SimpleTptpParserOutput.createThfQuantifiedFormula(TptpParserOutput.Quantifier quantifier,
Iterable<TptpParserOutput.ThfFormula> variableList,
TptpParserOutput.ThfFormula formula)
Implements the corresponding spec in TptpParserOutput.
|
| Constructor and Description |
|---|
AnnotatedThfFormula(String name,
TptpParserOutput.FormulaRole role,
TptpParserOutput.ThfFormula formula,
TptpParserOutput.Annotations annotations,
int lineNumber) |
GeneralTerm(TptpParserOutput.ThfFormula formula) |
ThfBinary(TptpParserOutput.ThfFormula lhs,
TptpParserOutput.BinaryConnective connective,
TptpParserOutput.ThfFormula rhs) |
ThfQuantified(TptpParserOutput.Quantifier quantifier,
SimpleTptpParserOutput.ThfFormula variable,
TptpParserOutput.ThfFormula matrix) |
ThfUnary(TptpParserOutput.UnaryConnective unary,
TptpParserOutput.ThfFormula argument) |
Copyright © 2015. All rights reserved.