Package cz.vutbr.fit.layout.rdf.model
Class RDFConnectionSet
- java.lang.Object
-
- cz.vutbr.fit.layout.impl.BaseArtifact
-
- cz.vutbr.fit.layout.impl.DefaultConnectionSet
-
- cz.vutbr.fit.layout.rdf.model.RDFConnectionSet
-
- All Implemented Interfaces:
Artifact,ConnectionSet,RDFArtifact,RDFResource
public class RDFConnectionSet extends DefaultConnectionSet implements RDFResource, RDFArtifact
- Author:
- burgetr
-
-
Constructor Summary
Constructors Constructor Description RDFConnectionSet(org.eclipse.rdf4j.model.IRI parentIri)RDFConnectionSet(org.eclipse.rdf4j.model.IRI parentIri, org.eclipse.rdf4j.model.IRI sourceIri)
-
Method Summary
All Methods Instance Methods Concrete 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).voidrecompute()Recomputes the possible computed values in the artifacts after the RDF representation has changed (e.g. some statements have been added or removed).voidsetAdditionalStatements(Set<org.eclipse.rdf4j.model.Statement> additionalStatements)-
Methods inherited from class cz.vutbr.fit.layout.impl.DefaultConnectionSet
getAreaConnections, getArtifactType, getPageIri, getSourceIri, setAreaConnections, setPageIri, setSourceIri
-
Methods inherited from class cz.vutbr.fit.layout.impl.BaseArtifact
equals, getCreatedOn, getCreator, getCreatorParams, getIri, getLabel, getParentIri, hashCode, setCreatedOn, setCreator, setCreatorParams, setIri, setLabel, setParentIri
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface cz.vutbr.fit.layout.model.Artifact
getCreatedOn, getCreator, getCreatorParams, getIri, getLabel, getParentIri, setIri
-
Methods inherited from interface cz.vutbr.fit.layout.rdf.model.RDFResource
getIri
-
-
-
-
Method Detail
-
setAdditionalStatements
public void setAdditionalStatements(Set<org.eclipse.rdf4j.model.Statement> additionalStatements)
-
getAdditionalStatements
public Set<org.eclipse.rdf4j.model.Statement> getAdditionalStatements()
Description copied from interface:RDFArtifactReturns 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).- Specified by:
getAdditionalStatementsin interfaceRDFArtifact- Returns:
- a set of statements
-
recompute
public void recompute()
Description copied from interface:RDFArtifactRecomputes the possible computed values in the artifacts after the RDF representation has changed (e.g. some statements have been added or removed).- Specified by:
recomputein interfaceRDFArtifact
-
-