Uses of Interface
de.foellix.aql.datastructure.query.IStringOrQuestion
Packages that use IStringOrQuestion
Package
Description
-
Uses of IStringOrQuestion in de.foellix.aql.datastructure.query
Classes in de.foellix.aql.datastructure.query that implement IStringOrQuestionModifier and TypeClassDescriptionclassclassclassclassclassclassclassMethods in de.foellix.aql.datastructure.query that return IStringOrQuestionModifier and TypeMethodDescriptionQuestionReference.getApp()QuestionReference.getClassname()StringOrQuestionPair.getKey()QuestionReference.getMethod()QuestionReference.getStatement()StringOrQuestionPair.getValue()Methods in de.foellix.aql.datastructure.query that return types with arguments of type IStringOrQuestionModifier and TypeMethodDescriptionDefaultQuestion.getFeatures()QuestionReference.getPreprocessorKeywords()DefaultQuestion.getUses()Methods in de.foellix.aql.datastructure.query with parameters of type IStringOrQuestionModifier and TypeMethodDescriptionbooleanDefaultQuestion.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) voidQuestionReference.setApp(IStringOrQuestion app) voidQuestionReference.setClassname(IStringOrQuestion classname) voidStringOrQuestionPair.setKey(IStringOrQuestion key) voidQuestionReference.setMethod(IStringOrQuestion method) voidQuestionReference.setStatement(IStringOrQuestion statement) voidStringOrQuestionPair.setValue(IStringOrQuestion value) Method parameters in de.foellix.aql.datastructure.query with type arguments of type IStringOrQuestionModifier and TypeMethodDescriptionvoidDefaultQuestion.setFeatures(List<IStringOrQuestion> features) voidDefaultQuestion.setUses(List<IStringOrQuestion> uses) Constructors in de.foellix.aql.datastructure.query with parameters of type IStringOrQuestionModifierConstructorDescriptionStringOrQuestionPair(IStringOrQuestion key, IStringOrQuestion value) -
Uses of IStringOrQuestion in de.foellix.aql.helper
Method parameters in de.foellix.aql.helper with type arguments of type IStringOrQuestionModifier and TypeMethodDescriptionstatic booleanHelper.contains(List<IStringOrQuestion> list, String needle) Checks if needle ist contained in the given list. -
Uses of IStringOrQuestion in de.foellix.aql.system.storage
Methods in de.foellix.aql.system.storage with parameters of type IStringOrQuestionModifier and TypeMethodDescriptionvoidData.addPreprocessorTask(QuestionReference ref, IStringOrQuestion keyword, PreprocessorTask preprocessorTask) Data.getPreprocessorTask(QuestionReference ref, IStringOrQuestion keyword)