Class SolutionModel

java.lang.Object
dev.zemco.codegame.presentation.solution.SolutionModel
All Implemented Interfaces:
ISolutionModel

public class SolutionModel extends Object implements ISolutionModel
Implementation of solution model evaluating solution created by player. Target problem is provided by the problem list model. This model uses the provided IProgramCompiler for compilation and IEvaluationService for evaluation.
Author:
Erik Zemčík
See Also: