EVEDemo.SWEEP
Class StampedElement

java.lang.Object
  |
  +--EVEDemo.SWEEP.Element
        |
        +--EVEDemo.SWEEP.StampedElement
Direct Known Subclasses:
QueryResult, Relation, UpdateData

public class StampedElement
extends Element
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
(package private) static long id
          the id ( as the default timestamp) of the StampedElement.
(package private)  long TimeStamp
           
 
Constructor Summary
StampedElement()
           
 
Method Summary
 long getTimeStamp()
          Retrived the time stampe of this object.
 boolean OlderThan(StampedElement se)
           
 void setTimeStamp(long d)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

id

static long id
the id ( as the default timestamp) of the StampedElement. It used to compare the QueryResult and DataUpdate.

TimeStamp

long TimeStamp
Constructor Detail

StampedElement

public StampedElement()
Method Detail

setTimeStamp

public void setTimeStamp(long d)

getTimeStamp

public long getTimeStamp()
Retrived the time stampe of this object.

OlderThan

public boolean OlderThan(StampedElement se)