public class CUIConsole extends Automaton implements Serializable, OutputListener, SpyListener, WarningListener
| Constructor and Description | 
|---|
CUIConsole(String[] args)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
boot()
boot state of automaton 
 | 
void | 
getChoice()  | 
void | 
goalRequest()  | 
static void | 
main(String[] args)  | 
void | 
onOutput(OutputEvent e)  | 
void | 
onSpy(SpyEvent e)  | 
void | 
onWarning(WarningEvent e)  | 
public CUIConsole(String[] args)
public void boot()
Automatonpublic void goalRequest()
public void getChoice()
public void onOutput(OutputEvent e)
onOutput in interface OutputListenerpublic void onSpy(SpyEvent e)
onSpy in interface SpyListenerpublic void onWarning(WarningEvent e)
onWarning in interface WarningListenerpublic static void main(String[] args)
Copyright © 2015. All rights reserved.