Uses of Class
cz.cvut.kbss.ontodriver.descriptor.ContainerValueDescriptor
Packages that use ContainerValueDescriptor
Package
Description
-
Uses of ContainerValueDescriptor in cz.cvut.kbss.ontodriver
Methods in cz.cvut.kbss.ontodriver with parameters of type ContainerValueDescriptorModifier and TypeMethodDescription<T> void
Containers.persistContainer
(ContainerValueDescriptor<T> descriptor) Persists values to an RDF container specified by the given descriptor.<T> void
Containers.updateContainer
(ContainerValueDescriptor<T> descriptor) Updates values in an RDF container specified by the given descriptor. -
Uses of ContainerValueDescriptor in cz.cvut.kbss.ontodriver.descriptor
Methods in cz.cvut.kbss.ontodriver.descriptor that return ContainerValueDescriptorModifier and TypeMethodDescriptionstatic <T> ContainerValueDescriptor<T>
ContainerValueDescriptor.altValueDescriptor
(NamedResource owner, Assertion property) Creates a newContainerValueDescriptor
for saving an rdf:Alt container to the default context.static <T> ContainerValueDescriptor<T>
ContainerValueDescriptor.altValueDescriptor
(NamedResource owner, Assertion property, URI context) Creates a newContainerValueDescriptor
for saving an rdf:Alt container to the specified context.static <T> ContainerValueDescriptor<T>
ContainerValueDescriptor.bagValueDescriptor
(NamedResource owner, Assertion property) Creates a newContainerValueDescriptor
for saving an rdf:Bag container to the default context.static <T> ContainerValueDescriptor<T>
ContainerValueDescriptor.bagValueDescriptor
(NamedResource owner, Assertion property, URI context) Creates a newContainerValueDescriptor
for saving an rdf:Bag container to the specified context.static <T> ContainerValueDescriptor<T>
ContainerValueDescriptor.seqValueDescriptor
(NamedResource owner, Assertion property) Creates a newContainerValueDescriptor
for saving an rdf:Seq container to the default context.static <T> ContainerValueDescriptor<T>
ContainerValueDescriptor.seqValueDescriptor
(NamedResource owner, Assertion property, URI context) Creates a newContainerValueDescriptor
for saving an rdf:Seq container to the specified context. -
Uses of ContainerValueDescriptor in cz.cvut.kbss.ontodriver.jena
Methods in cz.cvut.kbss.ontodriver.jena with parameters of type ContainerValueDescriptorModifier and TypeMethodDescription<T> void
JenaContainers.persistContainer
(ContainerValueDescriptor<T> descriptor) <T> void
JenaContainers.updateContainer
(ContainerValueDescriptor<T> descriptor) -
Uses of ContainerValueDescriptor in cz.cvut.kbss.ontodriver.jena.container
Methods in cz.cvut.kbss.ontodriver.jena.container with parameters of type ContainerValueDescriptorModifier and TypeMethodDescription<T> void
ContainerHandler.persistContainer
(ContainerValueDescriptor<T> descriptor) Creates a new container and fills it with the specified values.<T> void
ContainerHandler.updateContainer
(ContainerValueDescriptor<T> descriptor) Updates the content of an existing container corresponding to the specified descriptor. -
Uses of ContainerValueDescriptor in cz.cvut.kbss.ontodriver.owlapi
Methods in cz.cvut.kbss.ontodriver.owlapi with parameters of type ContainerValueDescriptorModifier and TypeMethodDescription<T> void
OwlapiContainers.persistContainer
(ContainerValueDescriptor<T> descriptor) <T> void
OwlapiContainers.updateContainer
(ContainerValueDescriptor<T> descriptor) -
Uses of ContainerValueDescriptor in cz.cvut.kbss.ontodriver.owlapi.container
Methods in cz.cvut.kbss.ontodriver.owlapi.container with parameters of type ContainerValueDescriptorModifier and TypeMethodDescription<T> void
ContainerHandler.persistContainer
(ContainerValueDescriptor<T> descriptor) Creates a new container and fills it with the specified values.<T> void
ContainerHandler.updateContainer
(ContainerValueDescriptor<T> descriptor) Updates the content of an existing container corresponding to the specified descriptor. -
Uses of ContainerValueDescriptor in cz.cvut.kbss.ontodriver.rdf4j
Methods in cz.cvut.kbss.ontodriver.rdf4j with parameters of type ContainerValueDescriptorModifier and TypeMethodDescription<T> void
Rdf4jContainers.persistContainer
(ContainerValueDescriptor<T> descriptor) <T> void
Rdf4jContainers.updateContainer
(ContainerValueDescriptor<T> descriptor) -
Uses of ContainerValueDescriptor in cz.cvut.kbss.ontodriver.rdf4j.container
Methods in cz.cvut.kbss.ontodriver.rdf4j.container with parameters of type ContainerValueDescriptorModifier and TypeMethodDescription<T> void
ContainerHandler.persistContainer
(ContainerValueDescriptor<T> descriptor) Creates a new container and fills it with the specified values.<T> void
ContainerHandler.updateContainer
(ContainerValueDescriptor<T> descriptor) Updates the content of an existing container corresponding to the specified descriptor.