java.lang.Object
org.apache.jena.sparql.modify.request.QuadAccSink
org.apache.jena.sparql.modify.request.QuadDataAccSink
org.apache.jena.sparql.modify.request.QuadDataAcc
- All Implemented Interfaces:
org.apache.jena.atlas.lib.Closeable
,TripleCollector
,TripleCollectorMark
Accumulate quads (excluding allowing variables) during parsing.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addTriple
(int index, org.apache.jena.graph.Triple triple) void
addTriplePath
(int index, TriplePath tPath) boolean
getQuads()
int
hashCode()
int
mark()
Methods inherited from class org.apache.jena.sparql.modify.request.QuadAccSink
addQuad, addTriple, addTriplePath, close, getGraph, setGraph
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.jena.sparql.syntax.TripleCollector
addTriple, addTriplePath
-
Constructor Details
-
QuadDataAcc
public QuadDataAcc() -
QuadDataAcc
-
-
Method Details
-
getQuads
-
hashCode
public int hashCode() -
equals
-
mark
public int mark()- Specified by:
mark
in interfaceTripleCollectorMark
-
addTriple
public void addTriple(int index, org.apache.jena.graph.Triple triple) - Specified by:
addTriple
in interfaceTripleCollectorMark
-
addTriplePath
- Specified by:
addTriplePath
in interfaceTripleCollectorMark
-