| Package | Description |
|---|---|
| de.foellix.aql.datastructure | |
| de.foellix.aql.helper | |
| de.foellix.aql.system | |
| de.foellix.aql.system.task |
| Modifier and Type | Method and Description |
|---|---|
List<QuestionPart> |
QuestionPart.getAllQuestionParts() |
List<QuestionPart> |
Question.getAllQuestionParts() |
List<QuestionPart> |
PreviousQuestion.getAllQuestionParts() |
List<QuestionPart> |
IQuestionNode.getAllQuestionParts() |
| Modifier and Type | Method and Description |
|---|---|
static QuestionPart |
Helper.copy(QuestionPart questionPart) |
| Modifier and Type | Method and Description |
|---|---|
static QuestionPart |
Helper.copy(QuestionPart questionPart) |
static boolean |
Helper.replaceAllQuestionPart(IQuestionNode question,
QuestionPart needle,
IQuestionNode replacement) |
static boolean |
Helper.replaceQuestionPart(IQuestionNode question,
QuestionPart needle,
IQuestionNode replacement) |
static String |
Helper.replaceVariables(String str,
TaskInfo taskinfo,
QuestionPart question) |
| Modifier and Type | Method and Description |
|---|---|
Map<QuestionPart,Answer> |
System.getTempStorage() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ToolSelector.detectInterApp(QuestionPart question) |
void |
System.localAnswerAvailable(QuestionPart questionPart,
Answer answer) |
Tool |
ToolSelector.selectPreprocessor(QuestionPart question,
String keyword) |
Tool |
ToolSelector.selectPreprocessor(QuestionPart question,
String keyword,
int priority) |
Tool |
ToolSelector.selectTool(QuestionPart question) |
Tool |
ToolSelector.selectTool(QuestionPart question,
int priority) |
| Modifier and Type | Method and Description |
|---|---|
void |
System.setTempStorage(Map<QuestionPart,Answer> tempStorage) |
| Modifier and Type | Method and Description |
|---|---|
QuestionPart |
ToolTaskInfo.getQuestion() |
QuestionPart |
PreprocessorTaskInfo.getQuestion() |
| Constructor and Description |
|---|
PreprocessorTaskInfo(Tool preprocessor,
App app,
QuestionPart question,
String keyword) |
ToolTaskInfo(Tool tool,
QuestionPart question) |
Copyright © 2018. All rights reserved.