org.drools.benchmark.waltz
Class Stage

java.lang.Object
  extended by org.drools.benchmark.waltz.Stage
All Implemented Interfaces:
Serializable

public class Stage
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
static int DETECT_JUNCTIONS
           
static int DONE
           
static int DUPLICATE
           
static int FIND_INITIAL_BOUNDARY
           
static int FIND_SECOND_BOUNDARY
           
static int LABELING
           
static int PLOT_REMAINING_EDGES
           
static int START
           
 
Constructor Summary
Stage()
           
Stage(int value)
           
 
Method Summary
 int getValue()
           
static int resolveStageValue(String str)
           
 void setValue(int value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

START

public static final int START
See Also:
Constant Field Values

DUPLICATE

public static final int DUPLICATE
See Also:
Constant Field Values

DETECT_JUNCTIONS

public static final int DETECT_JUNCTIONS
See Also:
Constant Field Values

FIND_INITIAL_BOUNDARY

public static final int FIND_INITIAL_BOUNDARY
See Also:
Constant Field Values

FIND_SECOND_BOUNDARY

public static final int FIND_SECOND_BOUNDARY
See Also:
Constant Field Values

LABELING

public static final int LABELING
See Also:
Constant Field Values

PLOT_REMAINING_EDGES

public static final int PLOT_REMAINING_EDGES
See Also:
Constant Field Values

DONE

public static final int DONE
See Also:
Constant Field Values
Constructor Detail

Stage

public Stage()

Stage

public Stage(int value)
Method Detail

getValue

public int getValue()

setValue

public void setValue(int value)

resolveStageValue

public static int resolveStageValue(String str)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.