Uses of Interface
org.eclipse.rdf4j.sail.nativerdf.model.NativeValue
-
Packages that use NativeValue Package Description org.eclipse.rdf4j.sail.nativerdf The Native Store.org.eclipse.rdf4j.sail.nativerdf.model Native implementations of the RDF Model interfaces. -
-
Uses of NativeValue in org.eclipse.rdf4j.sail.nativerdf
Methods in org.eclipse.rdf4j.sail.nativerdf with type parameters of type NativeValue Modifier and Type Method Description <T extends NativeValue & IRI>
TValueStore. getIRI(int id)
Gets the IRI for the specified ID.<T extends NativeValue & Resource>
TValueStore. getResource(int id)
Gets the Resource for the specified ID.Methods in org.eclipse.rdf4j.sail.nativerdf that return NativeValue Modifier and Type Method Description NativeValue
ValueStore. getNativeValue(Value value)
NativeValue
ValueStore. getValue(int id)
Gets the value for the specified ID. -
Uses of NativeValue in org.eclipse.rdf4j.sail.nativerdf.model
Subinterfaces of NativeValue in org.eclipse.rdf4j.sail.nativerdf.model Modifier and Type Interface Description interface
NativeResource
Classes in org.eclipse.rdf4j.sail.nativerdf.model that implement NativeValue Modifier and Type Class Description class
CorruptIRI
CorruptIRI is used when a NativeValue cannot be read from the ValueStore and if soft failure is enabledclass
CorruptIRIOrBNode
CorruptIRIOrBNode is used when a NativeValue cannot be read from the ValueStore and if soft failure is enabledclass
CorruptLiteral
CorruptLiteral is used when a NativeValue cannot be read from the ValueStore and if soft failure is enabledclass
CorruptUnknownValue
CorruptUnknownValue is used when a NativeValue cannot be read from the ValueStore and if soft failure is enabledclass
CorruptValue
CorruptValue is used when a NativeValue cannot be read from the ValueStore and if soft failure is enabledclass
NativeBNode
class
NativeIRI
class
NativeLiteral
-