Uses of Interface
de.uni_trier.wi2.procake.retrieval.RetrievalResult
-
Packages that use RetrievalResult Package Description de.uni_trier.wi2.procake.retrieval Retrieval package descriptionde.uni_trier.wi2.procake.retrieval.impl -
-
Uses of RetrievalResult in de.uni_trier.wi2.procake.retrieval
Subinterfaces of RetrievalResult in de.uni_trier.wi2.procake.retrieval Modifier and Type Interface Description interfaceDependencyRetrievalResultInterface for the dependency specific implementation ofRetrievalResult, which contains a list of the result objects and the similarity value.Methods in de.uni_trier.wi2.procake.retrieval that return types with arguments of type RetrievalResult Modifier and Type Method Description Iterator<RetrievalResult>RetrievalResultList. iterator()Stream<RetrievalResult>RetrievalResultList. stream()Returns a stream of the retrieval results.Methods in de.uni_trier.wi2.procake.retrieval with parameters of type RetrievalResult Modifier and Type Method Description voidRetrievalResultList. add(RetrievalResult object)Adds a retrieval result to the list.voidRetrievalResultList. remove(RetrievalResult object)Removes a retrieval result from the list. -
Uses of RetrievalResult in de.uni_trier.wi2.procake.retrieval.impl
Classes in de.uni_trier.wi2.procake.retrieval.impl that implement RetrievalResult Modifier and Type Class Description classDependencyRetrievalResultImplImplementation ofDependencyRetrievalResult.classRetrievalResultImplMethods in de.uni_trier.wi2.procake.retrieval.impl that return RetrievalResult Modifier and Type Method Description RetrievalResultRetrievalResultListImpl. getLast()Methods in de.uni_trier.wi2.procake.retrieval.impl that return types with arguments of type RetrievalResult Modifier and Type Method Description Iterator<RetrievalResult>RetrievalResultListImpl. iterator()Stream<RetrievalResult>RetrievalResultListImpl. stream()Methods in de.uni_trier.wi2.procake.retrieval.impl with parameters of type RetrievalResult Modifier and Type Method Description voidDependencyRetrievalResultListImpl. add(RetrievalResult dependencyRetrievalResult)voidRetrievalResultListImpl. add(RetrievalResult rri)intRetrievalResultImpl. compareTo(RetrievalResult o)voidDependencyRetrievalResultListImpl. remove(RetrievalResult object)voidRetrievalResultListImpl. remove(RetrievalResult object)
-