public abstract class ExpressionFunction
extends com.fathzer.soft.javaluator.Function
DefaultExpressionEvaluator
.Constructor and Description |
---|
ExpressionFunction(String name,
int argumentCount) |
ExpressionFunction(String name,
int minArgumentCount,
int maxArgumentCount) |
Modifier and Type | Method and Description |
---|---|
abstract Object |
evaluate(List<Object> parameters,
ExpressionVariables variables)
Runs the function on given parameters
|
ParameterInfo |
getParameterInfo(int index)
Returns info about the parameter at index
|
String |
getSignature()
Returns the signature of the function
|
String |
getTemplate()
Returns a template function that can be used to get users started
|
public ExpressionFunction(String name, int argumentCount)
public ExpressionFunction(String name, int minArgumentCount, int maxArgumentCount)
public abstract Object evaluate(List<Object> parameters, ExpressionVariables variables)
parameters
- the parametersvariables
- the set of current variablespublic ParameterInfo getParameterInfo(int index)
index
- the parameter indexpublic String getTemplate()
public String getSignature()
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.