| Package | Description |
|---|---|
| tptp_parser |
| Modifier and Type | Class and Description |
|---|---|
static class |
SimpleTptpParserOutput.Literal |
| Modifier and Type | Method and Description |
|---|---|
TptpParserOutput.Literal |
TptpParserOutput.createLiteral(boolean positive,
TptpParserOutput.AtomicFormula atom)
A correct implementation must return an object representing the literal
with atom and the polarity determined by
positive .
|
TptpParserOutput.Literal |
SimpleTptpParserOutput.createLiteral(boolean positive,
TptpParserOutput.AtomicFormula atom)
Implements the corresponding spec in TptpParserOutput.
|
TptpParserOutput.Literal |
TptpParser.literal(TptpParserOutput out) |
TptpParserOutput.Literal |
TptpParser.tptp_literal(TptpParserOutput out) |
| Modifier and Type | Method and Description |
|---|---|
LinkedList<TptpParserOutput.Literal> |
TptpParser.disjunction(TptpParserOutput out) |
| Modifier and Type | Method and Description |
|---|---|
TptpParserOutput.CnfFormula |
TptpParserOutput.createClause(Iterable<TptpParserOutput.Literal> literals)
A correct implementation must return an object representing
the clause made of literals .
|
TptpParserOutput.CnfFormula |
SimpleTptpParserOutput.createClause(Iterable<TptpParserOutput.Literal> literals)
Implements the corresponding spec in TptpParserOutput.
|
| Constructor and Description |
|---|
Clause(Iterable<TptpParserOutput.Literal> literals) |
Copyright © 2015. All rights reserved.