Package net.starype.quiz.api.game.answer
Interface RangedAnswerFactory
-
- All Superinterfaces:
CorrectAnswerFactory
- All Known Implementing Classes:
DoubleAnswerFactory,IntegerAnswerFactory
public interface RangedAnswerFactory extends CorrectAnswerFactory
-
-
Method Summary
Modifier and Type Method Description RangedAnswerFactorywithAcceptedRange(java.lang.Number range)RangedAnswerFactorywithInterpolation(LossFunction lossFunction)-
Methods inherited from interface net.starype.quiz.api.game.answer.CorrectAnswerFactory
createCorrectAnswer, createCorrectAnswer, processList
-
-
-
-
Method Detail
-
withAcceptedRange
RangedAnswerFactory withAcceptedRange(java.lang.Number range)
-
withInterpolation
RangedAnswerFactory withInterpolation(LossFunction lossFunction)
-
-