| Enum Constant and Description |
|---|
AVERAGE_CONNECTOR_DEGREE |
BEHAVIOURAL_PRECISION |
BEHAVIOURAL_RECALL |
CUT_VERTICES |
F_SCORE |
ICS_FITNESS |
WEIGHED_PLACE_TRANSITION_ARC_DEGREE |
| Modifier and Type | Method and Description |
|---|---|
static Metric |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Metric[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Metric AVERAGE_CONNECTOR_DEGREE
public static final Metric CUT_VERTICES
public static final Metric F_SCORE
public static final Metric ICS_FITNESS
public static final Metric WEIGHED_PLACE_TRANSITION_ARC_DEGREE
public static final Metric BEHAVIOURAL_PRECISION
public static final Metric BEHAVIOURAL_RECALL
public static Metric[] values()
for (Metric c : Metric.values()) System.out.println(c);
public static Metric 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