| Package | Description |
|---|---|
| de.foellix.aql.config | |
| de.foellix.aql.config.wizard | |
| de.foellix.aql.converter | |
| de.foellix.aql.datastructure | |
| de.foellix.aql.helper | |
| de.foellix.aql.system | |
| de.foellix.aql.system.task |
| Modifier and Type | Field and Description |
|---|---|
protected List<Tool> |
Tools.tool |
protected List<Tool> |
Preprocessors.tool |
protected List<Tool> |
Operators.tool |
protected List<Tool> |
Converters.tool |
| Modifier and Type | Method and Description |
|---|---|
Tool |
ObjectFactory.createTool()
Create an instance of
Tool |
| Modifier and Type | Method and Description |
|---|---|
List<Tool> |
Tools.getTool()
Gets the value of the tool property.
|
List<Tool> |
Preprocessors.getTool()
Gets the value of the tool property.
|
List<Tool> |
Operators.getTool()
Gets the value of the tool property.
|
List<Tool> |
Converters.getTool()
Gets the value of the tool property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Overview.edit(Tool tool,
int type) |
void |
EditorOverview.load(Tool tool,
int type) |
| Modifier and Type | Method and Description |
|---|---|
void |
ToolTableView.sync(List<Tool> tools) |
| Modifier and Type | Method and Description |
|---|---|
IConverter |
ConverterRegistry.getConverter(Tool tool) |
| Constructor and Description |
|---|
ExternalConverter(Tool converter) |
| Modifier and Type | Method and Description |
|---|---|
Tool |
WaitingAnswer.getOperator() |
| Constructor and Description |
|---|
WaitingAnswer(Tool operator,
Answer[] answers) |
| Modifier and Type | Method and Description |
|---|---|
static String |
HashHelper.createHash(Tool tool,
App app) |
static String |
HashHelper.createHash(Tool tool,
IQuestionNode question) |
static int |
Helper.getCardinality(Tool tool,
String operator) |
static String |
Helper.toRAW(Tool tool) |
static String |
Helper.toString(Tool tool) |
| Modifier and Type | Method and Description |
|---|---|
static String |
Helper.toString(List<Tool> tools) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultOperator |
| Modifier and Type | Method and Description |
|---|---|
Tool |
ToolSelector.selectOperator(Question question) |
Tool |
ToolSelector.selectOperator(Question question,
int priority) |
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 |
|---|---|
Map<Tool,Integer> |
Scheduler.getRunningInstances() |
| Modifier and Type | Method and Description |
|---|---|
int |
ToolSelector.getPriority(Tool tool) |
int |
ToolSelector.getPriority(Tool tool,
List<String> features) |
App |
Storage.load(Tool preprocessor,
App app) |
Answer |
Storage.load(Tool tool,
IQuestionNode question) |
Answer |
Storage.load(Tool tool,
IQuestionNode question,
boolean loadSimilar) |
void |
Storage.store(Tool preprocessor,
App app,
App preprocessedApp) |
void |
Storage.store(Tool tool,
IQuestionNode question,
Answer answer) |
| Modifier and Type | Method and Description |
|---|---|
Tool |
TaskInfo.getTool() |
| Modifier and Type | Method and Description |
|---|---|
void |
TaskInfo.setTool(Tool tool) |
| Constructor and Description |
|---|
OperatorTaskInfo(Question question,
Tool operator,
WaitingAnswer answer) |
PreprocessorTaskInfo(Tool preprocessor,
App app,
QuestionPart question,
String keyword) |
ToolTaskInfo(Tool tool,
QuestionPart question) |
Copyright © 2018. All rights reserved.