hla.rti1516
Class TimeQueryReturn

java.lang.Object
  extended by hla.rti1516.TimeQueryReturn
All Implemented Interfaces:
Serializable

public final class TimeQueryReturn
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
 LogicalTime time
           
 boolean timeIsValid
           
 
Constructor Summary
TimeQueryReturn(boolean tiv, LogicalTime lt)
           
 
Method Summary
 boolean equals(Object other)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

timeIsValid

public boolean timeIsValid

time

public LogicalTime time
Constructor Detail

TimeQueryReturn

public TimeQueryReturn(boolean tiv,
                       LogicalTime lt)
Method Detail

equals

public boolean equals(Object other)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object