|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hp.hpl.jena.util.iterator.Filter<Triple>
com.hp.hpl.jena.graph.TripleMatchFilter
public class 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 class com.hp.hpl.jena.util.iterator.Filter |
|---|
any |
| Constructor Summary | |
|---|---|
TripleMatchFilter(Triple tMatch)
Creates new TripleMatchFilter |
|
| Method Summary | |
|---|---|
boolean |
accept(Triple t)
The object is wanted. |
| Methods inherited from class com.hp.hpl.jena.util.iterator.Filter |
|---|
and, any, filterKeep, isAny |
| 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(Triple t)
accept in class com.hp.hpl.jena.util.iterator.Filter<Triple>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 | |||||||||