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

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


            citation = convert(citationType);

            KamInfo ki = objKam.getKamInfo();
            List<org.openbel.framework.api.internal.KAMStoreDaoImpl.Citation> citations;
            if (belDocument != null) {
                BelDocumentInfo info;
                try {
                    info = convert(belDocument);
                } catch (InvalidIdException e) {
                    throw new KamStoreServiceException(
                            "Error processing Bel document", e);
View Full Code Here

TOP

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

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.