public static class SeasonalCurve.Builder extends CurveInterpolation.Builder implements CurveBuilder
| Constructor and Description |
|---|
Builder(SeasonalCurve seasonalCurve)
Create a CurveBuilder from a given seasonalCurve.
|
| Modifier and Type | Method and Description |
|---|---|
Curve |
build()
Build the curve.
|
addPoint, setExtrapolationMethod, setInterpolationEntity, setInterpolationMethodclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddPointpublic Builder(SeasonalCurve seasonalCurve) throws CloneNotSupportedException
seasonalCurve - The seasonal curve from which to copy the fixed part upon build().CloneNotSupportedException - Thrown, when the base curve could not be cloned.public Curve build() throws CloneNotSupportedException
CurveBuilderbuild in interface CurveBuilderbuild in class CurveInterpolation.BuilderCloneNotSupportedException - Thrown if the curve could not be build (likely due to a template throwing CloneNotSupportedException.Copyright © 2019. All rights reserved.