Package dev.zemco.codegame.problems
Interface IProblemService
- All Known Implementing Classes:
ProblemService
public interface IProblemService
Service that manages business logic related to management of problems available to the application.
- Author:
- Erik Zemčík
-
Method Summary
Modifier and TypeMethodDescriptionReturns all problems available to the application.
-
Method Details
-
getAllProblems
Returns all problems available to the application.- Returns:
- unmodifiable list of problems
-