Uses of Class
cz.cvut.kbss.ontodriver.descriptor.ContainerDescriptor
Packages that use ContainerDescriptor
Package
Description
-
Uses of ContainerDescriptor in cz.cvut.kbss.jopa.oom
Methods in cz.cvut.kbss.jopa.oom with parameters of type ContainerDescriptorModifier and TypeMethodDescriptionCollection<Axiom<?>>
ObjectOntologyMapperImpl.loadRdfContainer
(ContainerDescriptor containerDescriptor) -
Uses of ContainerDescriptor in cz.cvut.kbss.ontodriver
Methods in cz.cvut.kbss.ontodriver with parameters of type ContainerDescriptorModifier and TypeMethodDescriptionCollection<Axiom<?>>
Containers.readContainer
(ContainerDescriptor descriptor) Reads values from an RDF container specified by the given descriptor. -
Uses of ContainerDescriptor in cz.cvut.kbss.ontodriver.descriptor
Subclasses of ContainerDescriptor in cz.cvut.kbss.ontodriver.descriptorModifier and TypeClassDescriptionclass
Descriptor for saving values in an RDF container.Methods in cz.cvut.kbss.ontodriver.descriptor that return ContainerDescriptorModifier and TypeMethodDescriptionstatic ContainerDescriptor
ContainerDescriptor.altDescriptor
(NamedResource owner, Assertion property) Creates a newContainerDescriptor
for reading an rdf:Alt container from the default context.static ContainerDescriptor
ContainerDescriptor.altDescriptor
(NamedResource owner, Assertion property, URI context) Creates a newContainerDescriptor
for reading an rdf:Alt container from the specified context.static ContainerDescriptor
ContainerDescriptor.bagDescriptor
(NamedResource owner, Assertion property) Creates a newContainerDescriptor
for reading an rdf:Bag container from the default context.static ContainerDescriptor
ContainerDescriptor.bagDescriptor
(NamedResource owner, Assertion property, URI context) Creates a newContainerDescriptor
for reading an rdf:Bag container from the specified context.static ContainerDescriptor
ContainerDescriptor.seqDescriptor
(NamedResource owner, Assertion property) Creates a newContainerDescriptor
for reading an rdf:Seq container from the default context.static ContainerDescriptor
ContainerDescriptor.seqDescriptor
(NamedResource owner, Assertion property, URI context) Creates a newContainerDescriptor
for reading an rdf:Seq container from the specified context. -
Uses of ContainerDescriptor in cz.cvut.kbss.ontodriver.jena
Methods in cz.cvut.kbss.ontodriver.jena with parameters of type ContainerDescriptorModifier and TypeMethodDescriptionCollection<Axiom<?>>
JenaContainers.readContainer
(ContainerDescriptor descriptor) -
Uses of ContainerDescriptor in cz.cvut.kbss.ontodriver.jena.container
Methods in cz.cvut.kbss.ontodriver.jena.container with parameters of type ContainerDescriptor -
Uses of ContainerDescriptor in cz.cvut.kbss.ontodriver.owlapi
Methods in cz.cvut.kbss.ontodriver.owlapi with parameters of type ContainerDescriptorModifier and TypeMethodDescriptionCollection<Axiom<?>>
OwlapiContainers.readContainer
(ContainerDescriptor descriptor) -
Uses of ContainerDescriptor in cz.cvut.kbss.ontodriver.owlapi.container
Methods in cz.cvut.kbss.ontodriver.owlapi.container with parameters of type ContainerDescriptorModifier and TypeMethodDescriptionContainerHandler.readContainer
(ContainerDescriptor descriptor) Reads the content of a container corresponding to the specified description. -
Uses of ContainerDescriptor in cz.cvut.kbss.ontodriver.rdf4j
Methods in cz.cvut.kbss.ontodriver.rdf4j with parameters of type ContainerDescriptorModifier and TypeMethodDescriptionCollection<Axiom<?>>
Rdf4jContainers.readContainer
(ContainerDescriptor descriptor) -
Uses of ContainerDescriptor in cz.cvut.kbss.ontodriver.rdf4j.container
Methods in cz.cvut.kbss.ontodriver.rdf4j.container with parameters of type ContainerDescriptorModifier and TypeMethodDescriptionContainerHandler.loadContainer
(ContainerDescriptor descriptor) Loads the content of a container corresponding to the specified description.