Searched defs:translationSource (Results 1 - 1 of 1) sorted by relevance

/owl-s/src/impl/jena/
H A DOWLKnowledgeBaseImpl.java66 private OWLKnowledgeBase translationSource; field in class:OWLKnowledgeBaseImpl
73 translationSource = this;
184 if(translationSource == this) {
185 translationSource = OWLFactory.createKB();
186 translationSource.setAutoTranslate(false);
188 translationSource.load( loadedOnt.getTranslationSource() );
474 return translationSource;

Completed in 140 milliseconds