public enum GeneralMeasures extends java.lang.Enum<GeneralMeasures> implements IMeasurementKey
| Enum Constant and Description |
|---|
CONSTRAINT_COUNT
Total number of constraints.
|
EVALUATION_TIME
Time (in ms) spent for constraint translation.
|
PROBLEMS
Total number of evaluation problems.
|
REASONING_TIME
Total time (in ms) spent for reasoning.
|
REEVALUATION_COUNT
Total number of re-evaluations.
|
TRANSLATION_TIME
Time (in ms) spent for translating the model - collected only if the approach performs translation.
|
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
explanation |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getExplanation()
An explanation/headline for this key.
|
int |
outputPos()
Intended output position for printing.
|
static GeneralMeasures |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GeneralMeasures[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfnamepublic static final GeneralMeasures EVALUATION_TIME
public static final GeneralMeasures TRANSLATION_TIME
public static final GeneralMeasures REASONING_TIME
public static final GeneralMeasures REEVALUATION_COUNT
public static final GeneralMeasures CONSTRAINT_COUNT
public static final GeneralMeasures PROBLEMS
public static GeneralMeasures[] values()
for (GeneralMeasures c : GeneralMeasures.values()) System.out.println(c);
public static GeneralMeasures 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()
IMeasurementKeygetExplanation in interface IMeasurementKeypublic int outputPos()
IMeasurementKeyoutputPos in interface IMeasurementKeyCopyright © 2009 - 2018 SSE. All Rights Reserved.