public enum Metric extends Enum<Metric>
Enum Constant and Description |
---|
AMBIGUITY
|
COVERAGE
|
DDU
|
ENTROPY
|
GLOBAL_INVERTED_SIMPSON
|
GLOBAL_SIMPSON
|
GLOBALDDU
|
INVERTED_SIMPSON
|
NORMALIZED_RHO
|
RHO
|
SIMPSON
|
Modifier and Type | Method and Description |
---|---|
IMetric |
getMetric() |
static Metric |
valueOf(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 AMBIGUITY
public static final Metric COVERAGE
public static final Metric DDU
public static final Metric GLOBALDDU
public static final Metric ENTROPY
public static final Metric RHO
public static final Metric NORMALIZED_RHO
public static final Metric SIMPSON
public static final Metric INVERTED_SIMPSON
public static final Metric GLOBAL_SIMPSON
public static final Metric GLOBAL_INVERTED_SIMPSON
public static Metric[] values()
for (Metric c : Metric.values()) System.out.println(c);
public static Metric 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 nullpublic IMetric getMetric()
Copyright © 2010–2019 GZoltar. All rights reserved.