Package cz.vutbr.fit.layout.rdf
Class RDFArtifactInfo
- java.lang.Object
-
- cz.vutbr.fit.layout.impl.BaseArtifact
-
- cz.vutbr.fit.layout.api.ArtifactInfo
-
- cz.vutbr.fit.layout.rdf.RDFArtifactInfo
-
- All Implemented Interfaces:
Artifact
- Direct Known Subclasses:
AreaTreeInfo,ChunkSetInfo,PageInfo
public class RDFArtifactInfo extends ArtifactInfo
Information about an artifact obtained from a RDF model.- Author:
- burgetr
-
-
Constructor Summary
Constructors Constructor Description RDFArtifactInfo(org.eclipse.rdf4j.model.Model model, org.eclipse.rdf4j.model.IRI artifactIri)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapplyToArtifact(BaseArtifact a)protected voidprocessStatement(org.eclipse.rdf4j.model.Statement st)-
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 void processStatement(org.eclipse.rdf4j.model.Statement st)
-
applyToArtifact
public void applyToArtifact(BaseArtifact a)
-
-