org.drools.benchmark.waltzdb
Class Stage

java.lang.Object
  extended by org.drools.benchmark.waltzdb.Stage

public class Stage
extends Object


Field Summary
static String CHECKING
           
static String DETECT_JUNCTIONS
           
static String DUPLICATE
           
static String FIND_INITIAL_BOUNDARY
           
static String FIND_SECOND_BOUDARY
           
static String LABELING
           
static String MARKING
           
static String PRINTING
           
static String REMOVE_LABEL
           
static String VISITING_2J
           
static String VISITING_3J
           
 
Constructor Summary
Stage()
           
Stage(String value)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getValue()
           
 int hashCode()
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DUPLICATE

public static final String DUPLICATE
See Also:
Constant Field Values

DETECT_JUNCTIONS

public static final String DETECT_JUNCTIONS
See Also:
Constant Field Values

FIND_INITIAL_BOUNDARY

public static final String FIND_INITIAL_BOUNDARY
See Also:
Constant Field Values

FIND_SECOND_BOUDARY

public static final String FIND_SECOND_BOUDARY
See Also:
Constant Field Values

LABELING

public static final String LABELING
See Also:
Constant Field Values

VISITING_3J

public static final String VISITING_3J
See Also:
Constant Field Values

VISITING_2J

public static final String VISITING_2J
See Also:
Constant Field Values

MARKING

public static final String MARKING
See Also:
Constant Field Values

CHECKING

public static final String CHECKING
See Also:
Constant Field Values

REMOVE_LABEL

public static final String REMOVE_LABEL
See Also:
Constant Field Values

PRINTING

public static final String PRINTING
See Also:
Constant Field Values
Constructor Detail

Stage

public Stage()

Stage

public Stage(String value)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

getValue

public String getValue()

setValue

public void setValue(String value)


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