Class JsonLdTermImpl

    • 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 JsonLd RDFDataset.Node.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • node

        final com.github.jsonldjava.core.RDFDataset.Node node
    • Constructor Detail

      • JsonLdTermImpl

        JsonLdTermImpl​(com.github.jsonldjava.core.RDFDataset.Node node)
    • Method Detail

      • asJsonLdNode

        public com.github.jsonldjava.core.RDFDataset.Node asJsonLdNode()
        Description copied from interface: JsonLdTerm
        Return the underlying JsonLd RDFDataset.Node.
        Specified by:
        asJsonLdNode in interface JsonLdTerm
        Returns:
        JsonLd RDFDataset.Node
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object