Class AbstractRDFTerm<T extends org.eclipse.rdf4j.model.Value>
- java.lang.Object
-
- org.apache.commons.rdf.rdf4j.impl.AbstractRDFTerm<T>
-
- Direct Known Subclasses:
BlankNodeImpl
,IRIImpl
,LiteralImpl
abstract class AbstractRDFTerm<T extends org.eclipse.rdf4j.model.Value> extends java.lang.Object implements RDF4JTerm
-
-
Constructor Summary
Constructors Constructor Description AbstractRDFTerm(T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T
asValue()
Return the RDF4JValue
that this RDFTerm represents.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.commons.rdf.api.RDFTerm
equals, hashCode, ntriplesString
-
-