edu.ucla.belief.approx
Enum EdgeDeletionBeliefPropagationSetting

Object
  extended by Enum<EdgeDeletionBeliefPropagationSetting>
      extended by EdgeDeletionBeliefPropagationSetting
All Implemented Interfaces:
Setting, Serializable, Comparable<EdgeDeletionBeliefPropagationSetting>

public enum EdgeDeletionBeliefPropagationSetting
extends Enum<EdgeDeletionBeliefPropagationSetting>
implements Setting

Since:
20080225
Author:
keith cascio

Nested Class Summary
 
Nested classes/interfaces inherited from interface Setting
Setting.Settings<E extends Enum<E> & Setting>
 
Enum Constant Summary
compare2exact
           
control
           
cptnotification
           
cptpolicy
           
iterations
           
log
           
subalgorithm
           
threshold
           
timeout
           
 
Field Summary
 Map<PropertyKey,Object> properties
           
 
Method Summary
static String CAPTION_COMPARE2EXACT()
           
 Object get(PropertyKey key)
           
 Map<PropertyKey,Object> properties()
           
static EdgeDeletionBeliefPropagationSetting valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EdgeDeletionBeliefPropagationSetting[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

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
Field Detail

properties

public final Map<PropertyKey,Object> properties
Method Detail

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