public static class SimpleTptpParserOutput.Formula extends Object implements TptpParserOutput.FofFormula
| Modifier and Type | Class and Description |
|---|---|
static class |
SimpleTptpParserOutput.Formula.Atomic |
static class |
SimpleTptpParserOutput.Formula.Binary |
static class |
SimpleTptpParserOutput.Formula.Kind |
static class |
SimpleTptpParserOutput.Formula.Negation |
static class |
SimpleTptpParserOutput.Formula.Quantified |
| Modifier and Type | Field and Description |
|---|---|
protected SimpleTptpParserOutput.Formula.Kind |
_kind |
| Constructor and Description |
|---|
Formula() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
SimpleTptpParserOutput.Formula.Kind |
getKind() |
int |
hashCode()
should never be called so throw an error.
|
String |
toString() |
String |
toString(int indent) |
protected SimpleTptpParserOutput.Formula.Kind _kind
public SimpleTptpParserOutput.Formula.Kind getKind()
public boolean equals(Object obj)
public int hashCode()
public String toString(int indent)
Copyright © 2015. All rights reserved.