Class RDFBox

    • Field Detail

      • iri

        protected org.eclipse.rdf4j.model.IRI iri
    • Constructor Detail

      • RDFBox

        public RDFBox​(org.eclipse.rdf4j.model.IRI uri)
    • Method Detail

      • getIri

        public org.eclipse.rdf4j.model.IRI getIri()
        Description copied from interface: RDFResource
        Obtains the URI of the resource in the RDF storage.
        Specified by:
        getIri in interface RDFResource
        Returns:
        the resource URI
      • setIri

        public void setIri​(org.eclipse.rdf4j.model.IRI uri)
      • getDocumentOrder

        public int getDocumentOrder()
        Description copied from interface: RDFOrderedResource
        Gets the order of the resource within the artifact.
        Specified by:
        getDocumentOrder in interface RDFOrderedResource
        Returns:
        a positive integer that can be used for ordering the resource.
      • setDocumentOrder

        public void setDocumentOrder​(int order)
        Description copied from interface: RDFOrderedResource
        Sets the document order for the resource.
        Specified by:
        setDocumentOrder in interface RDFOrderedResource
        Parameters:
        order - the order (positive integer) to be set.