Package | Description |
---|---|
fr.cnes.sirius.patrius.events.postprocessing |
Modifier and Type | Method and Description |
---|---|
List<Phenomenon> |
PhenomenaList.getList()
Get the full list of
Phenomenon . |
Set<Phenomenon> |
PhenomenaList.getPhenomena(String code,
String comment,
AbsoluteDateInterval interval)
Finds one/more events in the list of
Phenomenon following some criteria.When a comment and a time interval are available, the method looks for a specific phenomenon in the list, otherwise if only the code is given as input, it looks for a list of phenomena with the same code. |
List<Phenomenon> |
Timeline.getPhenomenaList() |
Modifier and Type | Method and Description |
---|---|
void |
PhenomenaList.add(Phenomenon phenomenon)
Add a
Phenomenon to the list. |
void |
Timeline.addPhenomenon(Phenomenon phenomenon) |
int |
Phenomenon.compareTo(Phenomenon o)
Compares the Phenomenon instances.
If the beginning events differ, their comparison is the result. |
boolean |
PhenomenaList.remove(Phenomenon phenomenon)
Remove a
Phenomenon to the list. |
void |
Timeline.removePhenomenon(Phenomenon phenomenon) |
Copyright © 2023 CNES. All rights reserved.