Uses of Class
com.walkfares.odsl.curve.ODSLFunctionParameter
| Package | Description |
|---|---|
| com.walkfares.odsl.curve |
-
Uses of ODSLFunctionParameter in com.walkfares.odsl.curve
Methods in com.walkfares.odsl.curve that return ODSLFunctionParameter Modifier and Type Method Description ODSLFunctionParameterODSLFunctionParameter. setDescription(String description)ODSLFunctionParameterODSLFunctionParameter. setName(String name)ODSLFunctionParameterODSLFunctionParameter. setType(String type)Methods in com.walkfares.odsl.curve that return types with arguments of type ODSLFunctionParameter Modifier and Type Method Description List<ODSLFunctionParameter>ODSLFunction. getParameters()Methods in com.walkfares.odsl.curve with parameters of type ODSLFunctionParameter Modifier and Type Method Description ODSLFunctionODSLFunction. addParameter(ODSLFunctionParameter parameter)