| Package | Description |
|---|---|
| com.opengamma.strata.market.surface |
Definitions of surfaces.
|
| Modifier and Type | Method and Description |
|---|---|
static InterpolatedNodalSurface.Builder |
InterpolatedNodalSurface.builder()
Returns a builder used to create an instance of the bean.
|
InterpolatedNodalSurface.Builder |
InterpolatedNodalSurface.Meta.builder() |
InterpolatedNodalSurface.Builder |
InterpolatedNodalSurface.Builder.interpolator(SurfaceInterpolator interpolator)
Sets the underlying interpolator.
|
InterpolatedNodalSurface.Builder |
InterpolatedNodalSurface.Builder.metadata(SurfaceMetadata metadata)
Sets the surface metadata.
|
InterpolatedNodalSurface.Builder |
InterpolatedNodalSurface.Builder.set(org.joda.beans.MetaProperty<?> property,
Object value) |
InterpolatedNodalSurface.Builder |
InterpolatedNodalSurface.Builder.set(String propertyName,
Object newValue) |
InterpolatedNodalSurface.Builder |
InterpolatedNodalSurface.toBuilder()
Returns a builder that allows this bean to be mutated.
|
InterpolatedNodalSurface.Builder |
InterpolatedNodalSurface.Builder.xValues(DoubleArray xValues)
Sets the array of x-values, one for each point.
|
InterpolatedNodalSurface.Builder |
InterpolatedNodalSurface.Builder.yValues(DoubleArray yValues)
Sets the array of y-values, one for each point.
|
InterpolatedNodalSurface.Builder |
InterpolatedNodalSurface.Builder.zValues(DoubleArray zValues)
Sets the array of z-values, one for each point.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.