Searched refs:wrapDataProperty (Results 1 - 4 of 4) sorted by relevance

/owl-s/src/impl/jena/
H A DOWLConverters.java156 return ((OWLModelImpl) entity.getKB()).wrapDataProperty(prop, null);
H A DOWLKnowledgeBaseImpl.java327 protected OWLDataProperty wrapDataProperty(Property p, OWLOntology ont) { method in class:OWLKnowledgeBaseImpl
H A DOWLModelImpl.java445 p = wrapDataProperty(prop, null);
950 set.add(OWLModelImpl.this.wrapDataProperty((Property) r.as(Property.class), ont));
1003 protected abstract OWLDataProperty wrapDataProperty(Property p, OWLOntology ont); method in class:OWLModelImpl
H A DOWLOntologyImpl.java296 protected OWLDataProperty wrapDataProperty(Property p, OWLOntology ont) { method in class:OWLOntologyImpl

Completed in 1467 milliseconds