Uses of Interface
org.aksw.jena_sparql_api.dboe.QuadTableCore
Packages that use QuadTableCore
-
Uses of QuadTableCore in org.aksw.jena_sparql_api.dboe
Classes in org.aksw.jena_sparql_api.dboe that implement QuadTableCoreModifier and TypeClassDescriptionclassA diff based StorageRDF similar to the Delta graphclassclassA simple implementation of a QuadTableCore using nested mapsclassA forwarding QuadTable that hides graphs based on a predicate.classForwarding QuadTableCore that additionally tracks quads in a collection (typically a LinkedHashSet) Calling .find() with Node.ANY in all places yields a stream from the collection insteadFields in org.aksw.jena_sparql_api.dboe declared as QuadTableCoreModifier and TypeFieldDescriptionprotected QuadTableCoreQuadTableCoreDiff.additionsprotected QuadTableCoreQuadTableWithInsertOrderPreservation.delegateprotected QuadTableCoreQuadTableCoreDiff.deletionsprotected QuadTableCoreQuadTableCoreDiff.masterprotected QuadTableCoreQuadTableWithHiddenGraphs.quadTableprotected QuadTableCoreStorageRDFBasic.quadTableprotected QuadTableCoreTripleTableCoreFromQuadTable.quadTableFields in org.aksw.jena_sparql_api.dboe with type parameters of type QuadTableCoreModifier and TypeFieldDescriptionprotected AtomicReference<QuadTableCore>QuadTableFromNestedMaps.masterMethods in org.aksw.jena_sparql_api.dboe that return QuadTableCoreModifier and TypeMethodDescriptionStorageRDFBasic.getQuadTable()protected QuadTableCoreQuadTableFromNestedMaps.newQuadStore()Methods in org.aksw.jena_sparql_api.dboe that return types with arguments of type QuadTableCoreModifier and TypeMethodDescriptionprotected AtomicReference<QuadTableCore>QuadTableFromNestedMaps.master()Methods in org.aksw.jena_sparql_api.dboe with parameters of type QuadTableCoreModifier and TypeMethodDescriptionstatic voidQuadTableCoreDiff.applyDiff(QuadTableCore target, QuadTableCore additions, QuadTableCore deletions) static org.apache.jena.dboe.storage.StorageRDFStorageRDFBasic.createWithQuadsOnly(QuadTableCore quadTable) Create an instance of this class using only a single quadTable that will hold triples and quads.Constructors in org.aksw.jena_sparql_api.dboe with parameters of type QuadTableCoreModifierConstructorDescriptionQuadTableCoreDiff(QuadTableCore master, QuadTableCore additions, QuadTableCore deletions) QuadTableWithHiddenGraphs(QuadTableCore quadTable, Predicate<org.apache.jena.graph.Node> hiddenGraph) QuadTableWithInsertOrderPreservation(QuadTableCore delegate, Set<org.apache.jena.sparql.core.Quad> collection) StorageRDFBasic(TripleTableCore tripleTable, QuadTableCore quadTable) TripleTableCoreFromQuadTable(QuadTableCore quadTable, org.apache.jena.graph.Node graphNode)