hmi.elckerlyc.scheduler
Class SystemSchedulingClock

java.lang.Object
  extended by hmi.elckerlyc.scheduler.SystemSchedulingClock
All Implemented Interfaces:
SchedulingClock

public class SystemSchedulingClock
extends Object
implements SchedulingClock

Scheduling clock backed by a SystemClock

Author:
welberge

Field Summary
private  SystemClock systemClock
           
 
Constructor Summary
SystemSchedulingClock(SystemClock c)
           
 
Method Summary
 double getTime()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

systemClock

private final SystemClock systemClock
Constructor Detail

SystemSchedulingClock

public SystemSchedulingClock(SystemClock c)
Method Detail

getTime

public double getTime()
Specified by:
getTime in interface SchedulingClock