public class TripleCollectorBGP extends Object implements TripleCollectorMark
Constructor and Description |
---|
TripleCollectorBGP() |
Modifier and Type | Method and Description |
---|---|
void |
addTriple(int index,
Triple t) |
void |
addTriple(Triple t) |
void |
addTriplePath(int index,
TriplePath path) |
void |
addTriplePath(TriplePath path) |
BasicPattern |
getBGP() |
int |
mark() |
public BasicPattern getBGP()
public void addTriple(Triple t)
addTriple
in interface TripleCollector
public int mark()
mark
in interface TripleCollectorMark
public void addTriple(int index, Triple t)
addTriple
in interface TripleCollectorMark
public void addTriplePath(TriplePath path)
addTriplePath
in interface TripleCollector
public void addTriplePath(int index, TriplePath path)
addTriplePath
in interface TripleCollectorMark
Licenced under the Apache License, Version 2.0