Class WrapperIRI

All Implemented Interfaces:
BlankNodeOrIRI, IRI, RDFTerm

public class WrapperIRI extends WrapperBlankNodeOrIRI implements IRI
A wrapper for IRI terms which contains methods that aid authoring wrapping classes.
  • Constructor Details

    • WrapperIRI

      protected WrapperIRI(RDFTerm original, Graph graph)
      Create a new subject node with a backing Graph object.
      Parameters:
      original - The subject node, must be a non-null IRI
      graph - The wrapped graph, may not be null
  • Method Details