Package simulation

Class Simulator

java.lang.Object
simulation.Simulator

public class Simulator extends Object
  • Constructor Details

    • Simulator

      public Simulator()
  • Method Details

    • createModel

      public static Model createModel(String projectId, String evaluationDate)
      Fetch data for Model creation, check data is available, and create Model.
      Parameters:
      projectId - The ID of the project which owns the metrics and factors of the Model.
      evaluationDate - The date of the metrics and factors evaluation.
      Returns:
      The created Model with the fetched data.
    • factorPrinter

      public static void factorPrinter(Collection<FactorEvaluationDTO> factors)
      Helper: Print factor values.
      Parameters:
      factors - The list of factor evaluations to be printed.