Searched refs:theOntology (Results 1 - 2 of 2) sorted by relevance

/owl-s/src/impl/jena/
H A DOWLWriterImpl.java63 private void writeInternal(OWLModel theOntology, Writer out, URI baseURI) { argument
66 if (theOntology instanceof OWLKnowledgeBaseImpl)
72 OWLKnowledgeBaseImpl aKB = (OWLKnowledgeBaseImpl)theOntology;
101 model = ((OWLModelImpl) theOntology).getOntModel();
129 if (theOntology instanceof OWLOntology)
130 handleImports((OWLOntology)theOntology,aOutModel, baseURI);
131 // else if (theOntology instanceof OWLKnowledgeBase)
132 // handleImports((OWLKnowledgeBase)theOntology,aOutModel, baseURI);
137 private void handleImports(OWLOntology theOntology, OntModel theModel, URI theBaseURI) argument
150 if (theOntology
[all...]
/owl-s/src/org/mindswap/owls/validator/
H A DOWLSValidator.java118 public OWLSValidatorReport validate(OWLOntology theOntology) throws OWLSValidationException argument
123 aKb.load(theOntology);

Completed in 10 milliseconds