Uses of Interface
de.uni_trier.wi2.procake.retrieval.DependencyQuery
-
Packages that use DependencyQuery Package Description de.uni_trier.wi2.procake.retrieval Retrieval package descriptionde.uni_trier.wi2.procake.retrieval.impl -
-
Uses of DependencyQuery in de.uni_trier.wi2.procake.retrieval
Methods in de.uni_trier.wi2.procake.retrieval that return DependencyQuery Modifier and Type Method Description DependencyQueryDependencyRetriever. newQuery()Method, that overrides super method, to return a dependency specific query.Methods in de.uni_trier.wi2.procake.retrieval with parameters of type DependencyQuery Modifier and Type Method Description DependencyRetrievalResultListDependencyRetriever. perform(DependencyQuery dependencyQuery)Method, that overrides super method, to return a dependency specific retrieval result list. -
Uses of DependencyQuery in de.uni_trier.wi2.procake.retrieval.impl
Classes in de.uni_trier.wi2.procake.retrieval.impl that implement DependencyQuery Modifier and Type Class Description classDependencyQueryImplImplementation ofDependencyQuery.Methods in de.uni_trier.wi2.procake.retrieval.impl that return DependencyQuery Modifier and Type Method Description DependencyQueryDependencyRetrieverImpl. newQuery()Methods in de.uni_trier.wi2.procake.retrieval.impl with parameters of type DependencyQuery Modifier and Type Method Description DependencyRetrievalResultListDependencyRetrieverImpl. perform(DependencyQuery dependencyQuery)Method, to perform the dependency retrieval.
-