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

/owl-s/src/org/mindswap/owl/
H A DOWLKnowledgeBase.java246 public List readAllServices(String uri) throws URISyntaxException, FileNotFoundException; method in interface:OWLKnowledgeBase
247 public List readAllServices(URI uri) throws FileNotFoundException; method in interface:OWLKnowledgeBase
248 public List readAllServices(Reader in, URI baseURI); method in interface:OWLKnowledgeBase
249 public List readAllServices(InputStream in, URI baseURI); method in interface:OWLKnowledgeBase
/owl-s/src/impl/jena/
H A DOWLKnowledgeBaseImpl.java482 List list = readAllServices(uri);
488 List list = readAllServices(in, baseURI);
494 List list = readAllServices(in, baseURI);
499 public List readAllServices(String uri) throws FileNotFoundException, URISyntaxException { method in class:OWLKnowledgeBaseImpl
500 return readAllServices(new URI(uri));
503 public List readAllServices(URI uri) throws FileNotFoundException { method in class:OWLKnowledgeBaseImpl
509 public List readAllServices(Reader in, URI baseURI) { method in class:OWLKnowledgeBaseImpl
515 public List readAllServices(InputStream in, URI baseURI) { method in class:OWLKnowledgeBaseImpl

Completed in 11 milliseconds