|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdone.inpro.system.carchase.CarChaseExperimenter.Articulator
public abstract static class CarChaseExperimenter.Articulator
the public interface for articulators to implement
Field Summary | |
---|---|
protected DispatchStream |
dispatcher
|
Constructor Summary | |
---|---|
CarChaseExperimenter.Articulator(DispatchStream dispatcher)
|
Method Summary | |
---|---|
static int |
getGlobalTime()
a way for an articulator to ask for the current time |
void |
precompute(CarChaseExperimenter.TTSAction action)
by default, their is no precomputation |
abstract void |
say(CarChaseExperimenter.TTSAction action)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected DispatchStream dispatcher
Constructor Detail |
---|
public CarChaseExperimenter.Articulator(DispatchStream dispatcher)
Method Detail |
---|
public abstract void say(CarChaseExperimenter.TTSAction action)
public void precompute(CarChaseExperimenter.TTSAction action)
public static final int getGlobalTime()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |