edu.ucla.belief.approx
Enum EdgeDeletionInferenceEngine.Command

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

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

Since:
20080227

Enum Constant Summary
importcpts
           
play
           
rewind
           
stepforward
           
stop
           
 
Field Summary
 boolean asynchronous
           
 String description
           
 String display
           
 String imagefilename
           
 KeyStroke stroke
           
 
Method Summary
 boolean enabled(EdgeDeletionInferenceEngine ie)
           
 Thread run(EdgeDeletionInferenceEngine ie, ThreadGroup group, Thread.UncaughtExceptionHandler handler, boolean synchronous)
           
 EdgeDeletionInferenceEngine.Command safe(EdgeDeletionInferenceEngine ie, Thread.UncaughtExceptionHandler handler)
           
static EdgeDeletionInferenceEngine.Command valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EdgeDeletionInferenceEngine.Command[] 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

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

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

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