org.ojalgo.series
Class SeriesInterpolator

java.lang.Object
  extended by org.ojalgo.series.SeriesInterpolator

public class SeriesInterpolator
extends Object


Constructor Summary
SeriesInterpolator()
           
 
Method Summary
 void addSeries(Number aKey, CalendarDateSeries<Double> aSeries)
           
 CalendarDateSeries<Double> getCombination(Number anInputKey)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SeriesInterpolator

public SeriesInterpolator()
Method Detail

addSeries

public void addSeries(Number aKey,
                      CalendarDateSeries<Double> aSeries)

getCombination

public CalendarDateSeries<Double> getCombination(Number anInputKey)