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
RealizableFunctionsAnAggregationFunctionthat is composed of one or more childAggregationFunction.AnRiskscapeFunctionthat allows a discrete function to be defined.API For users to build theirDiscreteFunctionA member of theDiscreteFunction.Build anAggregationFunctionbased 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 aRiskscapeFunctionEachJavaFunctionmay have classes loaded from its ownFunctionClassLoader.Some general purpose mathematics functions using theRiskscapeFunctioninterface for use within the riskscape engine.