Package org.openbel.framework.core.equivalence

Examples of org.openbel.framework.core.equivalence.TermEquivalencer


    /**
     * {@inheritDoc}
     */
    @Override
    public int stage3EquivalenceTerms(ProtoNetwork network) {
        TermEquivalencer e = new TermEquivalencer(network, equivs);
        int equivalences = e.equivalence();
        try {
            equivs.closeResources();
        } catch (IOException ie) {
            // Ignore it
        }
View Full Code Here

TOP

Related Classes of org.openbel.framework.core.equivalence.TermEquivalencer

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.