Class JsonLdTermImpl
- java.lang.Object
-
- org.apache.commons.rdf.jsonldjava.JsonLdTermImpl
-
- All Implemented Interfaces:
RDFTerm
,JsonLdTerm
- Direct Known Subclasses:
JsonLdBlankNodeImpl
,JsonLdIRIImpl
,JsonLdLiteralImpl
abstract class JsonLdTermImpl extends java.lang.Object implements JsonLdTerm
-
-
Field Summary
Fields Modifier and Type Field Description (package private) com.github.jsonldjava.core.RDFDataset.Node
node
-
Constructor Summary
Constructors Constructor Description JsonLdTermImpl(com.github.jsonldjava.core.RDFDataset.Node node)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.github.jsonldjava.core.RDFDataset.Node
asJsonLdNode()
Return the underlying JsonLdRDFDataset.Node
.java.lang.String
toString()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.commons.rdf.api.RDFTerm
equals, hashCode, ntriplesString
-
-
-
-
Method Detail
-
asJsonLdNode
public com.github.jsonldjava.core.RDFDataset.Node asJsonLdNode()
Description copied from interface:JsonLdTerm
Return the underlying JsonLdRDFDataset.Node
.- Specified by:
asJsonLdNode
in interfaceJsonLdTerm
- Returns:
- JsonLd
RDFDataset.Node
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-