edu.ucla.belief.approx
Enum EdgeDeletionInferenceEngine.CPTPolicy

Object
  extended by Enum<EdgeDeletionInferenceEngine.CPTPolicy>
      extended by EdgeDeletionInferenceEngine.CPTPolicy
All Implemented Interfaces:
Serializable, Comparable<EdgeDeletionInferenceEngine.CPTPolicy>
Enclosing class:
EdgeDeletionInferenceEngine

public static enum EdgeDeletionInferenceEngine.CPTPolicy
extends Enum<EdgeDeletionInferenceEngine.CPTPolicy>

Since:
20080229

Nested Class Summary
static interface EdgeDeletionInferenceEngine.CPTPolicy.Listener
           
 
Enum Constant Summary
discard
           
import_on_convergence
           
import_on_iteration
           
manual
           
 
Field Summary
 String display
           
static String PREFIX
           
 String tip
           
 
Method Summary
static String prefix()
           
 String toString()
           
static EdgeDeletionInferenceEngine.CPTPolicy valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EdgeDeletionInferenceEngine.CPTPolicy[] 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, valueOf
 
Methods inherited from class Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

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

PREFIX

public static final String PREFIX
See Also:
Constant Field Values

display

public final String display

tip

public final String tip
Method Detail

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