Package com.luciad.util.expression
package com.luciad.util.expression
This package provides a builder to construct
expressions
.
See class javadoc of TLcdExpressionFactory
for details and examples.
Always use TLcdExpressionFactory
to create expressions. You should not implement
ILcdExpression
or ILcdParameter
yourself.
- Since:
- 2012.0
-
ClassDescriptionThis interface describes an expression.This interface describes an expression whose result can vary at any time without changing the expression.This builder contains static methods to construct nested
expressions
.Can retrieve values from domain objects.An expression that can be used to chain many if-then expressions.