Package edu.pitt.ontology.bioportal

Examples of edu.pitt.ontology.bioportal.BClass


            //IClass cls = (IClass) repository.getResource(URI.create(uri));
           
            //if(cls == null){
            IOntology ont = repository.getOntology(URI.create(ouri));
            if(ont != null){
              IClass cls = new BClass((BOntology)ont,name);
              cls.getConcept().setTerminology(this);
              cls.getConcept().setSearchString(text);
              list.add(cls.getConcept());
            }
            //}
           
            //if(cls != null)
            //  list.add(cls.getConcept());
View Full Code Here

TOP

Related Classes of edu.pitt.ontology.bioportal.BClass

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.