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.Nodenode
-
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.NodeasJsonLdNode()Return the underlying JsonLdRDFDataset.Node.java.lang.StringtoString()-
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:JsonLdTermReturn the underlying JsonLdRDFDataset.Node.- Specified by:
asJsonLdNodein interfaceJsonLdTerm- Returns:
- JsonLd
RDFDataset.Node
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-