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

/owl-s/src/impl/jena/
H A DOWLKnowledgeBaseImpl.java57 protected Set notImported; field in class:OWLKnowledgeBaseImpl
79 notImported = new HashSet();
109 return new HashSet( notImported );
157 notImported.add( loadedOnt );
208 if( !notImported.contains( loadedImport ) ) {
247 notImported.remove( ontology );
H A DOWLWriterImpl.java89 if (aKB.notImported.contains(aOnt) || aKB.getBaseOntology().equals(aOnt)) {

Completed in 11 milliseconds