Interface ListCollecting.LocalProblems

All Superinterfaces:
nz.org.riskscape.engine.problem.ProblemFactory
Enclosing class:
ListCollecting

public static interface ListCollecting.LocalProblems extends nz.org.riskscape.engine.problem.ProblemFactory
  • Method Summary

    Modifier and Type
    Method
    Description
    get()
     
    nz.org.riskscape.problem.Problem
    valueNotNumeric(String aggregationType, nz.org.riskscape.engine.types.Type valueType)
    Problem to be used when an aggregation function is only applicable to numeric values but a non-numeric type is provided.
  • Method Details

    • get

    • valueNotNumeric

      nz.org.riskscape.problem.Problem valueNotNumeric(String aggregationType, nz.org.riskscape.engine.types.Type valueType)

      Problem to be used when an aggregation function is only applicable to numeric values but a non-numeric type is provided.

      Parameters:
      aggregationType - type of aggregation wanted, e.g 'median'
      valueType - the type that was to be aggregated
      Returns:
      problem