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
Constructors -
Method Summary
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
- Specified by:
addTriple
in interfaceTripleCollectorMark
-
addTriplePath
- Specified by:
addTriplePath
in interfaceTripleCollectorMark
-