Uses of Interface
com.luciad.datamodel.expression.ILcdDataObjectExpression
Package
Description
This package provides an API to evaluate expressions on data objects.
This package provides a builder to construct
expressions
.-
Uses of ILcdDataObjectExpression in com.luciad.datamodel.expression
Modifier and TypeMethodDescriptionabstract ILcdDataObjectExpression
Compiles the expression to an intermediate representation. -
Uses of ILcdDataObjectExpression in com.luciad.util.expression
Modifier and TypeMethodDescriptionstatic <T> ILcdExpression
<T> TLcdExpressionFactory.attribute
(String aName, Class<T> aType, ILcdDataObjectExpression aExpression) Creates a new attribute expression that can retrieve values from domain objects.