Lines Matching defs:in
229 System.out.println("Ontology " + uri + " not found in KB");
237 String msg = ontology + " is not in the KB";
239 msg += " but there is another ontology with the same URI in the KB";
276 public OWLOntology read(Reader in, URI baseURI) {
277 return reader.read(this, in, baseURI);
280 public OWLOntology read(InputStream in, URI baseURI) {
281 return reader.read(this, in, baseURI);
487 public Service readService(Reader in, URI baseURI) {
488 List list = readAllServices(in, baseURI);
493 public Service readService(InputStream in, URI baseURI) {
494 List list = readAllServices(in, baseURI);
509 public List readAllServices(Reader in, URI baseURI) {
510 OWLOntology ont = read(in, baseURI);
515 public List readAllServices(InputStream in, URI baseURI) {
516 OWLOntology ont = read(in, baseURI);
539 * resource is referenced by the given URI, the first service matching the given URI in its