Package cz.vutbr.fit.layout.rdf
Class ConnectionSetInfo
- java.lang.Object
-
- cz.vutbr.fit.layout.impl.BaseArtifact
-
- cz.vutbr.fit.layout.api.ArtifactInfo
-
- cz.vutbr.fit.layout.rdf.RDFArtifactInfo
-
- cz.vutbr.fit.layout.rdf.ConnectionSetInfo
-
- All Implemented Interfaces:
Artifact
public class ConnectionSetInfo extends RDFArtifactInfo
- Author:
- burgetr
-
-
Constructor Summary
Constructors Constructor Description ConnectionSetInfo(org.eclipse.rdf4j.model.Model model, org.eclipse.rdf4j.model.IRI areaTreeIri)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapplyToConnectionSet(RDFConnectionSet cset)org.eclipse.rdf4j.model.IRIgetPageIri()org.eclipse.rdf4j.model.IRIgetSourceIri()protected booleanprocessStatement(org.eclipse.rdf4j.model.Statement st)Processes a model statement and changes the artifact accordingly.voidsetPageIri(org.eclipse.rdf4j.model.IRI pageIri)voidsetSourceIri(org.eclipse.rdf4j.model.IRI areaTreeIri)-
Methods inherited from class cz.vutbr.fit.layout.rdf.RDFArtifactInfo
applyToArtifact, getAdditionalStatements
-
Methods inherited from class cz.vutbr.fit.layout.api.ArtifactInfo
getArtifactType, setArtifactType, toString
-
Methods inherited from class cz.vutbr.fit.layout.impl.BaseArtifact
equals, getCreatedOn, getCreator, getCreatorParams, getIri, getLabel, getParentIri, hashCode, setCreatedOn, setCreator, setCreatorParams, setIri, setLabel, setParentIri
-
-
-
-
Method Detail
-
processStatement
protected boolean processStatement(org.eclipse.rdf4j.model.Statement st)
Description copied from class:RDFArtifactInfoProcesses a model statement and changes the artifact accordingly.- Overrides:
processStatementin classRDFArtifactInfo- Parameters:
st- the statement to process- Returns:
trueif the statement was used for changing the model,falsewhen the statement was ignored.
-
getSourceIri
public org.eclipse.rdf4j.model.IRI getSourceIri()
-
setSourceIri
public void setSourceIri(org.eclipse.rdf4j.model.IRI areaTreeIri)
-
getPageIri
public org.eclipse.rdf4j.model.IRI getPageIri()
-
setPageIri
public void setPageIri(org.eclipse.rdf4j.model.IRI pageIri)
-
applyToConnectionSet
public void applyToConnectionSet(RDFConnectionSet cset)
-
-