uk.ac.ebi.ep.mm.app
Interface MmParser

All Known Implementing Classes:
EbeyeParser, EbeyeSaxParser, Uniprot2DiseaseParser, UniprotSaxParser

public interface MmParser

Interface for objects parsing data for the mega-mapper.

Author:
rafa

Method Summary
 void parse(String xmlFile)
          Parses a XML file and extracts interesting data into a mega-map.
 void setWriter(MegaMapper writer)
          Sets a writer to make the mega-map persistent.
 

Method Detail

parse

void parse(String xmlFile)
           throws Exception
Parses a XML file and extracts interesting data into a mega-map.

Parameters:
xmlFile - an XML file.
Throws:
Exception

setWriter

void setWriter(MegaMapper writer)
Sets a writer to make the mega-map persistent.

Parameters:
writer -


Copyright © 2012 EMBL-EBI. All Rights Reserved.