public abstract class Automaton extends Object implements Runnable, Serializable
| Modifier and Type | Field and Description | 
|---|---|
protected Class[] | 
argType
arguments class eventually associated to state transition 
 | 
protected Object[] | 
arguments
arguments value eventually associated to state transition 
 | 
protected String | 
state
method name representing state behaviour 
 | 
| Constructor and Description | 
|---|
Automaton()  | 
protected String state
protected Object[] arguments
protected Class[] argType
protected void become(String s)
public abstract void boot()
public void idle()
public void end()
public void error()
Copyright © 2015. All rights reserved.