public class QuadAcc extends Object implements TripleCollector
Constructor and Description |
---|
QuadAcc() |
Modifier and Type | Method and Description |
---|---|
void |
addQuad(Quad quad) |
void |
addTriple(int index,
Triple triple) |
void |
addTriple(Triple triple) |
void |
addTriplePath(int index,
TriplePath tPath) |
void |
addTriplePath(TriplePath tPath) |
boolean |
equals(Object other) |
Node |
getGraph() |
List<Quad> |
getQuads() |
int |
hashCode() |
int |
mark() |
void |
setGraph(Node n) |
public void setGraph(Node n)
public Node getGraph()
public void addQuad(Quad quad)
public void addTriple(Triple triple)
addTriple
in interface TripleCollector
public void addTriple(int index, Triple triple)
addTriple
in interface TripleCollector
public void addTriplePath(TriplePath tPath)
addTriplePath
in interface TripleCollector
public void addTriplePath(int index, TriplePath tPath)
addTriplePath
in interface TripleCollector
public int mark()
mark
in interface TripleCollector
Licenced under the Apache License, Version 2.0