edu.ucla.belief.approx
Enum EdgeDeletionBeliefPropagationSetting
Object
Enum<EdgeDeletionBeliefPropagationSetting>
EdgeDeletionBeliefPropagationSetting
- All Implemented Interfaces:
- Setting, Serializable, Comparable<EdgeDeletionBeliefPropagationSetting>
public enum EdgeDeletionBeliefPropagationSetting
- extends Enum<EdgeDeletionBeliefPropagationSetting>
- implements Setting
- Since:
- 20080225
- Author:
- keith cascio
control
public static final EdgeDeletionBeliefPropagationSetting control
cptpolicy
public static final EdgeDeletionBeliefPropagationSetting cptpolicy
cptnotification
public static final EdgeDeletionBeliefPropagationSetting cptnotification
iterations
public static final EdgeDeletionBeliefPropagationSetting iterations
timeout
public static final EdgeDeletionBeliefPropagationSetting timeout
threshold
public static final EdgeDeletionBeliefPropagationSetting threshold
compare2exact
public static final EdgeDeletionBeliefPropagationSetting compare2exact
subalgorithm
public static final EdgeDeletionBeliefPropagationSetting subalgorithm
log
public static final EdgeDeletionBeliefPropagationSetting log
properties
public final Map<PropertyKey,Object> properties
values
public static EdgeDeletionBeliefPropagationSetting[] 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 (EdgeDeletionBeliefPropagationSetting c : EdgeDeletionBeliefPropagationSetting.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static EdgeDeletionBeliefPropagationSetting 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
get
public Object get(PropertyKey key)
- Specified by:
get
in interface Setting
properties
public Map<PropertyKey,Object> properties()
- Specified by:
properties
in interface Setting
CAPTION_COMPARE2EXACT
public static final String CAPTION_COMPARE2EXACT()
Copyright 2010 UCLA Automated Reasoning Group