Class Min
java.lang.Object
nz.org.riskscape.engine.function.BaseMathsFunction
nz.org.riskscape.engine.function.maths.OverloadedAggregatingMathsFunction
nz.org.riskscape.engine.function.maths.Min
- All Implemented Interfaces:
AutoCloseable,nz.org.riskscape.engine.function.IdentifiedFunction,nz.org.riskscape.engine.function.RiskscapeFunction,nz.org.riskscape.engine.function.UntypedFunction,nz.org.riskscape.engine.Identified,nz.org.riskscape.engine.rl.RealizableFunction
-
Nested Class Summary
Nested classes/interfaces inherited from interface nz.org.riskscape.engine.function.IdentifiedFunction
nz.org.riskscape.engine.function.IdentifiedFunction.Category, nz.org.riskscape.engine.function.IdentifiedFunction.WrappingNested classes/interfaces inherited from interface nz.org.riskscape.engine.rl.RealizableFunction
nz.org.riskscape.engine.rl.RealizableFunction.MetadataIdentifiedRealizableFunction -
Field Summary
Fields inherited from class nz.org.riskscape.engine.function.BaseMathsFunction
descriptionFields inherited from interface nz.org.riskscape.engine.function.RiskscapeFunction
BUILT_IN, LOG -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class nz.org.riskscape.engine.function.maths.OverloadedAggregatingMathsFunction
getAggregationFunction, getArgumentTypes, getReturnType, realizeMethods inherited from class nz.org.riskscape.engine.function.BaseMathsFunction
call, getCategory, getDescription, getId, getSourceURI, wrapping, wrapping, wrappingMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface nz.org.riskscape.engine.Identified
getIdentifiedClassMethods inherited from interface nz.org.riskscape.engine.function.IdentifiedFunction
getSource, infoOutput, isBuiltin, toEntityMethods inherited from interface nz.org.riskscape.engine.rl.RealizableFunction
isDoTypeAdaptationMethods inherited from interface nz.org.riskscape.engine.function.RiskscapeFunction
builtin, close, getArguments, getOverloaded, getRealizable, getTypesFromArguments, identified, identified, isA, setProblemReporter, validate
-
Constructor Details
-
Min
public Min()
-
-
Method Details
-
getAlternatives
- Specified by:
getAlternativesin classOverloadedAggregatingMathsFunction- Returns:
- list of functions for the alternative numeric arguments that this function supports
-