|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.timeindexing.time.AbstractIntervalSpecifier
public abstract class 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 IntervalSpecifierpublic TimeSpecifier getEndSpecifier()
getEndSpecifier in interface IntervalSpecifierpublic abstract Interval instantiate(AbsoluteTimestamp t)
instantiate in interface IntervalSpecifier
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in class java.lang.Objectjava.lang.CloneNotSupportedException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||