Package org.openbel.framework.api

Examples of org.openbel.framework.api.DefaultSpeciesDialect


        }
    }

    private static SpeciesDialect dialect(int taxId, KamInfo kam,
            KAMStore kamStore) {
        return new DefaultSpeciesDialect(kam, kamStore, taxId, true);
    }
View Full Code Here

TOP

Related Classes of org.openbel.framework.api.DefaultSpeciesDialect

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.