Uses of Interface
dev.zemco.codegame.presentation.solution.ISolutionModel
Packages that use ISolutionModel
Package
Description
MVC components for presenting the solution to the user.
-
Uses of ISolutionModel in dev.zemco.codegame.presentation.solution
Classes in dev.zemco.codegame.presentation.solution that implement ISolutionModelModifier and TypeClassDescriptionclassImplementation ofsolution modelevaluating solution created by player.Constructors in dev.zemco.codegame.presentation.solution with parameters of type ISolutionModelModifierConstructorDescriptionSolutionController(ISolutionModel model, INavigator navigator, IDialogService dialogService, IHighlightStyleComputer highlightStyleComputer) Creates an instance ofSolutionController.