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
Modifier and TypeMethodDescriptionvoidaddTriple(int index, org.apache.jena.graph.Triple triple) voidaddTriplePath(int index, TriplePath tPath) booleangetQuads()inthashCode()intmark()Methods inherited from class org.apache.jena.sparql.modify.request.QuadAccSink
addQuad, addTriple, addTriplePath, close, getGraph, setGraphMethods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, waitMethods 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:
markin interfaceTripleCollector
-
addTriple
public void addTriple(int index, org.apache.jena.graph.Triple triple) - Specified by:
addTriplein interfaceTripleCollector
-
addTriplePath
- Specified by:
addTriplePathin interfaceTripleCollector
-