public enum Measures extends java.lang.Enum<Measures> implements net.ssehub.easy.reasoning.core.reasoner.IMeasurementKey
| Enum Constant and Description |
|---|
REEVALUATION_COUNT |
| Modifier and Type | Method and Description |
|---|---|
static Measures |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Measures[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Measures REEVALUATION_COUNT
public static Measures[] values()
for (Measures c : Measures.values()) System.out.println(c);
public static Measures 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 nullCopyright © 2009 - 2018 SSE. All Rights Reserved.