Class MaFProblemProvider


public class MaFProblemProvider extends RegisteredProblemProvider
Problem provider for the MaF test problems.
  • Constructor Details

    • MaFProblemProvider

      public MaFProblemProvider()
      Constructs and registers the MaF problems.
  • Method Details

    • getProblem

      public Problem getProblem(String name)
      Description copied from class: ProblemProvider
      Returns the problem with the specified name, or null if this provider does not support the problem.
      Overrides:
      getProblem in class RegisteredProblemProvider
      Parameters:
      name - the problem name
      Returns:
      the problem with the specified name, or null if this provider does not support the problem