Uses of Class
de.foellix.aql.config.Tool
Packages that use Tool
Package
Description
-
Uses of Tool in de.foellix.aql.config
Fields in de.foellix.aql.config with type parameters of type ToolMethods in de.foellix.aql.config that return ToolModifier and TypeMethodDescriptionObjectFactory.createTool()Create an instance ofToolConfigHandler.getConverterByName(String name) ConfigHandler.getConverterByName(String name, String version) ConfigHandler.getOperatorByName(String name) ConfigHandler.getOperatorByName(String name, String version) ConfigHandler.getPreprocessorByName(String name) ConfigHandler.getPreprocessorByName(String name, String version) ConfigHandler.getToolByName(String name) ConfigHandler.getToolByName(String name, String version) Methods in de.foellix.aql.config that return types with arguments of type ToolModifier and TypeMethodDescriptionConfigHandler.getAllToolsOfAnyKind()ConfigHandler.getAllToolsOfAnyKind(Config config) Converters.getTool()Gets the value of the tool property.Operators.getTool()Gets the value of the tool property.Preprocessors.getTool()Gets the value of the tool property.Tools.getTool()Gets the value of the tool property. -
Uses of Tool in de.foellix.aql.config.wizard
Methods in de.foellix.aql.config.wizard with parameters of type ToolModifier and TypeMethodDescriptionvoidvoidMethod parameters in de.foellix.aql.config.wizard with type arguments of type Tool -
Uses of Tool in de.foellix.aql.converter
Subclasses of Tool in de.foellix.aql.converterMethods in de.foellix.aql.converter that return ToolMethods in de.foellix.aql.converter with parameters of type Tool -
Uses of Tool in de.foellix.aql.datastructure
Methods in de.foellix.aql.datastructure that return ToolConstructors in de.foellix.aql.datastructure with parameters of type Tool -
Uses of Tool in de.foellix.aql.helper
Methods in de.foellix.aql.helper with parameters of type ToolModifier and TypeMethodDescriptionstatic booleanstatic intHelper.getCardinality(Tool tool, String operator) static StringHelper.getQualifiedName(Tool tool) static Stringstatic StringMethod parameters in de.foellix.aql.helper with type arguments of type Tool -
Uses of Tool in de.foellix.aql.system
Subclasses of Tool in de.foellix.aql.systemMethods in de.foellix.aql.system that return ToolModifier and TypeMethodDescriptionstatic ToolToolSelector.selectAnalysisTool(DefaultQuestion question) static ToolToolSelector.selectAnalysisTool(DefaultQuestion question, Tool[] exceptions) static ToolToolSelector.selectConverter(Tool analysisTool) static ToolToolSelector.selectConverter(Tool analysisTool, Tool[] exceptions) static ToolToolSelector.selectOperator(OperatorQuestion question) static ToolToolSelector.selectOperator(OperatorQuestion question, Tool[] exceptions) static ToolToolSelector.selectPreprocessor(String keyword) static ToolToolSelector.selectPreprocessor(String keyword, Tool[] exceptions) Methods in de.foellix.aql.system that return types with arguments of type ToolMethods in de.foellix.aql.system with parameters of type ToolModifier and TypeMethodDescriptionstatic intToolSelector.getPriority(Tool tool) static intToolSelector.getPriority(Tool tool, DefaultQuestion question) static intToolSelector.getPriorityByFeatures(Tool tool, DefaultQuestion question) static ToolToolSelector.selectAnalysisTool(DefaultQuestion question, Tool[] exceptions) static ToolToolSelector.selectConverter(Tool analysisTool) static ToolToolSelector.selectConverter(Tool analysisTool, Tool[] exceptions) static ToolToolSelector.selectOperator(OperatorQuestion question, Tool[] exceptions) static ToolToolSelector.selectPreprocessor(String keyword, Tool[] exceptions) -
Uses of Tool in de.foellix.aql.system.defaulttools
Subclasses of Tool in de.foellix.aql.system.defaulttools -
Uses of Tool in de.foellix.aql.system.defaulttools.analysistools
Subclasses of Tool in de.foellix.aql.system.defaulttools.analysistoolsModifier and TypeClassDescriptionclassclassclassclassclassclass -
Uses of Tool in de.foellix.aql.system.defaulttools.operators
Subclasses of Tool in de.foellix.aql.system.defaulttools.operatorsModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassMethods in de.foellix.aql.system.defaulttools.operators that return Tool -
Uses of Tool in de.foellix.aql.system.task
Fields in de.foellix.aql.system.task declared as ToolFields in de.foellix.aql.system.task with type parameters of type ToolMethods in de.foellix.aql.system.task that return ToolMethods in de.foellix.aql.system.task that return types with arguments of type ToolMethods in de.foellix.aql.system.task with parameters of type ToolConstructors in de.foellix.aql.system.task with parameters of type ToolModifierConstructorDescriptionConverterTask(TaskCreator taskCreator, ConverterTaskInfo taskInfo, Tool tool) FilterOperatorTask(TaskCreator taskCreator, FilterOperatorTaskInfo taskInfo, Tool tool) LoadAnswerTask(TaskCreator taskCreator, LoadAnswerTaskInfo taskInfo, Tool tool) OperatorTask(TaskCreator taskCreator, OperatorTaskInfo taskInfo, Tool tool) PreprocessorTask(TaskCreator taskCreator, PreprocessorTaskInfo taskInfo, Tool tool, QuestionReference questionReference) Task(TaskCreator taskCreator, TaskInfo taskInfo, Tool tool) ToolTask(TaskCreator taskCreator, ToolTaskInfo taskInfo, Tool tool)