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

All Superinterfaces:
TripleCollector
All Known Implementing Classes:
ElementPathBlock, ElementTriplesBlock, QuadDataAcc, TripleCollectorBGP

public interface TripleCollectorMark
extends TripleCollector


Method Summary
 void addTriple(int index, Triple t)
           
 void addTriplePath(int index, TriplePath tPath)
           
 int mark()
           
 
Methods inherited from interface com.hp.hpl.jena.sparql.syntax.TripleCollector
addTriple, addTriplePath
 

Method Detail

mark

int mark()

addTriple

void addTriple(int index,
               Triple t)

addTriplePath

void addTriplePath(int index,
                   TriplePath tPath)


Licenced under the Apache License, Version 2.0