Package metlin

Examples of metlin.MetlinServiceLocator


      MZTolerance mzTolerance, int numOfResults, ParameterSet parameters)
      throws IOException {

    Range toleranceRange = mzTolerance.getToleranceRange(mass);

    MetlinServiceLocator locator = new MetlinServiceLocator();
    MetlinPortType serv;
    try {
      serv = locator.getMetlinPort();
    } catch (ServiceException e) {
      throw (new IOException(e));
    }

    // Search mass as float[]
View Full Code Here

TOP

Related Classes of metlin.MetlinServiceLocator

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.