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