com.hp.hpl.jena.sparql.syntax
Interface TripleCollector

All Known Implementing Classes:
ElementPathBlock, ElementTriplesBlock, QuadAcc, QuadDataAcc, TripleCollectorBGP

public interface TripleCollector


Method Summary
 void addTriple(int index, com.hp.hpl.jena.graph.Triple t)
           
 void addTriple(com.hp.hpl.jena.graph.Triple t)
           
 void addTriplePath(int index, TriplePath tPath)
           
 void addTriplePath(TriplePath tPath)
           
 int mark()
           
 

Method Detail

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