Package org.eclipse.rdf4j.model.impl
Class ValueFactoryImpl
- java.lang.Object
-
- org.eclipse.rdf4j.model.base.AbstractValueFactory
-
- org.eclipse.rdf4j.model.impl.AbstractValueFactory
-
- org.eclipse.rdf4j.model.impl.SimpleValueFactory
-
- org.eclipse.rdf4j.model.impl.ValueFactoryImpl
-
- All Implemented Interfaces:
ValueFactory
@Deprecated public class ValueFactoryImpl extends SimpleValueFactory
Deprecated.since 2.0. UseSimpleValueFactory
instead.- Author:
- Jeen Broekstra
-
-
Constructor Summary
Constructors Constructor Description ValueFactoryImpl()
Deprecated.since 2.0.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static ValueFactoryImpl
getInstance()
Deprecated.since 2.0.-
Methods inherited from class org.eclipse.rdf4j.model.impl.SimpleValueFactory
createBNode, createBNode, createFPLiteral, createFPLiteral, createIntegerLiteral, createIntegerLiteral, createIRI, createIRI, createLiteral, createLiteral, createLiteral, createLiteral, createLiteral, createLiteral, createLiteral, createLiteral, createLiteral, createLiteral, createLiteral, createLiteral, createLiteral, createLiteral, createNumericLiteral, createNumericLiteral, createStatement, createStatement, createTriple, initBNodeParams
-
Methods inherited from class org.eclipse.rdf4j.model.base.AbstractValueFactory
createLiteral, createLiteral
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.eclipse.rdf4j.model.ValueFactory
createLiteral, createStatement, createStatement, createURI, createURI
-
-
-
-
Constructor Detail
-
ValueFactoryImpl
@Deprecated public ValueFactoryImpl()
Deprecated.since 2.0. UseSimpleValueFactory.getInstance()
instead.
-
-
Method Detail
-
getInstance
@Deprecated public static ValueFactoryImpl getInstance()
Deprecated.since 2.0. UseSimpleValueFactory.getInstance()
instead.
-
-