1 5 6 package com.hp.hpl.jena.ontology; 7 8 import java.util.List ; 9 10 import com.hp.hpl.jena.ontology.impl.OWLLiteProfile; 11 import com.hp.hpl.jena.rdf.model.Resource; 12 import com.hp.hpl.jena.vocabulary.OWL; 13 14 30 public interface OWLSyntaxChecker { 31 60 public Resource getOWLLanguageLevel( OntModel owlModel, List problems ) 61 throws OntologyException; 62 } 63 64 65 91 92 | Popular Tags |