Package nz.org.riskscape.engine.function
package nz.org.riskscape.engine.function
-
ClassDescriptionDeprecated.Convenience class with built in support for integer and floating point modes and everything in betweenBase class for DRYing up all the code common to most
RealizableFunction
sAnAggregationFunction
that is composed of one or more childAggregationFunction
.AnRiskscapeFunction
that allows a discrete function to be defined.API For users to build theirDiscreteFunction
A member of theDiscreteFunction
.Build anAggregationFunction
based on a set of riskscape expressions that reduce the input into an accumulator value, combine accumulated values (to support parallelism) and then emit a collected value.Wee builder to decrease chances of bugs due to mis-assigned constructor args.Thrown during a function call to aRiskscapeFunction
EachJavaFunction
may have classes loaded from its ownFunctionClassLoader
.Some general purpose mathematics functions using theRiskscapeFunction
interface for use within the riskscape engine.Defines what parameters a INI file function definition can accept, i.e.Represents a function defined by the user in a script file (e.g.