Interface RDFOrderedResource

  • All Superinterfaces:
    RDFResource
    All Known Implementing Classes:
    RDFArea, RDFBox

    public interface RDFOrderedResource
    extends RDFResource
    A RDF resource that can be ordered.
    Author:
    burgetr
    • Method Detail

      • getDocumentOrder

        int getDocumentOrder()
        Gets the order of the resource within the artifact.
        Returns:
        a positive integer that can be used for ordering the resource.
      • setDocumentOrder

        void setDocumentOrder​(int order)
        Sets the document order for the resource.
        Parameters:
        order - the order (positive integer) to be set.