Class AbstractRDFTerm<T extends org.eclipse.rdf4j.model.Value>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) T value  
    • 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 RDF4J Value that this RDFTerm represents.
      • Methods inherited from class java.lang.Object

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

      • value

        T extends org.eclipse.rdf4j.model.Value value
    • Constructor Detail

      • AbstractRDFTerm

        AbstractRDFTerm​(T value)
    • Method Detail

      • asValue

        public T asValue()
        Description copied from interface: RDF4JTerm
        Return the RDF4J Value that this RDFTerm represents.
        Specified by:
        asValue in interface RDF4JTerm
        Returns:
        The wrapped Value (e.g. a Literal, IRI or BNode.