Package cz.vutbr.fit.layout.rdf.model
Interface RDFArtifact
-
- All Known Implementing Classes:
RDFAreaTree
,RDFChunkSet
,RDFPage
public interface RDFArtifact
A RDF representation of an artifact.- Author:
- burgetr
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<org.eclipse.rdf4j.model.Statement>
getAdditionalStatements()
Returns additional RDF statements that do not influence the properties of the artifact itself but should be preserved together with the artifact (e.g. additional annotations).void
recompute()
Recomputes the possible computed values in the artifacts after the RDF representation has changed (e.g. some statements have been added or removed).
-
-
-
Method Detail
-
getAdditionalStatements
Set<org.eclipse.rdf4j.model.Statement> getAdditionalStatements()
Returns additional RDF statements that do not influence the properties of the artifact itself but should be preserved together with the artifact (e.g. additional annotations).- Returns:
- a set of statements
-
recompute
void recompute()
Recomputes the possible computed values in the artifacts after the RDF representation has changed (e.g. some statements have been added or removed).
-
-