Package de.firemage.autograder.core
Interface Problem
- All Known Implementing Classes:
IntegratedInCodeProblem,MultiInCodeProblem,PMDInCodeProblem,ProblemImpl
public interface Problem
-
Method Summary
-
Method Details
-
getCheck
Check getCheck() -
getExplanation
Translatable getExplanation() -
getDisplayLocation
String getDisplayLocation() -
getPosition
CodePosition getPosition() -
getProblemType
ProblemType getProblemType()
-