Class IRIImpl

java.lang.Object
org.apache.commons.rdf.rdf4j.impl.AbstractRDFTerm<org.eclipse.rdf4j.model.IRI>
org.apache.commons.rdf.rdf4j.impl.IRIImpl
All Implemented Interfaces:
BlankNodeOrIRI, IRI, RDFTerm, RDF4JBlankNodeOrIRI, RDF4JIRI, RDF4JTerm

final class IRIImpl extends AbstractRDFTerm<org.eclipse.rdf4j.model.IRI> implements RDF4JIRI
  • Field Summary

    Fields inherited from class org.apache.commons.rdf.rdf4j.impl.AbstractRDFTerm

    value
  • Constructor Summary

    Constructors
    Constructor
    Description
    IRIImpl(org.eclipse.rdf4j.model.IRI iri)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Check it this RDFTerm is equal to another RDFTerm.
    Return the IRI encoded as a native Unicode String.
    The returned string must not include URL-encoding to escape non-ASCII characters.
    int
    Calculate a hash code for this RDFTerm.
    Return the term serialised as specified by the RDF-1.1 N-Triples Canonical form.
     

    Methods inherited from class org.apache.commons.rdf.rdf4j.impl.AbstractRDFTerm

    asValue

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.apache.commons.rdf.rdf4j.RDF4JIRI

    asValue