org.proteios.io
Interface IdentificationFileInterface
- All Known Implementing Classes:
- MascotFileReader, TandemFileReader
public interface IdentificationFileInterface
This file API should be used to read files that contain identification search
results.
- Author:
- gregory
getInputFileName
String getInputFileName()
- Returns:
- name of file used as input for this search result or null.
The filename will be without path.
listAllHits
List<HitInterface> listAllHits()
- Returns:
- list of hits or empty list if no hits are found