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

/owl-s/src/impl/jena/
H A DOWLKnowledgeBaseImpl.java484 return (list == null || list.isEmpty()) ? null : getCorrectService(list, uri);
490 return (list == null || list.isEmpty()) ? null : getCorrectService(list, baseURI);
496 return (list == null || list.isEmpty()) ? null : getCorrectService(list, baseURI);
547 private Service getCorrectService(List list, URI uri) { method in class:OWLKnowledgeBaseImpl

Completed in 257 milliseconds