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

public Value start()
Get the interval start.


end

public Value end()
Get the interval end.