public static class SimpleTptpParserOutput.Formula.Negation extends SimpleTptpParserOutput.Formula
SimpleTptpParserOutput.Formula.Atomic, SimpleTptpParserOutput.Formula.Binary, SimpleTptpParserOutput.Formula.Kind, SimpleTptpParserOutput.Formula.Negation, SimpleTptpParserOutput.Formula.Quantified_kind| Constructor and Description |
|---|
Negation(TptpParserOutput.FofFormula argument) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
SimpleTptpParserOutput.Formula |
getArgument()
Returns the formula under the negation.
|
int |
hashCode()
should never be called so throw an error.
|
String |
toString() |
String |
toString(int indent) |
getKindpublic Negation(TptpParserOutput.FofFormula argument)
public SimpleTptpParserOutput.Formula getArgument()
public boolean equals(Object obj)
equals in class SimpleTptpParserOutput.Formulaobj - must be convertible to Negation, 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.FormulaCopyright © 2015. All rights reserved.