public interface Findable
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(Node s,
Node p,
Node o)
Return whether any triple matches the (s,p,o) pattern.
|
default int |
count(Node s,
Node p,
Node o)
Return the number of triples matching the (s,p,o) pattern.
|
Iterator<Triple> |
find(Node s,
Node p,
Node o)
Return an iterator over all triples matching the
(s,p,o) pattern. |
Iterator<Triple> find(Node s, Node p, Node o)
(s,p,o) pattern.
Each element of (s,p,o) can be concrete, or the wildcard Node.ANY.boolean contains(Node s, Node p, Node o)
(s,p,o) can be concrete, or the wildcard Node.ANY.Licenced under the Apache License, Version 2.0