Uses of Interface
cz.vutbr.fit.layout.rdf.ModelBuilder
-
Packages that use ModelBuilder Package Description cz.vutbr.fit.layout.rdf -
-
Uses of ModelBuilder in cz.vutbr.fit.layout.rdf
Classes in cz.vutbr.fit.layout.rdf that implement ModelBuilder Modifier and Type Class Description class
AreaModelBuilder
Implements an RDF graph construction from an area tree.class
BoxModelBuilder
Implements an RDF graph construction from a page box model.class
ChunkSetModelBuilder
class
LogicalAreaModelBuilder
TODO check the belongsTo relations and the assignment ot the LogicalAreaTree artifactMethods in cz.vutbr.fit.layout.rdf that return ModelBuilder Modifier and Type Method Description ModelBuilder
RDFArtifactRepository. getModelBuilder(org.eclipse.rdf4j.model.IRI artifactType)
Methods in cz.vutbr.fit.layout.rdf with parameters of type ModelBuilder Modifier and Type Method Description void
RDFArtifactRepository. addModelBuilder(org.eclipse.rdf4j.model.IRI artifactType, ModelBuilder builder)
-