org.dllearner.algorithms.ocel
Enum ExampleBasedNode.QualityEvaluationMethod
java.lang.Object
java.lang.Enum<ExampleBasedNode.QualityEvaluationMethod>
org.dllearner.algorithms.ocel.ExampleBasedNode.QualityEvaluationMethod
- All Implemented Interfaces:
- Serializable, Comparable<ExampleBasedNode.QualityEvaluationMethod>
- Enclosing class:
- ExampleBasedNode
public static enum ExampleBasedNode.QualityEvaluationMethod
- extends Enum<ExampleBasedNode.QualityEvaluationMethod>
START
public static final ExampleBasedNode.QualityEvaluationMethod START
REASONER
public static final ExampleBasedNode.QualityEvaluationMethod REASONER
TOO_WEAK_LIST
public static final ExampleBasedNode.QualityEvaluationMethod TOO_WEAK_LIST
OVERLY_GENERAL_LIST
public static final ExampleBasedNode.QualityEvaluationMethod OVERLY_GENERAL_LIST
values
public static ExampleBasedNode.QualityEvaluationMethod[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (ExampleBasedNode.QualityEvaluationMethod c : ExampleBasedNode.QualityEvaluationMethod.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static ExampleBasedNode.QualityEvaluationMethod valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2011 Jens Lehmann