public class CUIConsole extends Automaton implements java.io.Serializable, OutputListener, SpyListener, WarningListener, ExceptionListener
Constructor and Description |
---|
CUIConsole(java.lang.String[] args) |
Modifier and Type | Method and Description |
---|---|
void |
boot()
boot state of automaton
|
void |
getChoice() |
void |
goalRequest() |
static void |
main(java.lang.String[] args) |
void |
onException(ExceptionEvent e) |
void |
onOutput(OutputEvent e) |
void |
onSpy(SpyEvent e) |
void |
onWarning(WarningEvent e) |
public void boot()
Automaton
public void goalRequest()
public void getChoice()
public void onOutput(OutputEvent e)
onOutput
in interface OutputListener
public void onSpy(SpyEvent e)
onSpy
in interface SpyListener
public void onWarning(WarningEvent e)
onWarning
in interface WarningListener
public void onException(ExceptionEvent e)
onException
in interface ExceptionListener
public static void main(java.lang.String[] args)