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

/owl-s/src/org/mindswap/owl/
H A DOWLReader.java7 // deal in the Software without restriction, including without limitation the
12 // The above copyright notice and this permission notice shall be included in
54 public OWLOntology read(Reader in, URI baseURI); argument
56 public OWLOntology read(InputStream in, URI baseURI); argument
60 public OWLOntology read(OWLKnowledgeBase kb, Reader in, URI uri); argument
62 public OWLOntology read(OWLKnowledgeBase kb, InputStream in, URI baseURI); argument
H A DOWLKnowledgeBase.java128 * not loaded in this KB.
191 * @param in
195 public OWLOntology read(Reader in, URI baseURI); argument
202 * @param in
206 public OWLOntology read(InputStream in, URI baseURI); argument
243 public Service readService(Reader in, URI baseURI); argument
244 public Service readService(InputStream in, URI baseURI); argument
248 public List readAllServices(Reader in, URI baseURI); argument
249 public List readAllServices(InputStream in, URI baseURI); argument
/owl-s/src/impl/jena/
H A DOWLReaderImpl.java7 // deal in the Software without restriction, including without limitation the
12 // The above copyright notice and this permission notice shall be included in
119 InputSource in = null;
121 in = cache.getCachedFile(uri.toString());
122 if(in == null) {
124 in = new InputSource(uri.toURL().openConnection().getInputStream());
141 in = new InputSource(uri.toURL().openConnection().getInputStream());
144 in = cache.getCachedFile(uri.toString());
145 if(in == null)
150 return in;
166 read(Reader in, URI baseURI) argument
170 read(InputStream in, URI baseURI) argument
179 read(OWLKnowledgeBase kb, Reader in, URI baseURI) argument
183 read(OWLKnowledgeBase kb, InputStream in, URI baseURI) argument
187 readInternal(OWLKnowledgeBase kb, InputSource in, URI physicalURI, URI baseURI) argument
205 readFile(OWLKnowledgeBaseImpl kb, InputSource in, URI physicalURI, URI baseURI) argument
[all...]
H A DOWLKnowledgeBaseImpl.java229 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) { argument
277 return reader.read(this, in, baseURI);
280 public OWLOntology read(InputStream in, URI baseURI) { argument
281 return reader.read(this, in, baseURI);
487 public Service readService(Reader in, URI baseURI) { argument
488 List list = readAllServices(in, baseURI);
493 public Service readService(InputStream in, UR argument
509 readAllServices(Reader in, URI baseURI) argument
515 readAllServices(InputStream in, URI baseURI) argument
[all...]
/owl-s/src/org/mindswap/utils/
H A DUtils.java7 // deal in the Software without restriction, including without limitation the
12 // The above copyright notice and this permission notice shall be included in
80 public static Node getAsNode(String in) { argument
100 new StringReader(in)));
104 //System.out.println("Invalid XML " + in + " " + e);
132 BufferedReader in = new BufferedReader(reader);
134 while ((ch = in.read()) > -1) {
137 in.close();
/owl-s/lib/jena/
H A Dstax-1.1.1-dev.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/bea/ com/bea/xml/ com/bea/xml/stream/ ...
H A Dcommons-logging.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/logging/ ...
H A Darq.jarMETA-INF/ META-INF/MANIFEST.MF arq/ arq/cmd/ arq/cmdline/ arq/cmdline/test/ com/ com/ ...
H A Djena.jarcom/ com/hp/ com/hp/hpl/ com/hp/hpl/jena/ com/hp/hpl/jena/datatypes/ com/hp/hpl/jena/ ...
H A Dlog4j-1.2.12.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/Appender ...
H A Dicu4j_3_4.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...
/owl-s/lib/
H A Dupnp.jar ... Object { public static final String ELEM_NAME public static final String IN public static final String OUT private static final String NAME ...
/owl-s/lib/axis/
H A Dcommons-httpclient-3.0-alpha1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/httpclient/ ...
H A Dcommons-logging.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/logging/ ...
H A Djaxrpc.jar ... java.lang.ClassNotFoundException java.io.ObjectInputStream in static void " href="/source/s?defs=% ...
H A Daxis.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/axis/ org/apache/axis/attachments/ ...
H A Dlog4j-1.2.8.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/Appender ...
/owl-s/lib/pellet/
H A Dpellet.jarcom/ com/lre/ com/lre/graph/ com/lre/graph/Edge.class Edge.java package com.lre ...

Completed in 82 milliseconds