public static enum SimpleTptpParserOutput.Formula.Kind extends Enum<SimpleTptpParserOutput.Formula.Kind>
| Enum Constant and Description |
|---|
Atomic |
Binary |
Negation |
Quantified |
| Modifier and Type | Method and Description |
|---|---|
static SimpleTptpParserOutput.Formula.Kind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SimpleTptpParserOutput.Formula.Kind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SimpleTptpParserOutput.Formula.Kind Atomic
public static final SimpleTptpParserOutput.Formula.Kind Negation
public static final SimpleTptpParserOutput.Formula.Kind Binary
public static final SimpleTptpParserOutput.Formula.Kind Quantified
public static SimpleTptpParserOutput.Formula.Kind[] values()
for (SimpleTptpParserOutput.Formula.Kind c : SimpleTptpParserOutput.Formula.Kind.values()) System.out.println(c);
public static SimpleTptpParserOutput.Formula.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.