Uses of Interface
dev.zemco.codegame.presentation.problems.IProblemListModel
Packages that use IProblemListModel
Package
Description
MVC components for presenting the problem selection to the user.
MVC components for presenting the solution to the user.
-
Uses of IProblemListModel in dev.zemco.codegame.presentation.problems
Classes in dev.zemco.codegame.presentation.problems that implement IProblemListModelModifier and TypeClassDescriptionclassImplementation of problem list model usingproblemsmanaged byproblem service.Constructors in dev.zemco.codegame.presentation.problems with parameters of type IProblemListModelModifierConstructorDescriptionProblemListController(IProblemListModel model, INavigator navigator) Creates an instance ofProblemListController. -
Uses of IProblemListModel in dev.zemco.codegame.presentation.solution
Constructors in dev.zemco.codegame.presentation.solution with parameters of type IProblemListModelModifierConstructorDescriptionSolutionModel(IProblemListModel problemListModel, IProgramCompiler programCompiler, IEvaluationService evaluationService, ISolutionErrorModelFactory programErrorModelFactory) Creates an instance ofSolutionModel.