Package cz.vutbr.fit.layout.rdf.model
Interface RDFResource
-
- All Known Subinterfaces:
RDFOrderedResource
- All Known Implementing Classes:
RDFArea
,RDFAreaTree
,RDFBox
,RDFContentImage
,RDFContentObject
,RDFChunkSet
,RDFLogicalArea
,RDFPage
,RDFTextChunk
public interface RDFResource
A RDF resource with an URI.- Author:
- burgetr
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.rdf4j.model.IRI
getIri()
Obtains the URI of the resource in the RDF storage.
-