protected static enum KnowledgeBase.ReasoningState extends Enum<KnowledgeBase.ReasoningState>
| Enum Constant and Description |
|---|
CLASSIFY |
CONSISTENCY |
REALIZE |
| Modifier and Type | Method and Description |
|---|---|
static KnowledgeBase.ReasoningState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KnowledgeBase.ReasoningState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KnowledgeBase.ReasoningState CONSISTENCY
public static final KnowledgeBase.ReasoningState CLASSIFY
public static final KnowledgeBase.ReasoningState REALIZE
public static KnowledgeBase.ReasoningState[] values()
for (KnowledgeBase.ReasoningState c : KnowledgeBase.ReasoningState.values()) System.out.println(c);
public static KnowledgeBase.ReasoningState 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 © 2019. All rights reserved.