|
||||||||||
| 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
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(java.lang.Object t)
The object is wanted. |
| Methods inherited from class com.hp.hpl.jena.util.iterator.Filter |
|---|
and, filterKeep |
| 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 class Filtert - 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 | |||||||||