public class QuestionPart extends Object implements IQuestionNode, Serializable
| Constructor and Description |
|---|
QuestionPart() |
| Modifier and Type | Method and Description |
|---|---|
void |
addPreprocessor(Reference reference,
List<String> preprocessors) |
void |
addReference(Reference reference) |
List<PreviousQuestion> |
getAllPreviousQuestions() |
List<QuestionPart> |
getAllQuestionParts() |
List<IQuestionNode> |
getChildren() |
List<String> |
getFeatures() |
int |
getMode() |
List<String> |
getPreprocessor(Reference reference) |
List<Reference> |
getReferences() |
void |
removePreprocessor(Reference reference,
String preprocessorKeyword) |
void |
setMode(int mode) |
void |
setReferences(List<Reference> references) |
String |
toRAW() |
String |
toString() |
String |
toString(int level) |
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 void addReference(Reference reference)
public int getMode()
public void setMode(int mode)
Copyright © 2018. All rights reserved.