com.hp.hpl.jena.sparql.syntax
Class TripleCollectorBGP
java.lang.Object
com.hp.hpl.jena.sparql.syntax.TripleCollectorBGP
- All Implemented Interfaces:
- TripleCollector
public class TripleCollectorBGP
- extends java.lang.Object
- implements TripleCollector
A triples-only TripleCollector.
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TripleCollectorBGP
public TripleCollectorBGP()
getBGP
public BasicPattern getBGP()
addTriple
public void addTriple(com.hp.hpl.jena.graph.Triple t)
- Specified by:
addTriple in interface TripleCollector
mark
public int mark()
- Specified by:
mark in interface TripleCollector
addTriple
public void addTriple(int index,
com.hp.hpl.jena.graph.Triple t)
- Specified by:
addTriple in interface TripleCollector
addTriplePath
public void addTriplePath(TriplePath path)
- Specified by:
addTriplePath in interface TripleCollector
addTriplePath
public void addTriplePath(int index,
TriplePath path)
- Specified by:
addTriplePath in interface TripleCollector
Copyright ? 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP Copyright ? 2010 Talis Systems Ltd. Copyright ? 2010, 2011 Epimorphics Ltd.