All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class SWEEP.StampedElement

java.lang.Object
   |
   +----SWEEP.Element
           |
           +----SWEEP.StampedElement

public class StampedElement
extends Element
implements Serializable

Variable Index

 o id
the id ( as the default timestamp) of the StampedElement.
 o TimeStamp

Constructor Index

 o StampedElement()

Method Index

 o getTimeStamp()
Retrived the time stampe of this object.
 o OlderThan(StampedElement)
 o setTimeStamp(long)

Variables

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

 o TimeStamp
 long TimeStamp

Constructors

 o StampedElement
 public StampedElement()

Methods

 o setTimeStamp
 public void setTimeStamp(long d)
 o getTimeStamp
 public long getTimeStamp()
Retrived the time stampe of this object.

 o OlderThan
 public boolean OlderThan(StampedElement se)

All Packages  Class Hierarchy  This Package  Previous  Next  Index