/owl-s/src/org/mindswap/owl/ |
H A D | OWLReader.java | 7 // 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 D | OWLKnowledgeBase.java | 128 * 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 D | OWLReaderImpl.java | 7 // 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 D | OWLKnowledgeBaseImpl.java | 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) {
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 D | Utils.java | 7 // 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 D | stax-1.1.1-dev.jar | META-INF/ META-INF/MANIFEST.MF com/ com/bea/ com/bea/xml/ com/bea/xml/stream/ ... |
H A D | commons-logging.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/logging/ ... |
H A D | arq.jar | META-INF/ META-INF/MANIFEST.MF arq/ arq/cmd/ arq/cmdline/ arq/cmdline/test/ com/ com/ ... |
H A D | jena.jar | com/ com/hp/ com/hp/hpl/ com/hp/hpl/jena/ com/hp/hpl/jena/datatypes/ com/hp/hpl/jena/ ... |
H A D | log4j-1.2.12.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/Appender ... |
H A D | icu4j_3_4.jar | META-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ... |
/owl-s/lib/ |
H A D | upnp.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 D | commons-httpclient-3.0-alpha1.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/httpclient/ ... |
H A D | commons-logging.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/logging/ ... |
H A D | jaxrpc.jar | ... java.lang.ClassNotFoundException java.io.ObjectInputStream in
static void " href="/source/s?defs=% ... |
H A D | axis.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/axis/ org/apache/axis/attachments/ ... |
H A D | log4j-1.2.8.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/Appender ... |
/owl-s/lib/pellet/ |
H A D | pellet.jar | com/ com/lre/ com/lre/graph/ com/lre/graph/Edge.class Edge.java package com.lre ... |