Package com.walkfares.function
Class ConversionFunctions
java.lang.Object
com.walkfares.function.AbstractFunctionHolder
com.walkfares.function.ConversionFunctions
- All Implemented Interfaces:
FunctionHolder
public class ConversionFunctions extends AbstractFunctionHolder implements FunctionHolder
-
Constructor Summary
Constructors Constructor Description ConversionFunctions()
-
Method Summary
Modifier and Type Method Description String
getCategory()
List<Function>
getFunctions()
VarScalar
toInt(OpenDSLContext context, Var input)
-
Constructor Details
-
ConversionFunctions
public ConversionFunctions()
-
-
Method Details
-
getCategory
- Specified by:
getCategory
in interfaceFunctionHolder
-
getFunctions
- Specified by:
getFunctions
in interfaceFunctionHolder
-
toInt
-