|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorca.shirako.time.calendar.BaseCalendar
public class BaseCalendar
This is the base class of all actor calendars
| Field Summary | |
|---|---|
protected ActorClock |
clock
Converter from real time to cycles; |
| Constructor Summary | |
|---|---|
BaseCalendar(ActorClock clock)
|
|
| Method Summary | |
|---|---|
void |
tick(long cycle)
Perform calendar cleanup |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected ActorClock clock
| Constructor Detail |
|---|
public BaseCalendar(ActorClock clock)
| Method Detail |
|---|
public void tick(long cycle)
cycle -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||