ctf.evaluation.simulator.data
Class Time

java.lang.Object
  extended by ctf.evaluation.simulator.data.Time

public class Time
extends java.lang.Object

The current time


Field Summary
static int MAX_TIME
           
static int TOKENS
           
 
Constructor Summary
Time(java.lang.String timeToken)
           
 
Method Summary
 float raw()
           
 float time()
          What time is it?
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TOKENS

public static final int TOKENS
See Also:
Constant Field Values

MAX_TIME

public static final int MAX_TIME
See Also:
Constant Field Values
Constructor Detail

Time

public Time(java.lang.String timeToken)
     throws ProtocolError
Throws:
ProtocolError
Method Detail

time

public float time()
What time is it?


raw

public float raw()