You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@jena.apache.org by Martynas Jusevičius <ma...@graphity.org> on 2015/10/01 16:02:38 UTC

ResourceFactory.createTypedLiteral(Object value, RDFDatatype dtype) missing?

Hey,

when I compare Model with ResourceFactory, Model has the following methods

  createTypedLiteral(Object value)
  createTypedLiteral(Object value, RDFDatatype dtype)
  createTypedLiteral(String lex, RDFDatatype dtype)

while ResourceFactory only has

  createTypedLiteral(Object value)
  createTypedLiteral(String string, RDFDatatype dType)

Is that on oversight?


Martynas