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 TripleCollectorpublic void addTriple(int index,
Triple triple)
addTriple in interface TripleCollectorpublic void addTriplePath(TriplePath tPath)
addTriplePath in interface TripleCollectorpublic void addTriplePath(int index,
TriplePath tPath)
addTriplePath in interface TripleCollectorpublic int mark()
mark in interface TripleCollectorLicenced under the Apache License, Version 2.0