|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TimedDirector
This is an interface for directors that direct the executions of timed actors. Actors that implement the TimedActor marker interface are allowed to be executed by directors that implement this interface.
TimedActor
Red (hyzheng) |
Yellow (hyzheng) |
Method Summary | |
---|---|
Dependency |
delayDependency(double delay)
Return a dependency representing a model-time delay of the specified amount. |
Time |
getModelTime()
Return a time object that contains the value of the current time. |
double |
getTimeResolution()
Get the time resolution of the model. |
Method Detail |
---|
Time getModelTime()
double getTimeResolution()
Dependency delayDependency(double delay)
delay
- A non-negative delay.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |