Class RDFArea

    • Field Detail

      • iri

        protected org.eclipse.rdf4j.model.IRI iri
      • documentOrder

        protected int documentOrder
    • Constructor Detail

      • RDFArea

        public RDFArea​(Rectangular r,
                       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 documentOrder)
        Description copied from interface: RDFOrderedResource
        Sets the document order for the resource.
        Specified by:
        setDocumentOrder in interface RDFOrderedResource
        Parameters:
        documentOrder - the order (positive integer) to be set.
      • sortBoxes

        public void sortBoxes()
        Sorts contained boxes in the document order