public class PreviousQuestion extends Object implements IQuestionNode
| Constructor and Description |
|---|
PreviousQuestion(String file) |
| Modifier and Type | Method and Description |
|---|---|
List<PreviousQuestion> |
getAllPreviousQuestions() |
List<QuestionPart> |
getAllQuestionParts() |
List<IQuestionNode> |
getChildren() |
String |
getFile() |
String |
toRAW() |
String |
toString() |
String |
toString(int level) |
public PreviousQuestion(String file)
public String toString(int level)
toString in interface IQuestionNodepublic String toRAW()
toRAW in interface IQuestionNodepublic List<IQuestionNode> getChildren()
getChildren in interface IQuestionNodepublic List<QuestionPart> getAllQuestionParts()
getAllQuestionParts in interface IQuestionNodepublic List<PreviousQuestion> getAllPreviousQuestions()
getAllPreviousQuestions in interface IQuestionNodepublic String getFile()
Copyright © 2018. All rights reserved.