| Constructor and Description |
|---|
QuestionWithDefinedSubject(Question<T> theQuestion,
String subject) |
QuestionWithDefinedSubject(Question<T> theQuestion,
String subject,
List<Performable> precedingTasks) |
| Modifier and Type | Method and Description |
|---|---|
T |
answeredBy(Actor actor) |
String |
getSubject() |
public QuestionWithDefinedSubject(Question<T> theQuestion, String subject, List<Performable> precedingTasks)
public T answeredBy(Actor actor)
answeredBy in interface Question<T>public String getSubject()
getSubject in interface Question<T>Copyright © 2023. All rights reserved.