Package | Description |
---|---|
fr.cnes.sirius.patrius.events.postprocessing |
Modifier and Type | Method and Description |
---|---|
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 |
MergeTimelines.applyTo(Timeline list) |
void |
MergePhenomenaCriterion.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 |
OccurrenceFilter.applyTo(Timeline list) |
void |
ElementTypeFilter.applyTo(Timeline list) |
void |
DelayCriterion.applyTo(Timeline list) |
void |
EventsDuringPhenomenaFilter.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 |
PolarizationSwitch.applyTo(Timeline list) |
void |
TimeFilter.applyTo(Timeline list) |
void |
PostProcessing.applyTo(Timeline list) |
void |
PolarizationSingleSelection.applyTo(Timeline list) |
Constructor and Description |
---|
MergeTimelines(Timeline list)
Constructor
|
Timeline(Timeline timeline)
Builds an instance of the Timeline from another Timeline.
|
Copyright © 2019 CNES. All Rights Reserved.