Package org.eclipse.rdf4j.model.impl
Class BNodeImpl
- java.lang.Object
-
- org.eclipse.rdf4j.model.base.AbstractBNode
-
- org.eclipse.rdf4j.model.impl.SimpleBNode
-
- org.eclipse.rdf4j.model.impl.BNodeImpl
-
- All Implemented Interfaces:
Serializable
,BNode
,Resource
,Value
@Deprecated public class BNodeImpl extends SimpleBNode
Deprecated.since 2.0. UseSimpleBNode
instead for extending, andValueFactory
for instantiation.- Author:
- Jeen Broekstra
- See Also:
- Serialized Form
-
-
Method Summary
-
Methods inherited from class org.eclipse.rdf4j.model.impl.SimpleBNode
getID, setID
-
Methods inherited from class org.eclipse.rdf4j.model.base.AbstractBNode
equals, hashCode, stringValue, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.eclipse.rdf4j.model.Resource
isResource
-
-
-
-
Constructor Detail
-
BNodeImpl
@Deprecated public BNodeImpl()
Deprecated.since 2.0. UseValueFactory.createBNode()
instead.
-
BNodeImpl
@Deprecated public BNodeImpl(String nodeID)
Deprecated.since 2.0. UseValueFactory.createBNode(String)
instead.
-
-