Package simulation
Class Simulator
java.lang.Object
simulation.Simulator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ModelcreateModel(String projectId, String evaluationDate) Fetch data for Model creation, check data is available, and create Model.static voidfactorPrinter(Collection<FactorEvaluationDTO> factors) Helper: Print factor values.
-
Constructor Details
-
Simulator
public Simulator()
-
-
Method Details
-
createModel
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
Helper: Print factor values.- Parameters:
factors- The list of factor evaluations to be printed.
-