Package cz.vutbr.fit.layout.rdf.model
Interface RDFOrderedResource
-
- All Superinterfaces:
RDFResource
public interface RDFOrderedResource extends RDFResource
A RDF resource that can be ordered.- Author:
- burgetr
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getDocumentOrder()
Gets the order of the resource within the artifact.void
setDocumentOrder(int order)
Sets the document order for the resource.-
Methods inherited from interface cz.vutbr.fit.layout.rdf.model.RDFResource
getIri
-
-
-
-
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.
-
-