- All Superinterfaces:
TransactionalComponent
,TupleTable<org.apache.jena.graph.Triple>
- All Known Implementing Classes:
PMapTripleTable
,TriTable
A simplex or multiplex table of
Triple
s.-
Method Summary
Methods inherited from interface org.apache.jena.sparql.core.mem.TransactionalComponent
begin, commit, end
Methods inherited from interface org.apache.jena.sparql.core.mem.TupleTable
abort, add, delete
-
Method Details
-
find
Stream<org.apache.jena.graph.Triple> find(org.apache.jena.graph.Node s, org.apache.jena.graph.Node p, org.apache.jena.graph.Node o) Search the table using a pattern of slots.Node.ANY
ornull
will work as a wildcard.- Parameters:
s
- the subject node of the patternp
- the predicate node of the patterno
- the object node of the pattern- Returns:
- an
Stream
of matched triples
-
clear
default void clear()Description copied from interface:TupleTable
Clear all tuples from this table.- Specified by:
clear
in interfaceTupleTable<org.apache.jena.graph.Triple>
-