Uses of Class
cz.cvut.kbss.ontodriver.model.NamedResource
Packages that use NamedResource
Package
Description
-
Uses of NamedResource in cz.cvut.kbss.jopa.oom
Methods in cz.cvut.kbss.jopa.oom that return types with arguments of type NamedResourceModifier and TypeMethodDescriptionObjectOntologyMapperImpl.loadSimpleList(SimpleListDescriptor listDescriptor) -
Uses of NamedResource in cz.cvut.kbss.jopa.oom.converter
Methods in cz.cvut.kbss.jopa.oom.converter that return NamedResourceMethods in cz.cvut.kbss.jopa.oom.converter with parameters of type NamedResourceModifier and TypeMethodDescriptionObjectOneOfEnumConverter.convertToAttribute(NamedResource value) -
Uses of NamedResource in cz.cvut.kbss.jopa.oom.metamodel
Constructors in cz.cvut.kbss.jopa.oom.metamodel with parameters of type NamedResourceModifierConstructorDescriptionPolymorphicEntityTypeResolver(NamedResource individual, IdentifiableEntityType<T> root, Collection<Axiom<URI>> typeAxioms) -
Uses of NamedResource in cz.cvut.kbss.ontodriver
Methods in cz.cvut.kbss.ontodriver that return types with arguments of type NamedResourceModifier and TypeMethodDescriptionLists.loadSimpleList(SimpleListDescriptor descriptor) Loads simple list specified by the descriptor.Methods in cz.cvut.kbss.ontodriver with parameters of type NamedResourceModifier and TypeMethodDescriptionvoidProperties.addProperties(NamedResource individual, URI context, Map<Assertion, Set<Value<?>>> properties) Adds the specified property values into the ontology.voidTypes.addTypes(NamedResource individual, URI context, Set<URI> types) Adds the specified types to the named individual in the ontology.Collection<Axiom<?>>Properties.getProperties(NamedResource individual, URI context, boolean includeInferred) Loads property values for the specified individual.Types.getTypes(NamedResource individual, Collection<URI> contexts, boolean includeInferred) Gets types associated with the specified individual.voidProperties.removeProperties(NamedResource individual, URI context, Map<Assertion, Set<Value<?>>> properties) Removes the specified property values from the ontology.voidTypes.removeTypes(NamedResource individual, URI context, Set<URI> types) Removes the specified types of the named individual in the ontology. -
Uses of NamedResource in cz.cvut.kbss.ontodriver.descriptor
Methods in cz.cvut.kbss.ontodriver.descriptor that return NamedResourceModifier and TypeMethodDescriptionListDescriptor.getListOwner()Gets owner of the list.ReferencedListDescriptorImpl.getListOwner()SimpleListDescriptorImpl.getListOwner()ContainerDescriptor.getOwner()AbstractAxiomDescriptor.getSubject()Methods in cz.cvut.kbss.ontodriver.descriptor that return types with arguments of type NamedResourceMethods in cz.cvut.kbss.ontodriver.descriptor with parameters of type NamedResourceModifier and TypeMethodDescriptionvoidSimpleListValueDescriptor.addValue(NamedResource value) static ContainerDescriptorContainerDescriptor.altDescriptor(NamedResource owner, Assertion property) Creates a newContainerDescriptorfor reading an rdf:Alt container from the default context.static ContainerDescriptorContainerDescriptor.altDescriptor(NamedResource owner, Assertion property, URI context) Creates a newContainerDescriptorfor reading an rdf:Alt container from the specified context.static <T> ContainerValueDescriptor<T>ContainerValueDescriptor.altValueDescriptor(NamedResource owner, Assertion property) Creates a newContainerValueDescriptorfor saving an rdf:Alt container to the default context.static <T> ContainerValueDescriptor<T>ContainerValueDescriptor.altValueDescriptor(NamedResource owner, Assertion property, URI context) Creates a newContainerValueDescriptorfor saving an rdf:Alt container to the specified context.static ContainerDescriptorContainerDescriptor.bagDescriptor(NamedResource owner, Assertion property) Creates a newContainerDescriptorfor reading an rdf:Bag container from the default context.static ContainerDescriptorContainerDescriptor.bagDescriptor(NamedResource owner, Assertion property, URI context) Creates a newContainerDescriptorfor reading an rdf:Bag container from the specified context.static <T> ContainerValueDescriptor<T>ContainerValueDescriptor.bagValueDescriptor(NamedResource owner, Assertion property) Creates a newContainerValueDescriptorfor saving an rdf:Bag container to the default context.static <T> ContainerValueDescriptor<T>ContainerValueDescriptor.bagValueDescriptor(NamedResource owner, Assertion property, URI context) Creates a newContainerValueDescriptorfor saving an rdf:Bag container to the specified context.static ContainerDescriptorContainerDescriptor.seqDescriptor(NamedResource owner, Assertion property) Creates a newContainerDescriptorfor reading an rdf:Seq container from the default context.static ContainerDescriptorContainerDescriptor.seqDescriptor(NamedResource owner, Assertion property, URI context) Creates a newContainerDescriptorfor reading an rdf:Seq container from the specified context.static <T> ContainerValueDescriptor<T>ContainerValueDescriptor.seqValueDescriptor(NamedResource owner, Assertion property) Creates a newContainerValueDescriptorfor saving an rdf:Seq container to the default context.static <T> ContainerValueDescriptor<T>ContainerValueDescriptor.seqValueDescriptor(NamedResource owner, Assertion property, URI context) Creates a newContainerValueDescriptorfor saving an rdf:Seq container to the specified context.Constructors in cz.cvut.kbss.ontodriver.descriptor with parameters of type NamedResourceModifierConstructorDescriptionprotectedAbstractAxiomDescriptor(NamedResource subject) AxiomDescriptor(NamedResource subject) AxiomValueDescriptor(NamedResource subject) protectedContainerDescriptor(ContainerDescriptor.Type type, NamedResource owner, Assertion property, URI context) ReferencedListDescriptorImpl(NamedResource listOwner, Assertion listProperty, Assertion nextNode, Assertion nodeContent) ReferencedListDescriptorImpl(NamedResource listOwner, Assertion listProperty, Assertion nextNode, Assertion nodeContent, boolean terminatedByNil) ReferencedListValueDescriptor(NamedResource listOwner, Assertion listProperty, Assertion nextNode, Assertion nodeContent) ReferencedListValueDescriptor(NamedResource listOwner, Assertion listProperty, Assertion nextNode, Assertion nodeContent, boolean terminatedByNil) SimpleListDescriptorImpl(NamedResource listOwner, Assertion listProperty, Assertion nextNodeProperty) SimpleListValueDescriptor(NamedResource listOwner, Assertion listProperty, Assertion nextNodeProperty) -
Uses of NamedResource in cz.cvut.kbss.ontodriver.jena
Methods in cz.cvut.kbss.ontodriver.jena with parameters of type NamedResourceModifier and TypeMethodDescriptionvoidJenaProperties.addProperties(NamedResource individual, URI context, Map<Assertion, Set<Value<?>>> properties) voidJenaTypes.addTypes(NamedResource individual, URI context, Set<URI> types) voidTypesHandler.addTypes(NamedResource individual, URI context, Set<URI> types) Collection<Axiom<?>>JenaProperties.getProperties(NamedResource individual, URI context, boolean includeInferred) JenaTypes.getTypes(NamedResource individual, Collection<URI> contexts, boolean includeInferred) TypesHandler.getTypes(NamedResource individual, Collection<URI> contexts, boolean includeInferred) voidJenaProperties.removeProperties(NamedResource individual, URI context, Map<Assertion, Set<Value<?>>> properties) voidJenaTypes.removeTypes(NamedResource individual, URI context, Set<URI> types) voidTypesHandler.removeTypes(NamedResource individual, URI context, Set<URI> types) -
Uses of NamedResource in cz.cvut.kbss.ontodriver.jena.list
Methods in cz.cvut.kbss.ontodriver.jena.list that return types with arguments of type NamedResource -
Uses of NamedResource in cz.cvut.kbss.ontodriver.model
Subclasses of NamedResource in cz.cvut.kbss.ontodriver.modelMethods in cz.cvut.kbss.ontodriver.model that return NamedResourceModifier and TypeMethodDescriptionstatic NamedResourceCreates new named resource from the specified string identifier.static NamedResourceCreates new named resource from the specified URI.Axiom.getSubject()Gets the subject of this axiom.AxiomImpl.getSubject()Constructors in cz.cvut.kbss.ontodriver.model with parameters of type NamedResourceModifierConstructorDescriptionAxiomImpl(NamedResource subject, Assertion assertion, Value<T> value) -
Uses of NamedResource in cz.cvut.kbss.ontodriver.owlapi
Methods in cz.cvut.kbss.ontodriver.owlapi with parameters of type NamedResourceModifier and TypeMethodDescriptionvoidOwlapiProperties.addProperties(NamedResource individual, URI context, Map<Assertion, Set<Value<?>>> properties) voidOwlapiTypes.addTypes(NamedResource individual, URI context, Set<URI> types) <V> Axiom<V>AxiomAdapter.createAxiom(NamedResource subject, Assertion assertion, V value) Collection<Axiom<?>>OwlapiProperties.getProperties(NamedResource individual, URI context, boolean includeInferred) OwlapiTypes.getTypes(NamedResource individual, Collection<URI> contexts, boolean includeInferred) Collection<Axiom<?>>InferredAxiomLoader.loadAxioms(NamedResource subject, Set<Assertion> assertions) Collection<Axiom<?>>InferredAxiomLoader.loadPropertyAxioms(NamedResource subject) voidOwlapiProperties.removeProperties(NamedResource individual, URI context, Map<Assertion, Set<Value<?>>> properties) voidOwlapiTypes.removeTypes(NamedResource individual, URI context, Set<URI> types) -
Uses of NamedResource in cz.cvut.kbss.ontodriver.owlapi.list
Methods in cz.cvut.kbss.ontodriver.owlapi.list that return types with arguments of type NamedResourceModifier and TypeMethodDescriptionSimpleListHandler.loadList(SimpleListDescriptor descriptor) OwlapiLists.loadSimpleList(SimpleListDescriptor descriptor) Methods in cz.cvut.kbss.ontodriver.owlapi.list with parameters of type NamedResourceModifier and TypeMethodDescriptionListContentStorageHelper.saveListValue(NamedResource subject, Assertion assertion, Object value) Generates OWL axioms corresponding to the specified list/container value. -
Uses of NamedResource in cz.cvut.kbss.ontodriver.owlapi.util
Methods in cz.cvut.kbss.ontodriver.owlapi.util with parameters of type NamedResourceModifier and TypeMethodDescriptionstatic org.semanticweb.owlapi.model.OWLNamedIndividualOwlapiUtils.getIndividual(NamedResource subject, org.semanticweb.owlapi.model.OWLDataFactory dataFactory) Gets OWLNamedIndividual for the specified named resource. -
Uses of NamedResource in cz.cvut.kbss.ontodriver.rdf4j
Methods in cz.cvut.kbss.ontodriver.rdf4j that return types with arguments of type NamedResourceMethods in cz.cvut.kbss.ontodriver.rdf4j with parameters of type NamedResourceModifier and TypeMethodDescriptionvoidRdf4jProperties.addProperties(NamedResource individual, URI context, Map<Assertion, Set<Value<?>>> properties) voidRdf4jTypes.addTypes(NamedResource individual, URI context, Set<URI> types) Collection<Axiom<?>>Rdf4jProperties.getProperties(NamedResource individual, URI context, boolean includeInferred) Rdf4jTypes.getTypes(NamedResource individual, Collection<URI> contexts, boolean includeInferred) voidRdf4jProperties.removeProperties(NamedResource individual, URI context, Map<Assertion, Set<Value<?>>> properties) voidRdf4jTypes.removeTypes(NamedResource individual, URI context, Set<URI> types) -
Uses of NamedResource in cz.cvut.kbss.ontodriver.rdf4j.list
Methods in cz.cvut.kbss.ontodriver.rdf4j.list that return types with arguments of type NamedResourceModifier and TypeMethodDescriptionSimpleListHandler.loadList(SimpleListDescriptor listDescriptor) Loads axioms representing list described by the specified list descriptor. -
Uses of NamedResource in cz.cvut.kbss.ontodriver.rdf4j.util
Methods in cz.cvut.kbss.ontodriver.rdf4j.util with parameters of type NamedResourceModifier and TypeMethodDescriptionstatic org.eclipse.rdf4j.model.IRIRdf4jUtils.toRdf4jIri(NamedResource resource, org.eclipse.rdf4j.model.ValueFactory factory) Constructs a RDF4J IRI from identifier of the specified resource.Constructors in cz.cvut.kbss.ontodriver.rdf4j.util with parameters of type NamedResourceModifierConstructorDescriptionAxiomBuilder(NamedResource subject, Map<org.eclipse.rdf4j.model.IRI, Assertion> propertyToAssertion, Assertion unspecifiedProperty)