org.drools.benchmark.waltz
Class Stage
java.lang.Object
org.drools.benchmark.waltz.Stage
- All Implemented Interfaces:
- Serializable
public class Stage
- extends Object
- implements Serializable
- See Also:
- Serialized Form
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
Stage
public Stage()
Stage
public Stage(int value)
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.