Uses of Class
cz.cvut.kbss.ontodriver.model.Value
Packages that use Value
Package
Description
-
Uses of Value in cz.cvut.kbss.ontodriver
Method parameters in cz.cvut.kbss.ontodriver with type arguments of type ValueModifier and TypeMethodDescriptionvoidProperties.addProperties(NamedResource individual, URI context, Map<Assertion, Set<Value<?>>> properties) Adds the specified property values into the ontology.voidProperties.removeProperties(NamedResource individual, URI context, Map<Assertion, Set<Value<?>>> properties) Removes the specified property values from the ontology. -
Uses of Value in cz.cvut.kbss.ontodriver.descriptor
Methods in cz.cvut.kbss.ontodriver.descriptor that return types with arguments of type ValueModifier and TypeMethodDescriptionAxiomValueDescriptor.getAssertionValues(Assertion assertion) Gets values of the specified assertion held by this descriptor.Methods in cz.cvut.kbss.ontodriver.descriptor with parameters of type ValueModifier and TypeMethodDescriptionAxiomValueDescriptor.addAssertionValue(Assertion assertion, Value<?> value) Adds a new value for the specified assertion. -
Uses of Value in cz.cvut.kbss.ontodriver.jena
Method parameters in cz.cvut.kbss.ontodriver.jena with type arguments of type ValueModifier and TypeMethodDescriptionvoidJenaProperties.addProperties(NamedResource individual, URI context, Map<Assertion, Set<Value<?>>> properties) voidJenaProperties.removeProperties(NamedResource individual, URI context, Map<Assertion, Set<Value<?>>> properties) -
Uses of Value in cz.cvut.kbss.ontodriver.jena.util
Methods in cz.cvut.kbss.ontodriver.jena.util with parameters of type ValueModifier and TypeMethodDescriptionstatic <T> org.apache.jena.rdf.model.RDFNodeJenaUtils.valueToRdfNode(Assertion assertion, Value<T> value) Transforms the specifiedValueto anRDFNode, be it a resource or a literal. -
Uses of Value in cz.cvut.kbss.ontodriver.model
Methods in cz.cvut.kbss.ontodriver.model that return ValueModifier and TypeMethodDescriptionAxiom.getValue()Gets the value of this axiom.AxiomImpl.getValue()static <T> Value<T>Value.nullValue()Returns a Null object for Value.Constructors in cz.cvut.kbss.ontodriver.model with parameters of type ValueModifierConstructorDescriptionAxiomImpl(NamedResource subject, Assertion assertion, Value<T> value) -
Uses of Value in cz.cvut.kbss.ontodriver.owlapi
Method parameters in cz.cvut.kbss.ontodriver.owlapi with type arguments of type ValueModifier and TypeMethodDescriptionvoidOwlapiProperties.addProperties(NamedResource individual, URI context, Map<Assertion, Set<Value<?>>> properties) voidOwlapiProperties.removeProperties(NamedResource individual, URI context, Map<Assertion, Set<Value<?>>> properties) -
Uses of Value in cz.cvut.kbss.ontodriver.rdf4j
Method parameters in cz.cvut.kbss.ontodriver.rdf4j with type arguments of type ValueModifier and TypeMethodDescriptionvoidRdf4jProperties.addProperties(NamedResource individual, URI context, Map<Assertion, Set<Value<?>>> properties) voidRdf4jProperties.removeProperties(NamedResource individual, URI context, Map<Assertion, Set<Value<?>>> properties) -
Uses of Value in cz.cvut.kbss.ontodriver.rdf4j.util
Methods in cz.cvut.kbss.ontodriver.rdf4j.util with parameters of type ValueModifier and TypeMethodDescriptionorg.eclipse.rdf4j.model.ValueValueConverter.toRdf4jValue(Assertion assertion, Value<?> val)