|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.timeindexing.time.AbstractIntervalSpecifier
An interface for objects that specify some specifier for an Interval
Constructor Summary | |
AbstractIntervalSpecifier()
|
Method Summary | |
java.lang.Object |
clone()
Clone this object. |
TimeSpecifier |
getEndSpecifier()
Get the end of interval TimeSpecifier. |
TimeSpecifier |
getStartSpecifier()
Get the start of interval TimeSpecifier. |
abstract Interval |
instantiate(AbsoluteTimestamp t)
Instantiate this IntervalSpecifier w.r.t a particular Timestamp. |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AbstractIntervalSpecifier()
Method Detail |
public TimeSpecifier getStartSpecifier()
getStartSpecifier
in interface IntervalSpecifier
public TimeSpecifier getEndSpecifier()
getEndSpecifier
in interface IntervalSpecifier
public abstract Interval instantiate(AbsoluteTimestamp t)
instantiate
in interface IntervalSpecifier
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |