|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.timeindexing.time.AbstractTimeSpecifier
An abstract class for objects that specify some modifier for a Timestamp.
Constructor Summary | |
AbstractTimeSpecifier()
|
Method Summary | |
TimeSpecifier |
afterDoing(TimeSpecifier specfier)
After doing the specfied TimeSpecifier, do this TimeSpecifier. |
java.lang.Object |
clone()
Clone this object. |
TimeDirection |
getDirection()
Get the direction. |
long |
getHowMany()
Get how many. |
TimeSpecifier |
getPredecessor()
Get the predecessor TimeSpecifier. |
protected boolean |
hasPredecessor()
Does this TimeSpecifier have a predecessor specfier. |
TimeSpecifier |
then(TimeSpecifier specfier)
Do this TimeSpecifier, then do another TimeSpecifier. |
long |
value()
Get the value. |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.timeindexing.time.TimeSpecifier |
instantiate |
Constructor Detail |
public AbstractTimeSpecifier()
Method Detail |
public TimeSpecifier then(TimeSpecifier specfier)
then
in interface TimeSpecifier
public TimeSpecifier afterDoing(TimeSpecifier specfier)
afterDoing
in interface TimeSpecifier
protected boolean hasPredecessor()
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException
public long value()
value
in interface TimeSpecifier
public long getHowMany()
public TimeDirection getDirection()
public TimeSpecifier getPredecessor()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |