|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.timeindexing.basic.AbsoluteInterval
com.timeindexing.basic.EndPointInterval
An end point interval is an interval where the arguments are a start-point plus a value from that start-point.
Constructor Summary | |
EndPointInterval(AbsolutePosition p0,
Value v1)
Construct an EndPointInterval from a Position and a Value |
|
EndPointInterval(AbsoluteTimestamp t0,
Value v1)
Construct an EndPointInterval from a Timestamp and a Value |
Method Summary | |
protected void |
checkNulls(Value v1,
Value v2)
This used to check for nulls in the constructor. |
java.lang.Object |
clone()
Clone me |
AbsoluteInterval |
resolve(Index index,
IndexTimestampSelector selector,
Lifetime lifetime)
Resolve this interval w.r.t a specified index. |
protected Position |
resolveValue(Index index,
TimestampMapping posStart,
Value value,
IndexTimestampSelector selector,
Lifetime lifetime)
Resolve a Value w.r.t a Position. |
java.lang.String |
toString()
String version of interval. |
Methods inherited from class com.timeindexing.basic.AbsoluteInterval |
end, isResolved, start |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.timeindexing.basic.Interval |
end, start |
Constructor Detail |
public EndPointInterval(AbsoluteTimestamp t0, Value v1)
public EndPointInterval(AbsolutePosition p0, Value v1)
Method Detail |
public AbsoluteInterval resolve(Index index, IndexTimestampSelector selector, Lifetime lifetime)
resolve
in class AbsoluteInterval
protected Position resolveValue(Index index, TimestampMapping posStart, Value value, IndexTimestampSelector selector, Lifetime lifetime)
protected void checkNulls(Value v1, Value v2)
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException
public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |