Package com.walkfares.function
Class GeneralFunctions
java.lang.Object
com.walkfares.function.AbstractFunctionHolder
com.walkfares.function.GeneralFunctions
- All Implemented Interfaces:
FunctionHolder
public class GeneralFunctions extends AbstractFunctionHolder implements FunctionHolder
-
Constructor Summary
Constructors Constructor Description GeneralFunctions() -
Method Summary
Modifier and Type Method Description Varclone(Var var)Varcontent(Var object)Varelement(Var object, Var index)VarelementValues(Var object, Var element)VarelementValuesIndexOf(Var object, Var index)Varevaluate(VarScalar var)VarfirstElement(Var object)StringgetCategory()List<Function>getFunctions()VarlastElement(Var object)voidloadCalendars(OpenDSLContext context)voidloadTypes(OpenDSLContext context)VarReferenceref(OpenDSLContext context, VarScalar service, VarScalar var)VarReferenceref(OpenDSLContext context, Var var)VarreplaceElements(Var object, Var element)VarScalaruid()
-
Constructor Details
-
GeneralFunctions
public GeneralFunctions()
-
-
Method Details
-
getCategory
- Specified by:
getCategoryin interfaceFunctionHolder
-
getFunctions
- Specified by:
getFunctionsin interfaceFunctionHolder
-
loadTypes
-
loadCalendars
-
uid
-
ref
-
ref
-
clone
-
evaluate
-
firstElement
-
element
-
lastElement
-
replaceElements
-
content
-
elementValues
-
elementValuesIndexOf
-