com.hp.hpl.jena.sparql.syntax
Interface TripleCollector
- All Known Implementing Classes:
- ElementPathBlock, ElementTriplesBlock, QuadAcc, QuadDataAcc, TripleCollectorBGP
public interface TripleCollector
addTriple
void addTriple(com.hp.hpl.jena.graph.Triple t)
mark
int mark()
addTriple
void addTriple(int index,
com.hp.hpl.jena.graph.Triple t)
addTriplePath
void addTriplePath(TriplePath tPath)
addTriplePath
void addTriplePath(int index,
TriplePath tPath)
Licenced under the Apache License, Version 2.0