Package | Description |
---|---|
fr.cnes.sirius.patrius.events.postprocessing |
Modifier and Type | Method and Description |
---|---|
Timeline |
Timeline.join(Timeline otherTimeline)
Buils a new
Timeline by concatening this with the specified timeline. |
Modifier and Type | Method and Description |
---|---|
void |
TimeFilter.applyTo(Timeline list) |
void |
AndCriterion.applyTo(Timeline list)
Adds to the phenomena list of a TimeLine object the phenomena corresponding to each time intervals when phenomena
of particular types A and B occur at the same time.
|
void |
OccurrenceFilter.applyTo(Timeline list) |
void |
EventsDuringPhenomenaFilter.applyTo(Timeline list) |
void |
PostProcessing.applyTo(Timeline list) |
void |
PhenomenonDurationFilter.applyTo(Timeline list)
Removes from the list the specified phenomena that are longer / shorter than the duration criterion (depending on
the isMinDuration boolean value).
|
void |
ElementTypeFilter.applyTo(Timeline list) |
void |
PolarizationSwitch.applyTo(Timeline list) |
void |
DelayCriterion.applyTo(Timeline list) |
void |
OrCriterion.applyTo(Timeline list)
Adds to the phenomena list of a TimeLine object the phenomena corresponding to each time intervals when phenomena
of particular types A OR B occur.
|
void |
PolarizationSingleSelection.applyTo(Timeline list) |
void |
MergeTimelines.applyTo(Timeline list) |
void |
NotCriterion.applyTo(Timeline list)
Adds to the phenomena list of a TimeLine object the phenomena corresponding to each time
intervals when a phenomenon does not occur.
|
void |
MergePhenomenaCriterion.applyTo(Timeline list) |
Timeline |
Timeline.join(Timeline otherTimeline)
Buils a new
Timeline by concatening this with the specified timeline. |
void |
Timeline.merge(Timeline otherTimeline)
Merges the provided timeline into this.
|
Constructor and Description |
---|
MergeTimelines(Timeline list)
Constructor
|
Timeline(Timeline timeline)
Builds an instance of the Timeline from another Timeline.
|
Timeline(Timeline timeline,
AbsoluteDateInterval newInterval)
Builds an instance Timeline from another Timeline with a wider validity time
interval.
|
Copyright © 2023 CNES. All rights reserved.