public static enum PoshEngine.EvaluationResult extends Enum<PoshEngine.EvaluationResult>
| Enum Constant and Description |
|---|
ELEMENT_FIRED |
GOAL_SATISFIED |
NO_ELEMENT_FIRED |
| Modifier and Type | Method and Description |
|---|---|
static PoshEngine.EvaluationResult |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PoshEngine.EvaluationResult[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PoshEngine.EvaluationResult GOAL_SATISFIED
public static final PoshEngine.EvaluationResult ELEMENT_FIRED
public static final PoshEngine.EvaluationResult NO_ELEMENT_FIRED
public static PoshEngine.EvaluationResult[] values()
for (PoshEngine.EvaluationResult c : PoshEngine.EvaluationResult.values()) System.out.println(c);
public static PoshEngine.EvaluationResult 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 © 2018 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.