Package nz.org.riskscape.engine.function
Interface ExpressionAggregationFunction.LocalProblems
- All Superinterfaces:
nz.org.riskscape.engine.problem.ProblemFactory
- Enclosing class:
- ExpressionAggregationFunction
public static interface ExpressionAggregationFunction.LocalProblems
extends nz.org.riskscape.engine.problem.ProblemFactory
-
Method Summary
Modifier and TypeMethodDescriptionnz.org.riskscape.problem.Problem
couldNotRealizeExpression
(String whichOne, nz.org.riskscape.rl.ast.Expression expression) get()
nz.org.riskscape.problem.Problem
typeNotSupportedForThisFunction
(nz.org.riskscape.engine.types.Type valueType) Returned when an expression can't be realized with the given type
-
Method Details
-
get
-
couldNotRealizeExpression
nz.org.riskscape.problem.Problem couldNotRealizeExpression(String whichOne, nz.org.riskscape.rl.ast.Expression expression) -
typeNotSupportedForThisFunction
nz.org.riskscape.problem.Problem typeNotSupportedForThisFunction(nz.org.riskscape.engine.types.Type valueType) Returned when an expression can't be realized with the given type
-