com.timeindexing.basic
Interface Interval

All Known Implementing Classes:
AbsoluteInterval, EndPointInterval, MidPointInterval

public interface Interval

An interface for an interval. Intervals can be:

or


Method Summary
 Value end()
          Get the interval end.
 Value start()
          Get the interval start.
 

Method Detail

start

Value start()
Get the interval start.


end

Value end()
Get the interval end.



Timeindexing 2008