orca.shirako.time.calendar
Class BaseCalendar

java.lang.Object
  extended by orca.shirako.time.calendar.BaseCalendar
Direct Known Subclasses:
AuthorityCalendar, ClientCalendar

public class BaseCalendar
extends java.lang.Object

This is the base class of all actor calendars

Author:
aydan

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

clock

protected ActorClock clock
Converter from real time to cycles;

Constructor Detail

BaseCalendar

public BaseCalendar(ActorClock clock)
Method Detail

tick

public void tick(long cycle)
Perform calendar cleanup

Parameters:
cycle -


Copyright © 2007 Network/Internet Computing Lab. All Rights Reserved.