public static enum EvaluationGraph.IntendedUse extends java.lang.Enum<EvaluationGraph.IntendedUse>
EvaluationGraph.| Enum Constant and Description |
|---|
EvaluationByDeltaCosts |
StateVariability |
| Modifier and Type | Method and Description |
|---|---|
static EvaluationGraph.IntendedUse |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EvaluationGraph.IntendedUse[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EvaluationGraph.IntendedUse StateVariability
public static final EvaluationGraph.IntendedUse EvaluationByDeltaCosts
public static EvaluationGraph.IntendedUse[] values()
for (EvaluationGraph.IntendedUse c : EvaluationGraph.IntendedUse.values()) System.out.println(c);
public static EvaluationGraph.IntendedUse valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null