public interface TripleTable extends TupleTable<Triple>
Triples.| 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, deletebegin, commit, endjava.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()
TupleTableclear in interface TupleTable<Triple>Licenced under the Apache License, Version 2.0