issrg.akentipermis
Class SystemClock

java.lang.Object
  extended by issrg.akentipermis.Time
      extended by issrg.akentipermis.SystemClock

public class SystemClock
extends Time


Field Summary
 
Fields inherited from class issrg.akentipermis.Time
TIME_TYPE
 
Constructor Summary
SystemClock(Clock c)
          This constructor is used to tell the object what clock will be latched during evaluation.
 
Method Summary
 int[] getTime()
          Returns an array of integers representing the year, month, day day of week, hour, minute, second.
 
Methods inherited from class issrg.akentipermis.Time
register
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemClock

public SystemClock(Clock c)
This constructor is used to tell the object what clock will be latched during evaluation.

Method Detail

getTime

public int[] getTime()
Description copied from class: Time
Returns an array of integers representing the year, month, day day of week, hour, minute, second. If the value of the array element is -1, then the value is not specified ("don't care" when comparing)

Overrides:
getTime in class Time
Returns:
array of integers, each element standing for y,m,d,w,h,m,s