Class SelectFunction

java.lang.Object
nz.org.riskscape.engine.function.BaseRealizableFunction
nz.org.riskscape.engine.function.lang.SelectFunction
All Implemented Interfaces:
nz.org.riskscape.engine.rl.RealizableFunction

public class SelectFunction extends BaseRealizableFunction
  • Field Details

  • Constructor Details

    • SelectFunction

      public SelectFunction()
  • Method Details

    • buildFunction

      protected nz.org.riskscape.problem.ResultOrProblems<nz.org.riskscape.engine.function.RiskscapeFunction> buildFunction(nz.org.riskscape.engine.rl.RealizationContext context, nz.org.riskscape.rl.ast.FunctionCall functionCall, List<nz.org.riskscape.engine.types.Type> givenTypes)
      Description copied from class: BaseRealizableFunction

      To be overridden by functions that want the argument checking from realize but may also need to include warnings in the ResultOrProblems.

      Overrides:
      buildFunction in class BaseRealizableFunction