public abstract class StudentAnswers
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) java.util.Collection<Answer> |
answers |
(package private) Student |
student |
(package private) Test |
test |
Constructor and Description |
---|
StudentAnswers() |
Modifier and Type | Method and Description |
---|---|
(package private) abstract void |
addAnswer(Answer answer)
adds an answer to the Collection of answers
|
(package private) abstract void |
removeAnswer(Answer answer)
removes an answer from the Collection of answers
|
(package private) abstract void |
updateAnswer(Answer answer)
updates the existing answer from the collection of answers
|
abstract void addAnswer(Answer answer)
answer
- - the answer to add to the collectionabstract void removeAnswer(Answer answer)
answer
- - the answer to remove from the collectionabstract void updateAnswer(Answer answer)
answer
- - the answer to update