Class GonLiteralImpl<K,V>

java.lang.Object
org.aksw.jenax.io.json.gon.GonElementBase<K,V>
org.aksw.jenax.io.json.gon.GonLiteralImpl<K,V>
All Implemented Interfaces:
GonElement<K,V>, GonLiteral<K,V>

public class GonLiteralImpl<K,V> extends GonElementBase<K,V> implements GonLiteral<K,V>
A literal simply wraps a node. Unlike RdfObject, it cannot have additional properties. It thus represents a leaf in a tree structure.
  • Field Details

    • value

      protected V value
  • Constructor Details

    • GonLiteralImpl

      public GonLiteralImpl(V value)
  • Method Details