Package io.github.essay97.kastle.model
Class Question.Node
-
- All Implemented Interfaces:
public final class Question.Node extends Question
-
-
Constructor Summary
Constructors Constructor Description Question.Node(String text, List<Answer> answers)
-
Method Summary
Modifier and Type Method Description final List<Answer>
getAnswers()
-