Uses of Interface
org.apache.jena.sparql.core.mem.TupleTable
Packages that use TupleTable
-
Uses of TupleTable in org.apache.jena.sparql.core.mem
Subinterfaces of TupleTable in org.apache.jena.sparql.core.memModifier and TypeInterfaceDescriptioninterface
A simplex or multiplex table ofQuad
s.interface
A simplex or multiplex table ofTriple
s.Classes in org.apache.jena.sparql.core.mem that implement TupleTableModifier and TypeClassDescriptionclass
A six-wayQuadTable
using all of the available forms inQuadTableForm
.class
OrderedTupleTable<TupleType,
ConsumerType> A table ofTupleType
tuples that uses an internal order recorded viaTupleMap
.class
An implementation ofQuadTable
based on the use of nestedPMap
s.class
ATripleTable
employing persistent maps to index triples in one particular slot order (e.g.class
PMapTupleTable<TupleMapType,
TupleType, ConsumerType> A partial implementation ofTupleTable
that contains some common state management.class
A three-wayTripleTable
using all of the available forms inTripleTableForm
.