public static class SimpleTptpParserOutput.Formula.Quantified extends SimpleTptpParserOutput.Formula
SimpleTptpParserOutput.Formula.Atomic, SimpleTptpParserOutput.Formula.Binary, SimpleTptpParserOutput.Formula.Kind, SimpleTptpParserOutput.Formula.Negation, SimpleTptpParserOutput.Formula.Quantified_kind| Constructor and Description |
|---|
Quantified(TptpParserOutput.Quantifier quantifier,
String variable,
TptpParserOutput.FofFormula matrix) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
SimpleTptpParserOutput.Formula |
getMatrix() |
TptpParserOutput.Quantifier |
getQuantifier() |
String |
getVariable() |
int |
hashCode()
should never be called so throw an error.
|
String |
toString() |
String |
toString(int indent) |
String |
toString(int indent,
boolean outputQuantifier) |
getKindpublic Quantified(TptpParserOutput.Quantifier quantifier, String variable, TptpParserOutput.FofFormula matrix)
public TptpParserOutput.Quantifier getQuantifier()
public String getVariable()
public SimpleTptpParserOutput.Formula getMatrix()
public boolean equals(Object obj)
equals in class SimpleTptpParserOutput.Formulaobj - must be convertible to Quantified, can be nullpublic int hashCode()
SimpleTptpParserOutput.FormulahashCode in class SimpleTptpParserOutput.Formulapublic String toString()
toString in class SimpleTptpParserOutput.Formulapublic String toString(int indent)
toString in class SimpleTptpParserOutput.Formulapublic String toString(int indent, boolean outputQuantifier)
Copyright © 2015. All rights reserved.