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 TypeInterfaceDescriptioninterfaceA simplex or multiplex table ofQuads.interfaceA simplex or multiplex table ofTriples.Classes in org.apache.jena.sparql.core.mem that implement TupleTableModifier and TypeClassDescriptionclassA six-wayQuadTableusing all of the available forms inQuadTableForm.classOrderedTupleTable<TupleType,ConsumerType> A table ofTupleTypetuples that uses an internal order recorded viaTupleMap.classAn implementation ofQuadTablebased on the use of nestedPMaps.classATripleTableemploying persistent maps to index triples in one particular slot order (e.g.classPMapTupleTable<TupleMapType,TupleType, ConsumerType> A partial implementation ofTupleTablethat contains some common state management.classA three-wayTripleTableusing all of the available forms inTripleTableForm.