| Package | Description |
|---|---|
| de.foellix.aql.datastructure | |
| de.foellix.aql.helper | |
| de.foellix.aql.system |
| Modifier and Type | Class and Description |
|---|---|
class |
PreviousQuestion |
class |
Question |
class |
QuestionFilter |
class |
QuestionPart |
| Modifier and Type | Method and Description |
|---|---|
List<IQuestionNode> |
QuestionPart.getChildren() |
List<IQuestionNode> |
Question.getChildren() |
List<IQuestionNode> |
PreviousQuestion.getChildren() |
List<IQuestionNode> |
IQuestionNode.getChildren() |
| Modifier and Type | Method and Description |
|---|---|
void |
Question.addChild(IQuestionNode child) |
| Modifier and Type | Method and Description |
|---|---|
static IQuestionNode |
Helper.copy(IQuestionNode question) |
| Modifier and Type | Method and Description |
|---|---|
static IQuestionNode |
Helper.copy(IQuestionNode question) |
static String |
HashHelper.createGenericHash(IQuestionNode question) |
static String |
HashHelper.createHash(Tool tool,
IQuestionNode question) |
static boolean |
Helper.replaceAllQuestionPart(IQuestionNode question,
QuestionPart needle,
IQuestionNode replacement) |
static boolean |
Helper.replaceQuestionPart(IQuestionNode question,
QuestionPart needle,
IQuestionNode replacement) |
| Modifier and Type | Method and Description |
|---|---|
IQuestionNode |
System.getCurrentQuery() |
| Modifier and Type | Method and Description |
|---|---|
BiMap<String,List<IQuestionNode>> |
Data.getData() |
| Modifier and Type | Method and Description |
|---|---|
Answer |
Storage.load(Tool tool,
IQuestionNode question) |
Answer |
Storage.load(Tool tool,
IQuestionNode question,
boolean loadSimilar) |
void |
System.setCurrentQuery(IQuestionNode currentQuery) |
void |
Storage.store(Tool tool,
IQuestionNode question,
Answer answer) |
Copyright © 2018. All rights reserved.