|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.timeindexing.basic.AbsoluteInterval
An absolute interval is an interval where all the arguments can be resolved into two positions into an Index, and none of the specifiers can be adjusted.
TODO: finish implementations.
Constructor Summary | |
AbsoluteInterval()
|
Method Summary | |
Value |
end()
Get the interval end. |
boolean |
isResolved()
Has this interval been resolved to two Positions. |
abstract AbsoluteInterval |
resolve(Index index,
IndexTimestampSelector selector,
Lifetime lifetime)
Resolve this interval w.r.t a specified index. |
Value |
start()
Get the interval start. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AbsoluteInterval()
Method Detail |
public Value start()
start
in interface Interval
public Value end()
end
in interface Interval
public boolean isResolved()
public abstract AbsoluteInterval resolve(Index index, IndexTimestampSelector selector, Lifetime lifetime)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |