Uses of Interface
dev.zemco.codegame.evaluation.IEvaluationService
Packages that use IEvaluationService
Package
Description
Provides evaluation capabilities of executions to the application.
MVC components for presenting the solution to the user.
-
Uses of IEvaluationService in dev.zemco.codegame.evaluation
Classes in dev.zemco.codegame.evaluation that implement IEvaluationServiceModifier and TypeClassDescriptionclassImplementation of business logic related to evaluation of solutions ofproblems. -
Uses of IEvaluationService in dev.zemco.codegame.presentation.solution
Constructors in dev.zemco.codegame.presentation.solution with parameters of type IEvaluationServiceModifierConstructorDescriptionSolutionModel(IProblemListModel problemListModel, IProgramCompiler programCompiler, IEvaluationService evaluationService, ISolutionErrorModelFactory programErrorModelFactory) Creates an instance ofSolutionModel.