Package cz.vutbr.fit.layout.rdf
Class AreaTreeInfo
- 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.AreaTreeInfo
-
- All Implemented Interfaces:
Artifact
public class AreaTreeInfo extends RDFArtifactInfo
- Author:
- burgetr
-
-
Constructor Summary
Constructors Constructor Description AreaTreeInfo(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 void
applyToAreaTree(RDFAreaTree atree)
-
Methods inherited from class cz.vutbr.fit.layout.rdf.RDFArtifactInfo
applyToArtifact, getAdditionalStatements, processStatement
-
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, getMetadata, getParentIri, hashCode, setCreatedOn, setCreator, setCreatorParams, setIri, setLabel, setMetadata, setParentIri
-
-
-
-
Method Detail
-
applyToAreaTree
public void applyToAreaTree(RDFAreaTree atree)
-
-