org.apache.hadoop.chukwa.analysis.salsa.fsm
Class StateType

java.lang.Object
  extended by org.apache.hadoop.chukwa.analysis.salsa.fsm.StateType

public class StateType
extends Object


Field Summary
static String[] NAMES
           
static int STATE_END
           
static int STATE_INSTANT
           
static int STATE_NOOP
           
static int STATE_START
           
 int val
           
 
Constructor Summary
StateType()
           
StateType(int newval)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

STATE_NOOP

public static final int STATE_NOOP
See Also:
Constant Field Values

STATE_START

public static final int STATE_START
See Also:
Constant Field Values

STATE_END

public static final int STATE_END
See Also:
Constant Field Values

STATE_INSTANT

public static final int STATE_INSTANT
See Also:
Constant Field Values

NAMES

public static final String[] NAMES

val

public int val
Constructor Detail

StateType

public StateType()

StateType

public StateType(int newval)
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © ${year} The Apache Software Foundation