Package de.binfalse.martin.algorithm

Examples of de.binfalse.martin.algorithm.Map2DPL


    {
      String ext = infile.substring (infile.lastIndexOf(".") + 1);
      if (ext.equals ("mzxml"))
        mapper = new Map2DMZXML (new MSXMLParser (infile, true));
      else if (ext.equals ("pl"))
        mapper = new Map2DPL (new MountainList (new File (infile)));
      else
        err.add ("Don't know file format");
    }
   
    if (outfile == null)
View Full Code Here

TOP

Related Classes of de.binfalse.martin.algorithm.Map2DPL

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.