Last update: 2011-06-23

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

Method Summary
 String getInputFileName()
           
 List<HitInterface> listAllHits()
           
 

Method Detail

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

Last update: 2011-06-23