Package org.biopax.paxtools.io

Examples of org.biopax.paxtools.io.BioPAXIOHandler.convertToOWL()


      }

      BioPAXIOHandler exporter = new SimpleIOHandler(main.getOwlModel().getLevel());

      FileOutputStream stream = new FileOutputStream(filename);
      exporter.convertToOWL(main.getOwlModel(), stream);
      stream.close();

      main.setOwlFileName(filename);
      main.markSaved();
      this.saved = true;
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.