Lines Matching defs:load
30 * was no explicit function call to load the ontology, i.e load(ont) or read(ont.getURI(),
62 public OWLOntology createOntology(boolean load);
96 * @deprecated Please use {@link load(OWLOntology)} instead
103 * created before load. The imports will automatically be loaded. It is guaranteed that the
110 public OWLOntology load(OWLOntology ontology);
114 * created before load. The imports will automatically be loaded if the second parameter is
122 public OWLOntology load(OWLOntology ontology, boolean withImports);
158 * Read the ontology from the given URI, load it to this KB and return a reference to the
174 * Read the ontology from the given URI, load it to this KB and return a reference to the
187 * Read the ontology using the given Reader and the base URI, load it to this KB and return
198 * Read the ontology using the given InputStream and the base URI, load it to this KB and return
215 * rejects to load the ontology if it causes inconsistency.