hla.rti
Class TimeQueryReturn

java.lang.Object
  extended byhla.rti.TimeQueryReturn

public final class TimeQueryReturn
extends java.lang.Object

The value returned by a time query.

Author:
DMSO

Field Summary
 LogicalTime time
          The returned time.
 boolean timeIsValid
          Whether or not the returned time is valid.
 
Constructor Summary
TimeQueryReturn()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

timeIsValid

public boolean timeIsValid
Whether or not the returned time is valid.


time

public LogicalTime time
The returned time.

Constructor Detail

TimeQueryReturn

public TimeQueryReturn()