edu.ucla.belief.approx
Enum EdgeDeletionInferenceEngine.Attribute
Object
Enum<EdgeDeletionInferenceEngine.Attribute>
EdgeDeletionInferenceEngine.Attribute
- All Implemented Interfaces:
- Serializable, Comparable<EdgeDeletionInferenceEngine.Attribute>
- Enclosing class:
- EdgeDeletionInferenceEngine
public static enum EdgeDeletionInferenceEngine.Attribute
- extends Enum<EdgeDeletionInferenceEngine.Attribute>
- Since:
- 20080227
iterations
public static final EdgeDeletionInferenceEngine.Attribute iterations
residual
public static final EdgeDeletionInferenceEngine.Attribute residual
converged
public static final EdgeDeletionInferenceEngine.Attribute converged
threshold
public static final EdgeDeletionInferenceEngine.Attribute threshold
exceeded
public static final EdgeDeletionInferenceEngine.Attribute exceeded
maxIterations
public static final EdgeDeletionInferenceEngine.Attribute maxIterations
timeout
public static final EdgeDeletionInferenceEngine.Attribute timeout
compilationTime
public static final EdgeDeletionInferenceEngine.Attribute compilationTime
propagationTime
public static final EdgeDeletionInferenceEngine.Attribute propagationTime
edgesDeleted
public static final EdgeDeletionInferenceEngine.Attribute edgesDeleted
poe
public static final EdgeDeletionInferenceEngine.Attribute poe
maxerror
public static final EdgeDeletionInferenceEngine.Attribute maxerror
event
public static final EdgeDeletionInferenceEngine.Attribute event
timestamp
public static final EdgeDeletionInferenceEngine.Attribute timestamp
clazz
public final Class clazz
display
public final String display
description
public final String description
setting
public final Setting setting
values
public static EdgeDeletionInferenceEngine.Attribute[] 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.Attribute c : EdgeDeletionInferenceEngine.Attribute.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.Attribute 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(EdgeDeletionInferenceEngine ie)
toString
public String toString()
- Overrides:
toString
in class Enum<EdgeDeletionInferenceEngine.Attribute>
Copyright 2010 UCLA Automated Reasoning Group