Uses of Class
dev.zemco.codegame.problems.Problem
Packages that use Problem
Package
Description
Provides evaluation capabilities of executions to the application.
MVC components for presenting the problem selection to the user.
MVC components for presenting the solution to the user.
Components related to problems solvable by the player.
-
Uses of Problem in dev.zemco.codegame.evaluation
Methods in dev.zemco.codegame.evaluation with parameters of type ProblemModifier and TypeMethodDescriptionbooleanEvaluationService.evaluateSolutionOnAllProblemCases(Program solution, Problem problem) booleanIEvaluationService.evaluateSolutionOnAllProblemCases(Program solution, Problem problem) -
Uses of Problem in dev.zemco.codegame.presentation.problems
Methods in dev.zemco.codegame.presentation.problems that return types with arguments of type ProblemModifier and TypeMethodDescriptionjavafx.beans.value.ObservableObjectValue<javafx.collections.ObservableList<Problem>>IProblemListModel.problemsProperty()Property holding allproblemssolvable by the user.javafx.beans.value.ObservableObjectValue<javafx.collections.ObservableList<Problem>>ProblemListModel.problemsProperty()javafx.beans.value.ObservableObjectValue<Problem>IProblemListModel.selectedProblemProperty()Property holding the currently selectedproblemfor solving.javafx.beans.value.ObservableObjectValue<Problem>ProblemListModel.selectedProblemProperty()Methods in dev.zemco.codegame.presentation.problems with parameters of type ProblemModifier and TypeMethodDescriptionvoidIProblemListModel.selectProblem(Problem problem) Selects aproblemfor solving.voidProblemListModel.selectProblem(Problem problem) -
Uses of Problem in dev.zemco.codegame.presentation.solution
Methods in dev.zemco.codegame.presentation.solution that return types with arguments of type ProblemModifier and TypeMethodDescriptionjavafx.beans.value.ObservableObjectValue<Problem>ISolutionModel.problemProperty()Property holding the targetproblemthat is being solved.javafx.beans.value.ObservableObjectValue<Problem>SolutionModel.problemProperty() -
Uses of Problem in dev.zemco.codegame.problems
Methods in dev.zemco.codegame.problems that return types with arguments of type ProblemModifier and TypeMethodDescriptionIProblemRepository.getAllProblems()Returns all known problems.IProblemService.getAllProblems()Returns all problems available to the application.ProblemService.getAllProblems()UrlObjectMapperProblemRepository.getAllProblems()Retrieves and deserializes all problems from theURLdatasource.