| |
|
| java.lang.Object com.projity.algorithm.InstantIntervalGenerator
InstantIntervalGenerator | public class InstantIntervalGenerator implements IntervalGenerator(Code) | | A generator which corresponds to an instant in time. It has three periods:
Everything before and up to the instant, the instant itself, and everything after
|
canBeShared | public boolean canBeShared()(Code) | | Identifies this generator as one that is specific.
|
currentEnd | public long currentEnd()(Code) | | |
currentStart | public long currentStart()(Code) | | |
evaluate | public boolean evaluate(Object arg0)(Code) | | Move on to next period.
|
hasNext | public boolean hasNext()(Code) | | |
isCurrentActive | public boolean isCurrentActive()(Code) | | |
|
|
|