Uses of Class
fr.cnes.sirius.patrius.events.Phenomenon

Packages that use Phenomenon
fr.cnes.sirius.patrius.events   
fr.cnes.sirius.patrius.events.postprocessing   
 

Uses of Phenomenon in fr.cnes.sirius.patrius.events
 

Methods in fr.cnes.sirius.patrius.events that return types with arguments of type Phenomenon
 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.
 

Methods in fr.cnes.sirius.patrius.events with parameters of type Phenomenon
 void PhenomenaList.add(Phenomenon phenomenon)
          Add a Phenomenon to the list.
 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.
 

Uses of Phenomenon in fr.cnes.sirius.patrius.events.postprocessing
 

Methods in fr.cnes.sirius.patrius.events.postprocessing that return types with arguments of type Phenomenon
 List<Phenomenon> Timeline.getPhenomenaList()
           
 

Methods in fr.cnes.sirius.patrius.events.postprocessing with parameters of type Phenomenon
 void Timeline.addPhenomenon(Phenomenon phenomenon)
           
 void Timeline.removePhenomenon(Phenomenon phenomenon)
           
 



Copyright © 2016 CNES. All Rights Reserved.