Uses of Interface
org.djutils.eval.Function
-
Uses of Function in org.djutils.eval
Modifier and TypeClassDescription(package private) class
F0.java.(package private) class
F1.java.(package private) class
F2.java.Modifier and TypeMethodDescriptionEval.builtInFunctions()
Create and return a collection of all built in functions.Modifier and TypeMethodDescriptionPrototype of the zero-argument functionPrototype of the one-argument functionPrototype of the two-argument functionModifier and TypeMethodDescriptionEval.setUserDefinedFunctions
(Map<String, Function> userDefinedFunctionMap) Install a map of user-defined functions.