edu.ucla.belief.approx
Enum EdgeDeletionInferenceEngine.CPTPolicy
Object
Enum<EdgeDeletionInferenceEngine.CPTPolicy>
EdgeDeletionInferenceEngine.CPTPolicy
- All Implemented Interfaces:
- Serializable, Comparable<EdgeDeletionInferenceEngine.CPTPolicy>
- Enclosing class:
- EdgeDeletionInferenceEngine
public static enum EdgeDeletionInferenceEngine.CPTPolicy
- extends Enum<EdgeDeletionInferenceEngine.CPTPolicy>
- Since:
- 20080229
discard
public static final EdgeDeletionInferenceEngine.CPTPolicy discard
import_on_convergence
public static final EdgeDeletionInferenceEngine.CPTPolicy import_on_convergence
import_on_iteration
public static final EdgeDeletionInferenceEngine.CPTPolicy import_on_iteration
manual
public static final EdgeDeletionInferenceEngine.CPTPolicy manual
PREFIX
public static final String PREFIX
- See Also:
- Constant Field Values
display
public final String display
tip
public final String tip
values
public static EdgeDeletionInferenceEngine.CPTPolicy[] 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 (EdgeDeletionInferenceEngine.CPTPolicy c : EdgeDeletionInferenceEngine.CPTPolicy.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static EdgeDeletionInferenceEngine.CPTPolicy 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
toString
public String toString()
- Overrides:
toString
in class Enum<EdgeDeletionInferenceEngine.CPTPolicy>
prefix
public static final String prefix()
Copyright 2010 UCLA Automated Reasoning Group