Class AbstractBNode
java.lang.Object
org.eclipse.rdf4j.model.base.AbstractBNode
- All Implemented Interfaces:
Serializable, BNode, Resource, Value
- Direct Known Subclasses:
SimpleBNode
-
Nested Class Summary
Nested classes/interfaces inherited from interface Value
Value.Type -
Constructor Summary
Constructors -
Method Summary
Methods inherited from interface BNode
getID, getType, isBNodeModifier and TypeMethodDescriptiongetID()Retrieves this blank node's identifier.default 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
-
AbstractBNode
public AbstractBNode()
-
-
Method Details
-
stringValue
-
equals
Description copied from interface:BNodeCompares this blank node to another object. -
hashCode
-
toString
-