Uses of Class
de.foellix.aql.datastructure.Answer
Packages that use Answer
Package
Description
-
Uses of Answer in de.foellix.aql.converter
Methods in de.foellix.aql.converter that return AnswerModifier and TypeMethodDescriptionIConverter.parse(ConverterTask task) Converts a tool's result.NoConverter.parse(ConverterTask task) -
Uses of Answer in de.foellix.aql.converter.amandroid
Methods in de.foellix.aql.converter.amandroid that return AnswerModifier and TypeMethodDescriptionConverterAmandroid.parse(ConverterTask task) ConverterAmandroid2.parse(ConverterTask task) Methods in de.foellix.aql.converter.amandroid with parameters of type AnswerModifier and TypeMethodDescriptionprotected voidConverterAmandroidBase.computeIntents(Answer answer) -
Uses of Answer in de.foellix.aql.converter.dialdroid
Methods in de.foellix.aql.converter.dialdroid that return Answer -
Uses of Answer in de.foellix.aql.converter.didfail
Methods in de.foellix.aql.converter.didfail that return Answer -
Uses of Answer in de.foellix.aql.converter.droidsafe
Methods in de.foellix.aql.converter.droidsafe that return Answer -
Uses of Answer in de.foellix.aql.converter.flowdroid
Methods in de.foellix.aql.converter.flowdroid that return Answer -
Uses of Answer in de.foellix.aql.converter.horndroid
Methods in de.foellix.aql.converter.horndroid that return Answer -
Uses of Answer in de.foellix.aql.converter.ic3
Methods in de.foellix.aql.converter.ic3 that return Answer -
Uses of Answer in de.foellix.aql.converter.iccta
Methods in de.foellix.aql.converter.iccta that return Answer -
Uses of Answer in de.foellix.aql.converter.panda2
Methods in de.foellix.aql.converter.panda2 that return Answer -
Uses of Answer in de.foellix.aql.datastructure
Subclasses of Answer in de.foellix.aql.datastructureMethods in de.foellix.aql.datastructure that return AnswerModifier and TypeMethodDescriptionObjectFactory.createAnswer()Create an instance ofAnswerWaitingAnswer.getAnswer()Answer[]WaitingAnswer.getAnswers()Methods in de.foellix.aql.datastructure with parameters of type AnswerConstructors in de.foellix.aql.datastructure with parameters of type Answer -
Uses of Answer in de.foellix.aql.datastructure.handler
Methods in de.foellix.aql.datastructure.handler that return AnswerModifier and TypeMethodDescriptionstatic AnswerAnswerHandler.castToAnswer(File answerFile) static AnswerParsing an AQL-Answer in XML format into an AQL-Answer object.static AnswerParsing an AQL-Answer from a String into an AQL-Answer object.Methods in de.foellix.aql.datastructure.handler with parameters of type Answer -
Uses of Answer in de.foellix.aql.faketool
Methods in de.foellix.aql.faketool that return AnswerModifier and TypeMethodDescriptionstatic AnswerFakeAnalysisTool1.fakeAnalysis(File inputApkFile, String input) static AnswerFakeAnalysisTool2.fakeAnalysis(File inputApkFile, String input) static AnswerFakeAnalysisTool3.fakeAnalysis(String input) static AnswerFakeConverter.fakeConversion(File input) static AnswerFakeOperator1.fakeOperation(String input) -
Uses of Answer in de.foellix.aql.helper
Methods in de.foellix.aql.helper that return AnswerModifier and TypeMethodDescriptionstatic Answerstatic AnswerHelper.removeRedundant(Answer answer, EqualsOptions options) Methods in de.foellix.aql.helper with parameters of type AnswerModifier and TypeMethodDescriptionstatic Answerstatic booleanstatic booleanEqualsHelper.equals(Answer answer1, Answer answer2, EqualsOptions options) static Collection<Reference>Helper.getAllReferences(Answer answer) static Collection<Reference>Helper.getAllReferences(Answer answer, boolean doubleEntriesAllowed) static booleanstatic voidHelper.maximizeInformation(Answer answer, EqualsOptions options, boolean parametersAndLinenumbersOnly) static AnswerHelper.removeRedundant(Answer answer, EqualsOptions options) static String -
Uses of Answer in de.foellix.aql.system.defaulttools.operators
Methods in de.foellix.aql.system.defaulttools.operators that return AnswerModifier and TypeMethodDescriptionDefaultConnectOperator.applyOperatorInner(OperatorTask task) DefaultFilterOperator.applyOperatorInner(OperatorTask task) DefaultIntersectOperator.applyOperatorInner(OperatorTask task) DefaultMinusOperator.applyOperatorInner(OperatorTask task) DefaultUnifyOperator.applyOperatorInner(OperatorTask task) Filters the given answer.DefaultFilterOperator.filterByKeyValue(Answer answer, String key, String value) Filter all elements.DefaultFilterOperator.filterByKeyValue(Answer answer, String key, String value, int subjectOfInterest) Filter only the given subject of interest (subjectOfInterest) of the given answer.DefaultFilterOperator.filterByReference(Answer answer, Reference reference) Filters the given answer.DefaultFilterOperator.filterByReference(Answer answer, Reference reference, int subjectOfInterest) Filter only the given subject of interest (subjectOfInterest) of the given answer.DefaultFilterOperator.filterOutSOI(Answer answer, int subjectOfInterest) Filters out or removes the given subjects of interest from the answer.DefaultFilterOperator.filterToSOI(Answer answer, int subjectOfInterest) Filters out or removes all subjects of interest except the given one.Methods in de.foellix.aql.system.defaulttools.operators with parameters of type AnswerModifier and TypeMethodDescriptionFilters the given answer.DefaultFilterOperator.filterByKeyValue(Answer answer, String key, String value) Filter all elements.DefaultFilterOperator.filterByKeyValue(Answer answer, String key, String value, int subjectOfInterest) Filter only the given subject of interest (subjectOfInterest) of the given answer.DefaultFilterOperator.filterByReference(Answer answer, Reference reference) Filters the given answer.DefaultFilterOperator.filterByReference(Answer answer, Reference reference, int subjectOfInterest) Filter only the given subject of interest (subjectOfInterest) of the given answer.DefaultFilterOperator.filterOutSOI(Answer answer, int subjectOfInterest) Filters out or removes the given subjects of interest from the answer.DefaultFilterOperator.filterToSOI(Answer answer, int subjectOfInterest) Filters out or removes all subjects of interest except the given one. -
Uses of Answer in de.foellix.aql.system.task
Methods in de.foellix.aql.system.task that return types with arguments of type Answer -
Uses of Answer in de.foellix.aql.ui.gui
Methods in de.foellix.aql.ui.gui with parameters of type Answer -
Uses of Answer in de.foellix.aql.ui.gui.viewer.web
Methods in de.foellix.aql.ui.gui.viewer.web with parameters of type Answer