java.lang.Object
org.apache.jena.sparql.util.graph.FindableCollection
- All Implemented Interfaces:
Findable
-
Constructor Details
-
FindableCollection
-
-
Method Details
-
find
Description copied from interface:FindableReturn 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
Description copied from interface:FindableReturn whether any triple matches the (s,p,o) pattern. Each element of(s,p,o)can be concrete, or the wildcardNode.ANY.
-