Package org.openbel.framework.core.equivalence

Examples of org.openbel.framework.core.equivalence.StatementEquivalencer.equivalence()


     * {@inheritDoc}
     */
    @Override
    public int stage3EquivalenceStatements(ProtoNetwork network) {
        StatementEquivalencer e = new StatementEquivalencer(network);
        int equivalences = e.equivalence();
        return equivalences;
    }

    /**
     * {@inheritDoc}
 
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.