public interface Finder
Modifier and Type | Method and Description |
---|---|
boolean |
contains(TriplePattern pattern)
Return true if the given pattern occurs somewhere in the find sequence.
|
com.hp.hpl.jena.util.iterator.ExtendedIterator<Triple> |
find(TriplePattern pattern)
Basic pattern lookup interface.
|
com.hp.hpl.jena.util.iterator.ExtendedIterator<Triple> |
findWithContinuation(TriplePattern pattern,
Finder continuation)
Extended find interface used in situations where the implementator
may or may not be able to answer the complete query.
|
com.hp.hpl.jena.util.iterator.ExtendedIterator<Triple> find(TriplePattern pattern)
pattern
- a TriplePattern to be matched against the datacom.hp.hpl.jena.util.iterator.ExtendedIterator<Triple> findWithContinuation(TriplePattern pattern, Finder continuation)
pattern
- a TriplePattern to be matched against the datacontinuation
- either a Finder or a normal Graph which
will be asked for additional match results if the implementor
may not have completely satisfied the query.boolean contains(TriplePattern pattern)
Copyright ? 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP