/owl-s/src/org/mindswap/owls/ |
H A D | OWLSVersionTranslator.java | 28 import org.mindswap.owl.OWLOntology;
44 public boolean canTranslate(OWLOntology ontology);
53 public OWLOntology translate(OWLOntology ontology);
|
H A D | OWLSOntology.java | 28 import org.mindswap.owl.OWLOntology;
31 * @deprecated Use OWLOntology instead
33 public interface OWLSOntology extends OWLOntology, OWLSModel {
|
/owl-s/src/org/mindswap/owl/ |
H A D | OWLOntology.java | 15 public interface OWLOntology extends OWLModel {
interface in inherits:OWLModel 27 public void addImport(OWLOntology ontology);
41 public OWLOntology getTranslationSource();
43 public void setTranslationSource(OWLOntology ontology);
56 public OWLOntology union( OWLOntology ont );
64 public void add( OWLOntology ont );
|
H A D | OWLKnowledgeBase.java | 46 public OWLOntology getOntology(URI uri);
53 public OWLOntology getBaseOntology();
60 public OWLOntology createOntology();
62 public OWLOntology createOntology(boolean load);
71 public OWLOntology createOntology(URI uri);
81 public OWLOntology createOntology(URI uri, URI fileURI);
85 * implementation specific data (Jena Model or OWL-API OWLOntology). Ontology
93 public OWLOntology createOntology(URI uri, URI fileURI, Object implementation);
96 * @deprecated Please use {@link load(OWLOntology)} instead
99 public OWLOntology loadOntolog [all...] |
H A D | OWLReader.java | 52 public OWLOntology read(URI uri) throws FileNotFoundException;
54 public OWLOntology read(Reader in, URI baseURI);
56 public OWLOntology read(InputStream in, URI baseURI);
58 public OWLOntology read(OWLKnowledgeBase kb, URI uri) throws FileNotFoundException;
60 public OWLOntology read(OWLKnowledgeBase kb, Reader in, URI uri);
62 public OWLOntology read(OWLKnowledgeBase kb, InputStream in, URI baseURI);
|
H A D | OWLFactory.java | 42 private static OWLOntology owlsService;
43 private static OWLOntology owlsProfile;
44 private static OWLOntology owlsGrounding;
45 private static OWLOntology owlsProcess;
54 public OWLOntology createOntology();
56 public OWLOntology createOntology(URI uri);
93 public static OWLOntology createOntology() {
97 public static OWLOntology createOntology(URI uri) {
109 public static OWLOntology createOntology( boolean importOWLS ) {
110 OWLOntology on [all...] |
/owl-s/src/org/mindswap/owls/validation/ |
H A D | OWLSValidator.java | 30 import org.mindswap.owl.OWLOntology;
48 public Map validate(OWLOntology ontology) {
|
/owl-s/src/impl/owls/ |
H A D | OWLSTranslator_1_1.java | 29 import org.mindswap.owl.OWLOntology;
45 public boolean canTranslate(OWLOntology ontology) {
49 public OWLOntology translate(OWLOntology ontology) {
|
H A D | GenericVersionTranslator.java | 29 import org.mindswap.owl.OWLOntology;
52 public boolean canTranslate(OWLOntology ontology) {
56 private OWLSVersionTranslator findTranslator(OWLOntology ont) {
67 public OWLOntology translate(OWLOntology ontology) {
|
/owl-s/src/impl/jena/ |
H A D | OWLDataPropertyImpl.java | 7 import org.mindswap.owl.OWLOntology;
15 public OWLDataPropertyImpl(OWLOntology model, Property prop) {
|
H A D | OWLObjectPropertyImpl.java | 7 import org.mindswap.owl.OWLOntology;
15 public OWLObjectPropertyImpl(OWLOntology model, Property prop) {
|
H A D | OWLPropertyImpl.java | 6 import org.mindswap.owl.OWLOntology;
16 public OWLPropertyImpl(OWLOntology ontology, Resource resource) {
|
H A D | OWLKnowledgeBaseImpl.java | 28 import org.mindswap.owl.OWLOntology;
94 OWLOntology ontology = createOntologyWithoutLoading( uri, null, model);
113 public OWLOntology getOntology(URI uri) {
114 return (OWLOntology) uriMap.get(uri);
117 public OWLOntology createOntology(boolean load) {
124 public OWLOntology createOntology() {
128 public OWLOntology createOntology(URI uri) {
132 public OWLOntology createOntology(URI uri, URI fileURI) {
136 public OWLOntology createOntology(URI uri, URI fileURI, Object implementation) {
137 OWLOntology on [all...] |
H A D | OWLReaderImpl.java | 42 import org.mindswap.owl.OWLOntology;
162 public OWLOntology read(URI uri) throws FileNotFoundException {
166 public OWLOntology read(Reader in, URI baseURI) {
170 public OWLOntology read(InputStream in, URI baseURI) {
174 public OWLOntology read(OWLKnowledgeBase kb, URI uri) throws FileNotFoundException {
179 public OWLOntology read(OWLKnowledgeBase kb, Reader in, URI baseURI) {
183 public OWLOntology read(OWLKnowledgeBase kb, InputStream in, URI baseURI) {
187 private OWLOntology readInternal(OWLKnowledgeBase kb, InputSource in, URI physicalURI, URI baseURI) {
188 OWLOntology ont = readFile((OWLKnowledgeBaseImpl) kb, in, physicalURI, baseURI);
192 private OWLOntology readImpor [all...] |
H A D | JenaOWLFactory.java | 19 import org.mindswap.owl.OWLOntology;
78 public OWLOntology createOntology() {
82 public OWLOntology createOntology(URI uri) {
|
H A D | OWLWriterImpl.java | 21 import org.mindswap.owl.OWLOntology;
86 OWLOntology aOnt = (OWLOntology)iter.next();
129 if (theOntology instanceof OWLOntology)
130 handleImports((OWLOntology)theOntology,aOutModel, baseURI);
137 private void handleImports(OWLOntology theOntology, OntModel theModel, URI theBaseURI)
181 OWLOntology aOnt = (OWLOntology)aIter.next();
192 // OWLOntology aOntology = (OWLOntology)aIte [all...] |
H A D | OWLClassImpl.java | 12 import org.mindswap.owl.OWLOntology;
22 public OWLClassImpl(OWLOntology ont, Resource resource) {
|
H A D | OWLIndividualImpl.java | 44 import org.mindswap.owl.OWLOntology;
57 public OWLIndividualImpl(OWLOntology ontology, Resource resource) {
61 public OWLEntity inOntology(OWLOntology ont) {
203 OWLOntology ont = OWLFactory.createOntology();
224 private void getBnodeClosure( OWLIndividual ind, OWLOntology ont ) {
248 public OWLOntology getSourceOntology() {
|
H A D | OWLOntologyImpl.java | 28 import org.mindswap.owl.OWLOntology;
57 public class OWLOntologyImpl extends OWLModelImpl implements OWLOntology, org.mindswap.owls.OWLSOntology {
67 private OWLOntology sourceOntology;
100 OWLOntology ont = (OWLOntology) orderedList.get( i );
107 OWLOntology imported = (OWLOntology) it.next();
120 public void addImport(OWLOntology ontology) {
132 OWLOntology aOnt = (OWLOntology)aIte [all...] |
H A D | OWLEntityImpl.java | 16 import org.mindswap.owl.OWLOntology;
34 protected OWLOntology ontology;
36 public OWLEntityImpl(OWLOntology ontology, Resource resource) {
46 public OWLOntology getOntology() {
|
/owl-s/src/org/mindswap/swrl/ |
H A D | SWRLFactoryCreator.java | 9 import org.mindswap.owl.OWLOntology;
20 public static SWRLFactory createFactory( OWLOntology ont ) {
|
H A D | SWRLFactory.java | 12 import org.mindswap.owl.OWLOntology;
20 public OWLOntology getOntology();
|
/owl-s/src/org/mindswap/owls/process/ |
H A D | Perform.java | 7 import org.mindswap.owl.OWLOntology;
15 static final OWLOntology owls = OWLFactory.createOntology();
|
/owl-s/src/examples/ |
H A D | Translator.java | 34 import org.mindswap.owl.OWLOntology;
53 OWLOntology ont = kb.read(uri);
|
/owl-s/src/org/mindswap/utils/ |
H A D | RDFUtils.java | 30 import org.mindswap.owl.OWLOntology;
65 OWLOntology ont = kb.read( new StringReader( buffer.toString() ), null );
|