public static class SimpleTptpParserOutput.ThfFormula.ThfAtomic extends SimpleTptpParserOutput.ThfFormula implements TptpParserOutput.ThfAtomicFormula
SimpleTptpParserOutput.ThfFormula.Kind, SimpleTptpParserOutput.ThfFormula.ThfAtomic, SimpleTptpParserOutput.ThfFormula.ThfBinary, SimpleTptpParserOutput.ThfFormula.ThfQuantified, SimpleTptpParserOutput.ThfFormula.ThfUnary_kind| Constructor and Description |
|---|
ThfAtomic(String predicate,
Iterable<TptpParserOutput.Term> arguments) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Iterable<SimpleTptpParserOutput.Term> |
getArguments() |
int |
getNumberOfArguments() |
String |
getPredicate() |
int |
hashCode()
should never be called so throw an error.
|
String |
toString() |
String |
toString(int indent) |
String |
toString(int indent,
TptpParserOutput.BinaryConnective connective) |
getKindpublic ThfAtomic(String predicate, Iterable<TptpParserOutput.Term> arguments)
public String getPredicate()
public int getNumberOfArguments()
public Iterable<SimpleTptpParserOutput.Term> getArguments()
public boolean equals(Object obj)
equals in class SimpleTptpParserOutput.ThfFormulaobj - must be convertible to Atomic, can be nullpublic int hashCode()
SimpleTptpParserOutput.ThfFormulahashCode in class SimpleTptpParserOutput.ThfFormulapublic String toString()
toString in class SimpleTptpParserOutput.ThfFormulapublic String toString(int indent)
toString in class SimpleTptpParserOutput.ThfFormulapublic String toString(int indent, TptpParserOutput.BinaryConnective connective)
toString in class SimpleTptpParserOutput.ThfFormulaCopyright © 2015. All rights reserved.