|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.timeindexing.time.AbstractTimeSpecifier
public abstract class 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 TimeSpecifierpublic TimeSpecifier afterDoing(TimeSpecifier specfier)
afterDoing in interface TimeSpecifierprotected boolean hasPredecessor()
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in class java.lang.Objectjava.lang.CloneNotSupportedExceptionpublic long value()
value in interface Valuevalue in interface TimeSpecifierpublic long getHowMany()
public TimeDirection getDirection()
public TimeSpecifier getPredecessor()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||