|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdone.inpro.system.carchase.CarChaseExperimenter
public class CarChaseExperimenter
Nested Class Summary | |
---|---|
static class |
CarChaseExperimenter.Action
an action for the world or for iTTS |
static class |
CarChaseExperimenter.Articulator
the public interface for articulators to implement |
static class |
CarChaseExperimenter.ShutdownAction
|
static class |
CarChaseExperimenter.TTSAction
|
static class |
CarChaseExperimenter.WorldAction
|
static class |
CarChaseExperimenter.WorldStartAction
|
Field Summary | |
---|---|
(package private) CarChaseExperimenter.Articulator |
articulator
|
private static java.lang.String |
CONFIGURATION
|
(package private) DispatchStream |
dispatcher
|
(package private) javax.swing.JFrame |
frame
|
private static long |
globalTimeOffsetMS
|
private static org.apache.log4j.Logger |
logger
|
(package private) CarChaseViewer |
maptaskviewer
|
Constructor Summary | |
---|---|
CarChaseExperimenter()
|
Method Summary | |
---|---|
private void |
execute(CarChaseExperimenter.Action action)
|
private void |
execute(java.util.List<? extends CarChaseExperimenter.Action> aList)
|
static int |
getGlobalTime()
|
static void |
main(java.lang.String[] args)
|
private void |
precompute(java.util.List<CarChaseExperimenter.Action> actions)
|
void |
setupGUI()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static org.apache.log4j.Logger logger
CarChaseExperimenter.Articulator articulator
DispatchStream dispatcher
CarChaseViewer maptaskviewer
javax.swing.JFrame frame
private static long globalTimeOffsetMS
private static final java.lang.String CONFIGURATION
Constructor Detail |
---|
CarChaseExperimenter()
Method Detail |
---|
private void precompute(java.util.List<CarChaseExperimenter.Action> actions)
private void execute(java.util.List<? extends CarChaseExperimenter.Action> aList)
private void execute(CarChaseExperimenter.Action action)
public static int getGlobalTime()
public void setupGUI()
public static void main(java.lang.String[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |