Class TripleMatchFilter
java.lang.Object
org.aksw.jena_sparql_api.core.utils.TripleMatchFilter
- All Implemented Interfaces:
Predicate<org.apache.jena.graph.Triple>
Backport of the triple match filter ; simply because it was referenced
in one place
- Author:
- raven
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTripleMatchFilter(org.apache.jena.graph.Triple tMatch) Creates new TripleMatchFilter -
Method Summary
-
Field Details
-
tMatch
protected final org.apache.jena.graph.Triple tMatch
-
-
Constructor Details
-
TripleMatchFilter
public TripleMatchFilter(org.apache.jena.graph.Triple tMatch) Creates new TripleMatchFilter
-
-
Method Details