| Package | Description |
|---|---|
| br.com.caelum.srs.model | |
| br.com.caelum.srs.service |
| Modifier and Type | Method and Description |
|---|---|
static AnswerKind |
AnswerKind.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AnswerKind[] |
AnswerKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CardAnswer |
Card.answer(Difficulty difficulty,
org.joda.time.DateTime lastCardFromToday,
AnswerKind answerKind) |
| Constructor and Description |
|---|
CardAnswer(Card card,
Difficulty difficulty,
Move move,
AnswerKind answerKind) |
| Modifier and Type | Method and Description |
|---|---|
CardAnswer |
CardAnswerer.answer(SpacedRepetition repetition,
long userId,
Difficulty difficulty,
AnswerKind answerKind) |
CardAnswer |
CardAnswerer.answerFillTheBlank(SpacedRepetition repetition,
long userId,
java.util.List<java.lang.String> acceptableAnswers,
java.lang.String guess,
AnswerKind answerKind) |
Copyright © 2018. All Rights Reserved.