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