Class SimpleBNode
java.lang.Object
org.eclipse.rdf4j.model.base.AbstractBNode
org.eclipse.rdf4j.model.impl.SimpleBNode
- All Implemented Interfaces:
Serializable, BNode, Resource, Value
- Direct Known Subclasses:
LmdbBNode, NativeBNode
An simple default implementation of the
BNode interface.- Author:
- Arjohn Kampman
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface Value
Value.Type -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCreates a new, unitialized blank node.protectedSimpleBNode(String id) Creates a new blank node with the supplied identifier. -
Method Summary
Methods inherited from class AbstractBNode
equals, hashCode, stringValue, toStringMethods inherited from interface BNode
getType, isBNodeModifier and TypeMethodDescriptiondefault Value.TypegetType()default booleanisBNode()Check if the object is an instance of the given type.Methods inherited from interface Resource
isResourceModifier and TypeMethodDescriptiondefault booleanCheck if the object is an instance of the given type.
-
Constructor Details
-
SimpleBNode
protected SimpleBNode()Creates a new, unitialized blank node. This blank node's ID needs to besetbefore the normal methods can be used. -
SimpleBNode
Creates a new blank node with the supplied identifier.- Parameters:
id- The identifier for this blank node, must not be null.
-
-
Method Details
-
getID
-
setID
-