public static enum TptpParserOutput.Quantifier extends Enum<TptpParserOutput.Quantifier>
| Enum Constant and Description |
|---|
Assign |
Choice |
Description |
Exists |
ForAll |
Lambda |
QuantifierPi |
QuantifierSigma |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static TptpParserOutput.Quantifier |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TptpParserOutput.Quantifier[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TptpParserOutput.Quantifier ForAll
public static final TptpParserOutput.Quantifier Exists
public static final TptpParserOutput.Quantifier Lambda
public static final TptpParserOutput.Quantifier QuantifierPi
public static final TptpParserOutput.Quantifier QuantifierSigma
public static final TptpParserOutput.Quantifier Assign
public static final TptpParserOutput.Quantifier Choice
public static final TptpParserOutput.Quantifier Description
public static TptpParserOutput.Quantifier[] values()
for (TptpParserOutput.Quantifier c : TptpParserOutput.Quantifier.values()) System.out.println(c);
public static TptpParserOutput.Quantifier 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 nullpublic String toString()
toString in class Enum<TptpParserOutput.Quantifier>Copyright © 2015. All rights reserved.