public interface IQuestionNode
| Modifier and Type | Method and Description |
|---|---|
List<PreviousQuestion> |
getAllPreviousQuestions() |
List<QuestionPart> |
getAllQuestionParts() |
List<IQuestionNode> |
getChildren() |
String |
toRAW() |
String |
toString(int level) |
String toString(int level)
String toRAW()
List<IQuestionNode> getChildren()
List<QuestionPart> getAllQuestionParts()
List<PreviousQuestion> getAllPreviousQuestions()
Copyright © 2018. All rights reserved.