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 TypeMethodDescriptionvoid
Properties.addProperties
(NamedResource individual, URI context, Map<Assertion, Set<Value<?>>> properties) Adds the specified property values into the ontology.void
Properties.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 TypeMethodDescriptionvoid
JenaProperties.addProperties
(NamedResource individual, URI context, Map<Assertion, Set<Value<?>>> properties) void
JenaProperties.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.RDFNode
JenaUtils.valueToRdfNode
(Assertion assertion, Value<T> value) Transforms the specifiedValue
to 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 TypeMethodDescriptionvoid
OwlapiProperties.addProperties
(NamedResource individual, URI context, Map<Assertion, Set<Value<?>>> properties) void
OwlapiProperties.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 TypeMethodDescriptionvoid
Rdf4jProperties.addProperties
(NamedResource individual, URI context, Map<Assertion, Set<Value<?>>> properties) void
Rdf4jProperties.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.Value
ValueConverter.toRdf4jValue
(Assertion assertion, Value<?> val)