public static enum SimpleTptpParserOutput.ThfFormula.Kind extends Enum<SimpleTptpParserOutput.ThfFormula.Kind>
| Enum Constant and Description |
|---|
Atomic |
Binary |
Negation |
Quantified |
Unary |
| Modifier and Type | Method and Description |
|---|---|
static SimpleTptpParserOutput.ThfFormula.Kind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SimpleTptpParserOutput.ThfFormula.Kind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SimpleTptpParserOutput.ThfFormula.Kind Atomic
public static final SimpleTptpParserOutput.ThfFormula.Kind Negation
public static final SimpleTptpParserOutput.ThfFormula.Kind Unary
public static final SimpleTptpParserOutput.ThfFormula.Kind Binary
public static final SimpleTptpParserOutput.ThfFormula.Kind Quantified
public static SimpleTptpParserOutput.ThfFormula.Kind[] values()
for (SimpleTptpParserOutput.ThfFormula.Kind c : SimpleTptpParserOutput.ThfFormula.Kind.values()) System.out.println(c);
public static SimpleTptpParserOutput.ThfFormula.Kind valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2015. All rights reserved.