public interface TripleTable extends TupleTable<Triple>
Triple
s.Modifier and Type | Method and Description |
---|---|
default void |
clear()
Clear all tuples from this table.
|
java.util.stream.Stream<Triple> |
find(Node s,
Node p,
Node o)
Search the table using a pattern of slots.
|
abort, add, delete
begin, commit, end, isInTransaction
java.util.stream.Stream<Triple> find(Node s, Node p, Node o)
Node.ANY
or null
will work as a wildcard.s
- the subject node of the patternp
- the predicate node of the patterno
- the object node of the patternStream
of matched triplesdefault void clear()
TupleTable
clear
in interface TupleTable<Triple>
Licenced under the Apache License, Version 2.0