BurstSelector
, FixedStepSelector
public interface DatesSelector
This interface is mainly useful for scheduling
measurements generation
.
AbstractScheduler
,
Generator
Modifier and Type | Method | Description |
---|---|---|
List<AbsoluteDate> |
selectDates(AbsoluteDate start,
AbsoluteDate end) |
Select dates within an interval.
|
List<AbsoluteDate> selectDates(AbsoluteDate start, AbsoluteDate end)
The start
and end
date may be either in direct or reverse
chronological order. The list is produced in the same order as start
and end
, i.e. direct chronological order if start
is earlier
than end
or reverse chronological order if start
is later
than end
.
The ordering (direct or reverse chronological order) should not be changed between calls, otherwise unpredictable results may occur.
start
- interval startend
- interval endCopyright © 2002-2019 CS Systèmes d'information. All rights reserved.