public class CRQuad extends Object
Constructor and Description |
---|
CRQuad(de.fuberlin.wiwiss.ng4j.Quad quad,
double quality,
Collection<String> sourceNamedGraphURIs) |
Modifier and Type | Method and Description |
---|---|
de.fuberlin.wiwiss.ng4j.Quad |
getQuad()
Return the wrapped quad.
|
double |
getQuality()
Return quality of the wrapped quad.
|
Collection<String> |
getSourceNamedGraphURIs()
Collection of URIs of named graphs the triple is derived from.
|
String |
toString()
Return a human-readable string "graphname { s p o .
|
public CRQuad(de.fuberlin.wiwiss.ng4j.Quad quad, double quality, Collection<String> sourceNamedGraphURIs)
quad
- an RDF quad to wrap; must not be nullquality
- quality estimate of the wrapped quadsourceNamedGraphURIs
- collection of named graphs the quad is derived from;
must not be nullpublic final de.fuberlin.wiwiss.ng4j.Quad getQuad()
public final double getQuality()
public final Collection<String> getSourceNamedGraphURIs()
Copyright © 2013. All Rights Reserved.