public enum TptpFofFormulaRole extends Enum<TptpFofFormulaRole>
| Enum Constant and Description |
|---|
assumption |
axiom |
conjecture |
definition |
fi_domain |
fi_functors |
fi_predicates |
hypothesis |
lemma |
negated_conjecture |
plain |
theorem |
type |
unknown |
| Modifier and Type | Method and Description |
|---|---|
static TptpFofFormulaRole |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TptpFofFormulaRole[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TptpFofFormulaRole axiom
public static final TptpFofFormulaRole conjecture
public static final TptpFofFormulaRole hypothesis
public static final TptpFofFormulaRole definition
public static final TptpFofFormulaRole assumption
public static final TptpFofFormulaRole lemma
public static final TptpFofFormulaRole theorem
public static final TptpFofFormulaRole negated_conjecture
public static final TptpFofFormulaRole plain
public static final TptpFofFormulaRole fi_domain
public static final TptpFofFormulaRole fi_functors
public static final TptpFofFormulaRole fi_predicates
public static final TptpFofFormulaRole type
public static final TptpFofFormulaRole unknown
public static TptpFofFormulaRole[] values()
for (TptpFofFormulaRole c : TptpFofFormulaRole.values()) System.out.println(c);
public static TptpFofFormulaRole 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 © 2016. All rights reserved.