Interface DependencyRetrievalResultList
-
- All Superinterfaces:
Iterable<RetrievalResult>,RetrievalResultList
- All Known Implementing Classes:
DependencyRetrievalResultListImpl
public interface DependencyRetrievalResultList extends RetrievalResultList
Interface for the dependency specific implementation ofRetrievalResultList.- Author:
- Rahol Kumar, Alexander Schultheis
-
-
Method Summary
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Methods inherited from interface de.uni_trier.wi2.procake.retrieval.RetrievalResultList
add, fromXML, getRetrievalTime, getRetrievalTime, getRetrievalTimeString, getRetrievalTimeString, iterator, remove, setRetrievalTime, size, stream, toObjectPool, toXML, toXML
-
-