Examples of BioPortalOntologyId


Examples of edu.stanford.bmir.protege.web.client.rpc.bioportal.BioPortalOntologyId

        setParameter("versionNumber", publishInfo.getVersionNumber(), reqEntity);


        setParameter("synonymsSlot", OWLRDFVocabulary.RDFS_LABEL.getIRI().toString(), reqEntity);

        BioPortalOntologyId bioPortalOntologyId = publishInfo.getBioPortalOntologyId();
        if (!bioPortalOntologyId.isNull()) {
            setParameter("ontologyId", bioPortalOntologyId.getIntValue(), reqEntity);
        }
        setParameter("isRemote", "0", reqEntity);

        setParameter("publication", publishInfo.getPublicationLink(), reqEntity);
        setParameter("homepage", publishInfo.getHomepageLink(), reqEntity);
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.