|
|||||||||
Home >> All >> alice >> tucson >> [ ide overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
alice.tucson.ide
Class CUIAgent

java.lang.Objectalice.util.Automaton
alice.tucson.ide.CUIAgent
- All Implemented Interfaces:
- java.lang.Runnable, java.io.Serializable
- public class CUIAgent
- extends alice.util.Automaton
Field Summary | |
(package private) java.io.BufferedReader |
stdin
|
(package private) alice.tucson.User |
user
|
Fields inherited from class alice.util.Automaton |
argType, arguments, state |
Constructor Summary | |
CUIAgent(java.lang.String[] args)
|
Method Summary | |
void |
boot()
boot state of automaton |
void |
goalRequest()
|
static void |
main(java.lang.String[] args)
|
private java.lang.String |
removeSpaces(java.lang.String st)
|
Methods inherited from class alice.util.Automaton |
become, become, end, error, idle, run |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
stdin
java.io.BufferedReader stdin
user
alice.tucson.User user
Constructor Detail |
CUIAgent
public CUIAgent(java.lang.String[] args) throws java.lang.Exception
Method Detail |
boot
public void boot()
- Description copied from class:
alice.util.Automaton
- boot state of automaton
goalRequest
public void goalRequest()
removeSpaces
private java.lang.String removeSpaces(java.lang.String st)
main
public static void main(java.lang.String[] args) throws java.lang.Exception
|
|||||||||
Home >> All >> alice >> tucson >> [ ide overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |