Searched refs:wrapDataValue (Results 1 - 3 of 3) sorted by relevance

/owl-s/src/impl/jena/
H A DOWLKnowledgeBaseImpl.java292 protected OWLDataValue wrapDataValue(Literal l, OWLOntology ont) { method in class:OWLKnowledgeBaseImpl
H A DOWLModelImpl.java706 // list.add(OWLModelImpl.this.wrapDataValue(stmt.getLiteral()));
728 list.add(OWLModelImpl.this.wrapDataValue(stmt.getLiteral(), ontology));
990 list.add(wrapDataValue((Literal) node, ont));
995 protected abstract OWLDataValue wrapDataValue(Literal l, OWLOntology ont); method in class:OWLModelImpl
H A DOWLOntologyImpl.java280 protected OWLDataValue wrapDataValue(Literal l, OWLOntology ont) { method in class:OWLOntologyImpl

Completed in 637 milliseconds