edu.ucla.belief.approx
Enum EdgeDeletionInferenceEngine.Command
Object
Enum<EdgeDeletionInferenceEngine.Command>
EdgeDeletionInferenceEngine.Command
- All Implemented Interfaces:
- Serializable, Comparable<EdgeDeletionInferenceEngine.Command>
- Enclosing class:
- EdgeDeletionInferenceEngine
public static enum EdgeDeletionInferenceEngine.Command
- extends Enum<EdgeDeletionInferenceEngine.Command>
- Since:
- 20080227
rewind
public static final EdgeDeletionInferenceEngine.Command rewind
stepforward
public static final EdgeDeletionInferenceEngine.Command stepforward
play
public static final EdgeDeletionInferenceEngine.Command play
stop
public static final EdgeDeletionInferenceEngine.Command stop
importcpts
public static final EdgeDeletionInferenceEngine.Command importcpts
asynchronous
public final boolean asynchronous
display
public final String display
description
public final String description
imagefilename
public final String imagefilename
stroke
public final KeyStroke stroke
values
public static EdgeDeletionInferenceEngine.Command[] 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.Command c : EdgeDeletionInferenceEngine.Command.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.Command 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
enabled
public boolean enabled(EdgeDeletionInferenceEngine ie)
safe
public EdgeDeletionInferenceEngine.Command safe(EdgeDeletionInferenceEngine ie,
Thread.UncaughtExceptionHandler handler)
run
public Thread run(EdgeDeletionInferenceEngine ie,
ThreadGroup group,
Thread.UncaughtExceptionHandler handler,
boolean synchronous)
Copyright 2010 UCLA Automated Reasoning Group