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

/owl-s/src/org/mindswap/owl/
H A DOWLKnowledgeBase.java30 * was no explicit function call to load the ontology, i.e load(ont) or read(ont.getURI(),
62 public OWLOntology createOntology(boolean load); argument
96 * @deprecated Please use {@link load(OWLOntology)} instead
103 * created before load. The imports will automatically be loaded. It is guaranteed that the
110 public OWLOntology load(OWLOntology ontology); method in interface:OWLKnowledgeBase
114 * created before load. The imports will automatically be loaded if the second parameter is
122 public OWLOntology load(OWLOntology ontology, boolean withImports); method in interface:OWLKnowledgeBase
158 * Read the ontology from the given URI, load it to this KB and return a reference to the
174 * Read the ontology from the given URI, load i
[all...]
/owl-s/src/impl/jena/
H A DOWLKnowledgeBaseImpl.java117 public OWLOntology createOntology(boolean load) { argument
118 if( load )
139 return load(ont);
148 return load(ont);
151 public OWLOntology load(OWLOntology ont) { method in class:OWLKnowledgeBaseImpl
152 return load( ont, true );
155 public OWLOntology load(OWLOntology ont, boolean withImports) { method in class:OWLKnowledgeBaseImpl
161 "WARNING: Rejecting to load " + ont + " " +
188 translationSource.load( loadedOnt.getTranslationSource() );
/owl-s/lib/xsdlib/
H A Dxsdlib.jar ... .datatype.ValidationContext context byte[] buf public static byte[] load (java.lang.String) String lexicalValue char[] buf int ...
/owl-s/lib/jena/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
H A Dlog4j-1.2.12.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/Appender ...
H A DxercesImpl.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...
H A Djena.jarcom/ com/hp/ com/hp/hpl/ com/hp/hpl/jena/ com/hp/hpl/jena/datatypes/ com/hp/hpl/jena/ ...
H A Darq.jarMETA-INF/ META-INF/MANIFEST.MF arq/ arq/cmd/ arq/cmdline/ arq/cmdline/test/ com/ com/ ...
H A Dicu4j_3_4.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...
/owl-s/lib/pellet/
H A Dpellet.jarcom/ com/lre/ com/lre/graph/ com/lre/graph/Edge.class Edge.java package com.lre ...
/owl-s/lib/
H A Dupnp.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/fujitsu/ com/fujitsu/fla/ com/fujitsu/fla/upnp/ ...
/owl-s/lib/axis/
H A Dlog4j-1.2.8.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/Appender ...

Completed in 73 milliseconds