java.lang.Object
org.apache.jena.sparql.syntax.TripleCollectorBGP
- All Implemented Interfaces:
TripleCollector
,TripleCollectorMark
A triples-only TripleCollector.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addTriple
(int index, org.apache.jena.graph.Triple t) void
addTriple
(org.apache.jena.graph.Triple t) void
addTriplePath
(int index, TriplePath path) void
addTriplePath
(TriplePath path) getBGP()
int
mark()
-
Constructor Details
-
TripleCollectorBGP
public TripleCollectorBGP()
-
-
Method Details
-
getBGP
-
addTriple
public void addTriple(org.apache.jena.graph.Triple t) - Specified by:
addTriple
in interfaceTripleCollector
-
mark
public int mark()- Specified by:
mark
in interfaceTripleCollectorMark
-
addTriple
public void addTriple(int index, org.apache.jena.graph.Triple t) - Specified by:
addTriple
in interfaceTripleCollectorMark
-
addTriplePath
- Specified by:
addTriplePath
in interfaceTripleCollector
-
addTriplePath
- Specified by:
addTriplePath
in interfaceTripleCollectorMark
-