Package edu.stanford.bmir.protege.web.server.obo

Examples of edu.stanford.bmir.protege.web.server.obo.OBONamespaceCache


    public static final IRI OBO_NAMESPACE_IRI = Obo2OWLConstants.Obo2OWLVocabulary.IRI_OIO_hasOboNamespace.getIRI();

    public synchronized Set<OBONamespace> getNamespaces(ProjectId projectId) {
//        if (cache == null) {
        OWLAPIProject project = getProject(projectId);
        OBONamespaceCache cache = OBONamespaceCache.createCache(project);
//        }
        return cache.getNamespaces();
    }
View Full Code Here

TOP

Related Classes of edu.stanford.bmir.protege.web.server.obo.OBONamespaceCache

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.