Uses of Class
cz.vutbr.fit.layout.rdf.RDFStorage
-
Packages that use RDFStorage Package Description cz.vutbr.fit.layout.rdf -
-
Uses of RDFStorage in cz.vutbr.fit.layout.rdf
Methods in cz.vutbr.fit.layout.rdf that return RDFStorage Modifier and Type Method Description static RDFStorage
RDFStorage. create(org.eclipse.rdf4j.repository.Repository repo)
static RDFStorage
RDFStorage. createHTTP(String serverUrl, String repositoryId)
static RDFStorage
RDFStorage. createMemory(String dataDir)
static RDFStorage
RDFStorage. createNative(String dataDir)
RDFStorage
RDFArtifactRepository. getStorage()
Constructors in cz.vutbr.fit.layout.rdf with parameters of type RDFStorage Constructor Description RDFArtifactRepository(RDFStorage storage)
-