- All Known Subinterfaces:
TripleCollectorMark
- All Known Implementing Classes:
ElementPathBlock
,ElementTriplesBlock
,QuadAcc
,QuadAccSink
,QuadDataAcc
,QuadDataAccSink
,TripleCollectorBGP
public interface TripleCollector
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
addTriple
(int index, org.apache.jena.graph.Triple t) void
addTriple
(org.apache.jena.graph.Triple t) default void
addTriplePath
(int index, TriplePath tPath) void
addTriplePath
(TriplePath tPath) default int
mark()
-
Method Details
-
addTriple
void addTriple(org.apache.jena.graph.Triple t) -
addTriplePath
-
mark
default int mark() -
addTriple
default void addTriple(int index, org.apache.jena.graph.Triple t) -
addTriplePath
-