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

/owl-s/src/impl/jena/
H A DOWLConverters.java128 return ((OWLModelImpl) entity.getKB()).wrapObjectProperty(prop, null);
H A DOWLKnowledgeBaseImpl.java318 protected OWLObjectProperty wrapObjectProperty(Property p, OWLOntology ont) { method in class:OWLKnowledgeBaseImpl
H A DOWLModelImpl.java434 p = wrapObjectProperty(prop, null);
941 set.add(OWLModelImpl.this.wrapObjectProperty((Property) r.as(Property.class), ont));
1001 protected abstract OWLObjectProperty wrapObjectProperty(Property p, OWLOntology ont); method in class:OWLModelImpl
H A DOWLOntologyImpl.java292 protected OWLObjectProperty wrapObjectProperty(Property p, OWLOntology ont) { method in class:OWLOntologyImpl

Completed in 863 milliseconds