fr.cnes.sirius.patrius.events.postprocessing
Class MergeTimelines

java.lang.Object
  extended by fr.cnes.sirius.patrius.events.postprocessing.MergeTimelines
All Implemented Interfaces:
PostProcessing

public class MergeTimelines
extends Object
implements PostProcessing

Since:
1.1
Version:
$Id: MergeTimelines.java 6322 2012-09-20 15:51:39Z CardosoP $
Author:
Tiziana Sabatini
Description :

This class is a post processing criterion that merges two different timelines.

Concurrency :
immutable

Constructor Summary
MergeTimelines(Timeline list)
          Constructor
 
Method Summary
 void applyTo(Timeline list)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MergeTimelines

public MergeTimelines(Timeline list)
Constructor

Parameters:
list - : timeline to be merged to the other timeline
Description :
build an instance of MergeTimelines
Method Detail

applyTo

public void applyTo(Timeline list)
Specified by:
applyTo in interface PostProcessing
Parameters:
list - : the timeline that has to be processed


Copyright © 2016 CNES. All Rights Reserved.