public static enum TptpParserOutput.FormulaRole extends Enum<TptpParserOutput.FormulaRole>
| Enum Constant and Description |
|---|
Answer |
Assumption |
Axiom |
Conjecture |
Definition |
FiDomain |
FiFunctors |
FiPredicates |
Hypothesis |
Lemma |
NegatedConjecture |
Plain |
Question |
Theorem |
Type |
Unknown |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static TptpParserOutput.FormulaRole |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TptpParserOutput.FormulaRole[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TptpParserOutput.FormulaRole Axiom
public static final TptpParserOutput.FormulaRole Hypothesis
public static final TptpParserOutput.FormulaRole Definition
public static final TptpParserOutput.FormulaRole Type
public static final TptpParserOutput.FormulaRole Assumption
public static final TptpParserOutput.FormulaRole Lemma
public static final TptpParserOutput.FormulaRole Theorem
public static final TptpParserOutput.FormulaRole Conjecture
public static final TptpParserOutput.FormulaRole NegatedConjecture
public static final TptpParserOutput.FormulaRole Question
public static final TptpParserOutput.FormulaRole Plain
public static final TptpParserOutput.FormulaRole Answer
public static final TptpParserOutput.FormulaRole FiDomain
public static final TptpParserOutput.FormulaRole FiFunctors
public static final TptpParserOutput.FormulaRole FiPredicates
public static final TptpParserOutput.FormulaRole Unknown
public static TptpParserOutput.FormulaRole[] values()
for (TptpParserOutput.FormulaRole c : TptpParserOutput.FormulaRole.values()) System.out.println(c);
public static TptpParserOutput.FormulaRole 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.FormulaRole>Copyright © 2015. All rights reserved.