Modifier and Type | Field and Description |
---|---|
Collection<Property> |
m_preds |
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)
preds
public OntTools.PredicatesFilter(Property[] preds)
preds
public OntTools.PredicatesFilter(Property pred)
pred
public boolean accept(Statement s)
com.hp.hpl.jena.util.iterator.Filter
o
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>
Copyright ? 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP