Uses of Interface
cz.vutbr.fit.layout.rdf.ModelLoader
-
Packages that use ModelLoader Package Description cz.vutbr.fit.layout.rdf -
-
Uses of ModelLoader in cz.vutbr.fit.layout.rdf
Classes in cz.vutbr.fit.layout.rdf that implement ModelLoader Modifier and Type Class Description class
AreaModelLoader
This class implements creating a RDFAreaTree from the RDF models.class
BoxModelLoader
This class implements creating a RDFPage from the RDF models.class
ChunkSetModelLoader
class
LogicalAreaModelLoader
Methods in cz.vutbr.fit.layout.rdf that return ModelLoader Modifier and Type Method Description ModelLoader
RDFArtifactRepository. getModelLoader(org.eclipse.rdf4j.model.IRI artifactType)
Methods in cz.vutbr.fit.layout.rdf with parameters of type ModelLoader Modifier and Type Method Description void
RDFArtifactRepository. addModelLoader(org.eclipse.rdf4j.model.IRI artifactType, ModelLoader builder)
-