Package org.openbel.framework.api.internal.KAMStoreDaoImpl

Examples of org.openbel.framework.api.internal.KAMStoreDaoImpl.AnnotationType


     * @return AnnotationType, maybe null
     */
    private AnnotationType getAnnotationType(final KAMStore kAMStore,
            final Kam kam, final String name) throws KAMStoreException {

        AnnotationType annoType = null;
        List<BelDocumentInfo> belDocs =
                kAMStore.getBelDocumentInfos(kam.getKamInfo());
        //loop through all BEL documents used for this KAM
        for (BelDocumentInfo doc : belDocs) {
            //check annotation type on each document
View Full Code Here

TOP

Related Classes of org.openbel.framework.api.internal.KAMStoreDaoImpl.AnnotationType

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.