public static class OntTools.PredicatesFilter extends com.hp.hpl.jena.util.iterator.Filter<Statement>
| Modifier and Type | Field and Description |
|---|---|
Collection<Property> |
m_preds |
any| Constructor and Description |
|---|
OntTools.PredicatesFilter(Collection<Property> preds)
Accept statements with any predicate from
preds |
OntTools.PredicatesFilter(Property pred)
Accept statements with predicate
pred |
OntTools.PredicatesFilter(Property[] preds)
Accept statements with any predicate from
preds |
public Collection<Property> m_preds
public OntTools.PredicatesFilter(Collection<Property> preds)
predspublic OntTools.PredicatesFilter(Property[] preds)
predspublic OntTools.PredicatesFilter(Property pred)
predpublic boolean accept(Statement s)
com.hp.hpl.jena.util.iterator.Filtero is acceptable. This method
may also throw an exception if the argument is of a wrong type; it
is not required to return false in such a case.accept in class com.hp.hpl.jena.util.iterator.Filter<Statement>Licenced under the Apache License, Version 2.0