public enum Measures extends java.lang.Enum<Measures> implements net.ssehub.easy.reasoning.core.reasoner.IMeasurementKey
| Enum Constant and Description |
|---|
PROBLEM_ASSIGNMENTS
Number of constraints with assignment problems.
|
PROBLEM_CONSTRAINTS
Number of constraints with evaluation problems.
|
VARIABLES_IN_CONSTRAINTS
Number of variables in constraints.
|
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
explanation |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getExplanation() |
int |
outputPos() |
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 VARIABLES_IN_CONSTRAINTS
public static final Measures PROBLEM_CONSTRAINTS
public static final Measures PROBLEM_ASSIGNMENTS
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 nullpublic java.lang.String getExplanation()
getExplanation in interface net.ssehub.easy.reasoning.core.reasoner.IMeasurementKeypublic int outputPos()
outputPos in interface net.ssehub.easy.reasoning.core.reasoner.IMeasurementKeyCopyright © 2009 - 2018 SSE. All Rights Reserved.