public static class SimpleTptpParserOutput.ThfFormula.ThfQuantified extends SimpleTptpParserOutput.ThfFormula
SimpleTptpParserOutput.ThfFormula.Kind, SimpleTptpParserOutput.ThfFormula.ThfAtomic, SimpleTptpParserOutput.ThfFormula.ThfBinary, SimpleTptpParserOutput.ThfFormula.ThfQuantified, SimpleTptpParserOutput.ThfFormula.ThfUnary_kind| Constructor and Description |
|---|
ThfQuantified(TptpParserOutput.Quantifier quantifier,
SimpleTptpParserOutput.ThfFormula variable,
TptpParserOutput.ThfFormula matrix) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
SimpleTptpParserOutput.ThfFormula |
getMatrix() |
TptpParserOutput.Quantifier |
getQuantifier() |
SimpleTptpParserOutput.ThfFormula |
getVariable() |
int |
hashCode()
should never be called so throw an error.
|
String |
toString() |
String |
toString(int indent) |
String |
toString(int indent,
boolean outputQuantifier) |
String |
toString(int indent,
TptpParserOutput.BinaryConnective connective) |
String |
toString(int indent,
TptpParserOutput.BinaryConnective connective,
boolean outputQuantifier) |
getKindpublic ThfQuantified(TptpParserOutput.Quantifier quantifier, SimpleTptpParserOutput.ThfFormula variable, TptpParserOutput.ThfFormula matrix)
public TptpParserOutput.Quantifier getQuantifier()
public SimpleTptpParserOutput.ThfFormula getVariable()
public SimpleTptpParserOutput.ThfFormula getMatrix()
public boolean equals(Object obj)
equals in class SimpleTptpParserOutput.ThfFormulaobj - must be convertible to Quantified, can be nullpublic int hashCode()
SimpleTptpParserOutput.ThfFormulahashCode in class SimpleTptpParserOutput.ThfFormulapublic String toString()
toString in class SimpleTptpParserOutput.ThfFormulapublic String toString(int indent, boolean outputQuantifier)
public String toString(int indent)
toString in class SimpleTptpParserOutput.ThfFormulapublic String toString(int indent, TptpParserOutput.BinaryConnective connective)
toString in class SimpleTptpParserOutput.ThfFormulapublic String toString(int indent, TptpParserOutput.BinaryConnective connective, boolean outputQuantifier)
Copyright © 2015. All rights reserved.