Interface ResultFactory

  • All Known Implementing Classes:
    BlastTabularParser, BlastXMLParser

    public interface ResultFactory
    Designed by Paolo Pavan. You may want to find my contacts on Github and LinkedIn for code info or discuss major changes. https://github.com/paolopavan
    Author:
    Paolo Pavan
    • Method Detail

      • getFileExtensions

        List<String> getFileExtensions()
        returns a list of file extensions associated to this ResultFactory
        Returns:
      • setFile

        void setFile​(File f)
      • setQueryReferences

        void setQueryReferences​(List<Sequence> sequences)
        Specify the collection of sequences objects used as queries in the Search run. They will be associated back to the query during the construction of the Result object.
        Parameters:
        sequences -
      • setDatabaseReferences

        void setDatabaseReferences​(List<Sequence> sequences)
        Specify the collection of sequences objects used as database in the Search run. They will be associated back to the Hit during the construction of the Hit object.
        Parameters:
        sequences -