Package com.luciad.datamodel.expression
Interface TLcdDataObjectExpressionLanguage.Function
- Enclosing class:
TLcdDataObjectExpressionLanguage
public static interface TLcdDataObjectExpressionLanguage.Function
Custom function that computes a value given a list of arguments.
- Since:
- 10.1
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionevaluate
(List<?> aParams, TLcdDataObjectExpressionContext aContext)
-
Method Details
-
evaluate
-