|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Thread
lime.StationaryAgent
InteractiveAgent
Field Summary | |
(package private) LimeConsole |
c
|
(package private) LimeTupleSpace |
lts
|
Fields inherited from class lime.StationaryAgent |
|
Fields inherited from class java.lang.Thread |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Constructor Summary | |
InteractiveAgent()
|
Method Summary | |
LimeConsole |
getConsole()
Retrieves the console from the provider. |
static void |
main(java.lang.String[][] args)
|
void |
run()
|
void |
setConsole(LimeConsole c)
Associates the given console to the provider object. |
Methods inherited from class lime.StationaryAgent |
getMgr |
Methods inherited from class java.lang.Thread |
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
LimeTupleSpace lts
LimeConsole c
Constructor Detail |
public InteractiveAgent() throws LimeException
Method Detail |
public static void main(java.lang.String[][] args) throws LimeException
LimeException
public void run()
run
in interface java.lang.Runnable
public void setConsole(LimeConsole c)
IConsoleProvider
setConsole
in interface IConsoleProvider
public LimeConsole getConsole()
IConsoleProvider
getConsole
in interface IConsoleProvider
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |