- All Known Implementing Classes:
FindableCollection
public interface Findable
Minimal interface to find by pattern
-
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn whether any triple matches the (s,p,o) pattern.default intReturn the number of triples matching the (s,p,o) pattern.Return an iterator over all triples matching the(s,p,o)pattern.
-
Method Details
-
find
Return an iterator over all triples matching the(s,p,o)pattern. Each element of(s,p,o)can be concrete, or the wildcardNode.ANY. -
contains
Return whether any triple matches the (s,p,o) pattern. Each element of(s,p,o)can be concrete, or the wildcardNode.ANY. -
count
Return the number of triples matching the (s,p,o) pattern.
-