Package com.luciad.expressions
package com.luciad.expressions
Support for creating expressions over an abstract object model.
This package provides a factory to construct expressions and a visitor to walk through the expression hierarchy. Have a look at Expressions and Conditions for an example.
-
ClassDescriptionAn expression is an opaque object whose evaluation returns a value.Class containing static factory methods to create different types of expressions and conditions.Value object to store the value of an
Expressionand itsDataType.Expressionvisitor interface that allows traversal of anExpressionor a Condition.