|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.hp.hpl.jena.graph.TripleMatchFilter
A class to turn a triple (treated as a pattern) into a Filter. It used to take a TripleMatch but those are obsolete.
Field Summary |
Fields inherited from interface com.hp.hpl.jena.util.iterator.Filter |
any |
Constructor Summary | |
TripleMatchFilter(Triple tMatch)
Creates new TripleMatchFilter |
Method Summary | |
boolean |
accept(java.lang.Object t)
The object is wanted. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TripleMatchFilter(Triple tMatch)
Method Detail |
public boolean accept(java.lang.Object t)
accept
in interface Filter
t
- The object to accept or reject. Must be a Triple
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |