Uses of Class
com.opengamma.strata.market.curve.ConstantCurve
- 
Packages that use ConstantCurve Package Description com.opengamma.strata.market.curve Definitions of curves. - 
- 
Uses of ConstantCurve in com.opengamma.strata.market.curve
Methods in com.opengamma.strata.market.curve that return ConstantCurve Modifier and Type Method Description static ConstantCurveConstantCurve. of(CurveMetadata metadata, double yValue)Creates a constant curve with a specific value.static ConstantCurveConstantCurve. of(CurveName name, double yValue)Creates a constant curve with a specific value.static ConstantCurveConstantCurve. of(String name, double yValue)Creates a constant curve with a specific value.ConstantCurveConstantCurve. withMetadata(CurveMetadata metadata)ConstantCurveConstantCurve. withParameter(int parameterIndex, double newValue)ConstantCurveConstantCurve. withPerturbation(ParameterPerturbation perturbation)Methods in com.opengamma.strata.market.curve that return types with arguments of type ConstantCurve Modifier and Type Method Description Class<? extends ConstantCurve>ConstantCurve.Meta. beanType()org.joda.beans.BeanBuilder<? extends ConstantCurve>ConstantCurve.Meta. builder() 
 -