jsim.queue
Class TQ_Node

java.lang.Object
  extended by jsim.queue.Q_Node
      extended by jsim.queue.PQ_Node
          extended by jsim.queue.TQ_Node

public class TQ_Node
extends PQ_Node

Temporal_Node class stores data and children for the TemporalQueue.

Version:
1.0 96/07/16
Author:
Zhiwei Zhang, John Miller

Field Summary
protected  double time
          Node timestam
 
Method Summary
 double getTime()
          Get the node's timestamp.
 
Methods inherited from class jsim.queue.Q_Node
getItem
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

time

protected double time
Node timestam

Method Detail

getTime

public double getTime()
Get the node's timestamp.

Returns:
double node's timestamp