Package cz.vutbr.fit.layout.rdf
Class LogicalAreaModelBuilder
- java.lang.Object
-
- cz.vutbr.fit.layout.rdf.ModelTransformer
-
- cz.vutbr.fit.layout.rdf.ModelBuilderBase
-
- cz.vutbr.fit.layout.rdf.LogicalAreaModelBuilder
-
- All Implemented Interfaces:
ModelBuilder
public class LogicalAreaModelBuilder extends ModelBuilderBase implements ModelBuilder
TODO check the belongsTo relations and the assignment ot the LogicalAreaTree artifact- Author:
- burgetr
-
-
Constructor Summary
Constructors Constructor Description LogicalAreaModelBuilder(IRIFactory iriFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.rdf4j.model.Model
createGraph(Artifact artifact)
Creates a graph from an artifact.-
Methods inherited from class cz.vutbr.fit.layout.rdf.ModelBuilderBase
addArtifactData, addContentRectData, addTextStyle, insertBorder, insertBorders, insertBounds, insertSameAs
-
Methods inherited from class cz.vutbr.fit.layout.rdf.ModelTransformer
getAreaIri, getBoxIri, getCurrentIri, getIriFactory, getLogicalAreaIri, getTextChunkIri, setIriFactory
-
-
-
-
Constructor Detail
-
LogicalAreaModelBuilder
public LogicalAreaModelBuilder(IRIFactory iriFactory)
-
-
Method Detail
-
createGraph
public org.eclipse.rdf4j.model.Model createGraph(Artifact artifact)
Description copied from interface:ModelBuilder
Creates a graph from an artifact.- Specified by:
createGraph
in interfaceModelBuilder
- Parameters:
artifact
- The artifact to create the model for.- Returns:
- the create model
-
-