Uses of Class
de.foellix.aql.datastructure.query.Question
Packages that use Question
Package
Description
-
Uses of Question in de.foellix.aql.datastructure.query
Subclasses of Question in de.foellix.aql.datastructure.queryModifier and TypeClassDescriptionclassclassclassclassFields in de.foellix.aql.datastructure.query with type parameters of type QuestionMethods in de.foellix.aql.datastructure.query that return QuestionMethods in de.foellix.aql.datastructure.query that return types with arguments of type QuestionModifier and TypeMethodDescriptionQuery.getAllQuestions()DefaultQuestion.getChildren(boolean recursively) FilterQuestion.getChildren(boolean recursively) FilterQuestion.getChildren(boolean recursively, boolean noFilterChilds) LoadingQuestion.getChildren(boolean recursively) OperatorQuestion.getChildren(boolean recursively) Question.getChildren()abstract Collection<Question>Question.getChildren(boolean recursively) QuestionReference.getChildren(boolean recursively) Question.getLeafs()OperatorQuestion.getQuestions()Query.getQuestions()Query.getQuestionStack()Query.getVariableMap()Methods in de.foellix.aql.datastructure.query with parameters of type QuestionModifier and TypeMethodDescriptionvoidbooleanDefaultQuestion.replaceChild(Question childToReplace, IStringOrQuestion replacement) booleanFilterQuestion.replaceChild(Question childToReplace, IStringOrQuestion replacement) booleanLoadingQuestion.replaceChild(Question childToReplace, IStringOrQuestion replacement) booleanOperatorQuestion.replaceChild(Question childToReplace, IStringOrQuestion replacement) abstract booleanQuestion.replaceChild(Question childToReplace, IStringOrQuestion replacement) voidvoidFilterQuestion.setQuestion(Question question) Method parameters in de.foellix.aql.datastructure.query with type arguments of type QuestionModifier and TypeMethodDescriptionvoidOperatorQuestion.setQuestions(List<Question> questions) voidQuery.setQuestions(List<Question> questions) voidQuery.setQuestionStack(Stack<Question> questionStack) -
Uses of Question in de.foellix.aql.system
Methods in de.foellix.aql.system that return types with arguments of type QuestionModifier and TypeMethodDescriptionDirectoryResolver.resolveDirectoryReference(List<Question> questions) Method parameters in de.foellix.aql.system with type arguments of type QuestionModifier and TypeMethodDescriptionDirectoryResolver.resolveDirectoryReference(List<Question> questions) -
Uses of Question in de.foellix.aql.system.storage
Methods in de.foellix.aql.system.storage that return QuestionModifier and TypeMethodDescriptionData.getQuestionFromQuestionTaskMap(Task task) Data.getQuestionFromQuestionTaskMap(Task task, boolean takeConverterIntoAccount) Methods in de.foellix.aql.system.storage with parameters of type QuestionModifier and TypeMethodDescriptionData.getTaskFromQuestionTaskMap(Question question) Data.getTaskFromQuestionTaskMap(Question question, boolean ignoreConverterTasks) voidData.putIntoQuestionTaskMap(Question question, Task task) voidData.removeFromQuestionTaskMap(Question question) -
Uses of Question in de.foellix.aql.transformations
Methods in de.foellix.aql.transformations that return QuestionModifier and TypeMethodDescriptionQuestionTransformer.transform()Transforms the question by applying the selected ruleMethods in de.foellix.aql.transformations with parameters of type QuestionModifier and TypeMethodDescriptionstatic booleanstatic booleanConstructors in de.foellix.aql.transformations with parameters of type Question