Uses of Interface
org.djutils.eval.Function
-
Uses of Function in org.djutils.eval
Classes in org.djutils.eval that implement FunctionModifier and TypeClassDescription(package private) class
F0.java.(package private) class
F1.java.(package private) class
F2.java.Methods in org.djutils.eval that return types with arguments of type FunctionModifier and TypeMethodDescriptionEval.builtInFunctions()
Create and return a collection of all built in functions.Methods in org.djutils.eval with parameters of type FunctionModifier and TypeMethodDescriptionPrototype of the zero-argument functionPrototype of the one-argument functionPrototype of the two-argument functionMethod parameters in org.djutils.eval with type arguments of type FunctionModifier and TypeMethodDescriptionEval.setUserDefinedFunctions
(Map<String, Function> userDefinedFunctionMap) Install a map of user-defined functions.