Package cz.vutbr.fit.layout.rdf
Interface ModelBuilder
-
- All Known Implementing Classes:
AreaModelBuilder,BoxModelBuilder,ChunkSetModelBuilder,LogicalAreaModelBuilder
public interface ModelBuilderA builder that can transform an artifact to a RDF model.- Author:
- burgetr
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.rdf4j.model.ModelcreateGraph(Artifact artifact)Creates a graph from an artifact.
-
-
-
Method Detail
-
createGraph
org.eclipse.rdf4j.model.Model createGraph(Artifact artifact)
Creates a graph from an artifact.- Parameters:
artifact- The artifact to create the model for.- Returns:
- the create model
-
-