java.lang.Object
org.apache.jena.mem.FieldFilter
A class that encapsulates a filter on fields on a triple.
The filter is a predicate that takes a triple and returns true if it passes the filter and false otherwise.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic FieldFilter
filterOn
(Triple.Field f1, Node n1, Triple.Field f2, Node n2) boolean
-
Field Details
-
EMPTY
-
-
Method Details
-
hasFilter
public boolean hasFilter() -
getFilter
-
filterOn
-