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 ODSLFunctionParameter
ODSLFunctionParameter. setDescription(String description)
ODSLFunctionParameter
ODSLFunctionParameter. setName(String name)
ODSLFunctionParameter
ODSLFunctionParameter. 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 ODSLFunction
ODSLFunction. addParameter(ODSLFunctionParameter parameter)