Examples of toCommon()


Examples of org.openbel.framework.core.XBELConverterService.toCommon()

    @Before
    public void setupDocument() {
        XBELConverterService converterService;
        try {
            converterService = new XBELConverterServiceImpl();
            document = converterService.toCommon(new File(
                    "../docs/xbel/examples/valid/beldocument_variations.xml"));
        } catch (Exception e) {
            fail(e.getMessage());
        }
    }
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.