com.timeindexing.time
Interface Lifetime


public interface Lifetime

An enumeration of 2 values to enable choice between timestamps whose lifetime is continuous, and those which are discrete. Continuous timestamps have a lifetime which starts at the time of the timestamp and ends when a new timestamp is put into an index. Discrete timestamps exist only at the point in time of the time of the timestamp.


Field Summary
static Lifetime CONTINUOUS
          A selector for timestamps with a Continuous lifetime.
static Lifetime DISCRETE
          A selector for timestamps with a Discrete lifetime.
 

Field Detail

CONTINUOUS

public static final Lifetime CONTINUOUS
A selector for timestamps with a Continuous lifetime.


DISCRETE

public static final Lifetime DISCRETE
A selector for timestamps with a Discrete lifetime.