Package nz.org.riskscape.engine.rl
package nz.org.riskscape.engine.rl
-
ClassDescriptionUtility allowing boolean yielding expressions to be realized against a
Struct
type that may not contain all referenced properties.Realizes riskscape language expressions in to reified/realized objects that can be evaluated.Core set of functions that work with the default types in RiskScape - should cover most of what ECQL does.Thrown byRealizedExpression
whenRealizedExpression.evaluate(Object)
failsWraps aFunctionCall
and provides conveniences for updating the function call arguments.Implementation of https://docs.geoserver.org/latest/en/user/filter/function_reference.html#control-functionsImplementation of https://docs.geoserver.org/latest/en/user/filter/function_reference.html#comparison-functionsA set of useful maths functions for use with risk modellingThe result of callingRealizedExpression.evaluate(Object)
on aLambda
that has been realized.Thrown during realization when a $foo expression is encountered.