public static final class RootFinderConfig.Builder extends org.joda.beans.impl.direct.DirectFieldsBeanBuilder<RootFinderConfig>
RootFinderConfig.| Modifier and Type | Method and Description |
|---|---|
RootFinderConfig.Builder |
absoluteTolerance(double absoluteTolerance)
Sets the absolute tolerance for the root finder.
|
RootFinderConfig |
build() |
Object |
get(String propertyName) |
RootFinderConfig.Builder |
maximumSteps(int maximumSteps)
Sets the maximum number of steps for the root finder.
|
RootFinderConfig.Builder |
relativeTolerance(double relativeTolerance)
Sets the relative tolerance for the root finder.
|
RootFinderConfig.Builder |
set(org.joda.beans.MetaProperty<?> property,
Object value) |
RootFinderConfig.Builder |
set(String propertyName,
Object newValue) |
String |
toString() |
public Object get(String propertyName)
get in interface org.joda.beans.BeanBuilder<RootFinderConfig>get in class org.joda.beans.impl.direct.DirectFieldsBeanBuilder<RootFinderConfig>public RootFinderConfig.Builder set(String propertyName, Object newValue)
public RootFinderConfig.Builder set(org.joda.beans.MetaProperty<?> property, Object value)
set in interface org.joda.beans.BeanBuilder<RootFinderConfig>set in class org.joda.beans.impl.direct.DirectFieldsBeanBuilder<RootFinderConfig>public RootFinderConfig build()
public RootFinderConfig.Builder absoluteTolerance(double absoluteTolerance)
absoluteTolerance - the new valuepublic RootFinderConfig.Builder relativeTolerance(double relativeTolerance)
relativeTolerance - the new valuepublic RootFinderConfig.Builder maximumSteps(int maximumSteps)
maximumSteps - the new valuepublic String toString()
toString in class org.joda.beans.impl.direct.DirectFieldsBeanBuilder<RootFinderConfig>Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.