fr.cnes.sirius.patrius.events.postprocessing
Interface PostProcessing

All Known Implementing Classes:
AndCriterion, DelayCriterion, ElementTypeFilter, EventsDuringPhenomenaFilter, MergePhenomenaCriterion, MergeTimelines, OccurrenceFilter, OrCriterion, PhenomenonDurationFilter, PolarizationSingleSelection, PolarizationSwitch, TimeFilter

public interface PostProcessing

Since:
1.1
Version:
$Id: PostProcessing.java 17586 2017-05-10 13:29:16Z bignon $
Author:
Julie Anton
Description :

This interface handles post processings on a timeline.


Method Summary
 void applyTo(Timeline list)
           
 

Method Detail

applyTo

void applyTo(Timeline list)
Parameters:
list - : the timeline that has to be processed
Description :
This function describes one specific processing that has to be performed on the timeline.


Copyright © 2017 CNES. All Rights Reserved.