|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Activity
Interface for simulation activities.
Method Summary | |
---|---|
void |
finish()
The activity finishes. |
Time |
getEndTime()
Get the expected end time of this activity. |
double |
getGrade(Time time)
Get the grade of completeness of this activity. |
Time |
getStartTime()
Get the start time of this activity. |
void |
start()
The activity is started. |
Methods inherited from interface jasi.sim.basic.event.EventListener |
---|
execute |
Method Detail |
---|
Time getStartTime()
Time getEndTime()
double getGrade(Time time)
time
- The time of the update.
void start()
void finish()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |