Interface DependencyRetrievalResult
- All Superinterfaces:
Comparable<RetrievalResult>
,RetrievalResult
- All Known Implementing Classes:
DependencyRetrievalResultImpl
Interface for the dependency specific implementation of
RetrievalResult
, which contains a
list of the result objects and the similarity value.- Author:
- Rahol Kumar, Alexander Schultheis
-
Method Summary
Modifier and TypeMethodDescriptionMethod, that returns the result objects.void
setResultObjects
(List<DataObject> resultObjects) Method, that sets the result objects.Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface de.uni_trier.wi2.procake.retrieval.RetrievalResult
getObject, getObjectId, getRetrievalTime, getSimilarity
-
Method Details
-
setResultObjects
Method, that sets the result objects.- Parameters:
resultObjects
- The result objects to be set as a list.
-
getResultObjects
List<DataObject> getResultObjects()Method, that returns the result objects.- Returns:
- The result objects as list.
-