Uses of Interface
dev.zemco.codegame.presentation.solution.errors.ISolutionErrorModelFactory
Packages that use ISolutionErrorModelFactory
Package
Description
MVC components for presenting the solution to the user.
Presents formatted errors containing information about user's solution failures.
-
Uses of ISolutionErrorModelFactory in dev.zemco.codegame.presentation.solution
Constructors in dev.zemco.codegame.presentation.solution with parameters of type ISolutionErrorModelFactoryModifierConstructorDescriptionSolutionModel(IProblemListModel problemListModel, IProgramCompiler programCompiler, IEvaluationService evaluationService, ISolutionErrorModelFactory programErrorModelFactory) Creates an instance ofSolutionModel. -
Uses of ISolutionErrorModelFactory in dev.zemco.codegame.presentation.solution.errors
Classes in dev.zemco.codegame.presentation.solution.errors that implement ISolutionErrorModelFactoryModifier and TypeClassDescriptionclass