Uses of Package
dev.zemco.codegame.evaluation
Packages that use dev.zemco.codegame.evaluation
Package
Description
Provides evaluation capabilities of executions to the application.
MVC components for presenting the solution to the user.
Presents formatted errors containing information about user's solution failures.
-
Classes in dev.zemco.codegame.evaluation used by dev.zemco.codegame.evaluationClassDescriptionService that manages business logic related to evaluation of solutions of
problemscreated by the player.Algorithm that evaluates if theexecution contexthas reached a state, where it satisfies rules as a valid solution of aproblem case.Evaluates an underlyingexecution contexton set rules.Thrown during the evaluation step if the evaluation reaches an undesired state. -
Classes in dev.zemco.codegame.evaluation used by dev.zemco.codegame.presentation.solutionClassDescriptionService that manages business logic related to evaluation of solutions of
problemscreated by the player. -
Classes in dev.zemco.codegame.evaluation used by dev.zemco.codegame.presentation.solution.errorsClassDescriptionThrown during the evaluation step if the evaluation reaches an undesired state.