Uses of Class
de.foellix.aql.datastructure.query.QuestionReference
Packages that use QuestionReference
Package
Description
-
Uses of QuestionReference in de.foellix.aql.datastructure.query
Fields in de.foellix.aql.datastructure.query with type parameters of type QuestionReferenceModifier and TypeFieldDescriptionprotected static final Set<QuestionReference>Question.REFERENCES_EMPTYMethods in de.foellix.aql.datastructure.query that return QuestionReferenceModifier and TypeMethodDescriptionQuestionReference.copy()FilterQuestion.getFilterReference()DefaultQuestion.getFrom()DefaultQuestion.getIn()DefaultQuestion.getTo()Methods in de.foellix.aql.datastructure.query that return types with arguments of type QuestionReferenceModifier and TypeMethodDescriptionDefaultQuestion.getAllReferences(boolean recursively) FilterQuestion.getAllReferences(boolean recursively) LoadingQuestion.getAllReferences(boolean recursively) OperatorQuestion.getAllReferences(boolean recursively) Query.getAllReferences()Question.getAllReferences()abstract Collection<QuestionReference>Question.getAllReferences(boolean recursively) Methods in de.foellix.aql.datastructure.query with parameters of type QuestionReferenceModifier and TypeMethodDescriptionvoidFilterQuestion.setFilterReference(QuestionReference filterReference) voidDefaultQuestion.setFrom(QuestionReference from) voidDefaultQuestion.setIn(QuestionReference in) voidDefaultQuestion.setTo(QuestionReference to) -
Uses of QuestionReference in de.foellix.aql.system.storage
Methods in de.foellix.aql.system.storage with parameters of type QuestionReferenceModifier and TypeMethodDescriptionvoidData.addPreprocessorTask(QuestionReference ref, IStringOrQuestion keyword, PreprocessorTask preprocessorTask) Data.getPreprocessorTask(QuestionReference ref, IStringOrQuestion keyword) Data.getPreprocessorTask(QuestionReference ref, String keyword) -
Uses of QuestionReference in de.foellix.aql.system.task
Methods in de.foellix.aql.system.task that return QuestionReferenceConstructors in de.foellix.aql.system.task with parameters of type QuestionReferenceModifierConstructorDescriptionPreprocessorTask(TaskCreator taskCreator, PreprocessorTaskInfo taskInfo, Tool tool, QuestionReference questionReference)