Uses of Interface
com.luciad.datamodel.expression.ILcdDataObjectExpression
Packages that use 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
Methods in com.luciad.datamodel.expression that return ILcdDataObjectExpressionModifier and TypeMethodDescriptionabstract ILcdDataObjectExpression
Compiles the expression to an intermediate representation. -
Uses of ILcdDataObjectExpression in com.luciad.util.expression
Methods in com.luciad.util.expression with parameters of type ILcdDataObjectExpressionModifier 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.