|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openanzo.common.rdb.layout.Quad
public class Quad
Data structure to hold quads from Glitter
| Constructor Summary | |
|---|---|
Quad(IRdbTerm namedGraphTerm,
IRdbTerm subjTerm,
IRdbTerm predTerm,
IRdbTerm objTerm)
Create a new Quad using IRdbTerms |
|
Quad(NodeConverter converter,
long namedGraphId,
long subjId,
long predId,
long objId)
Create a new Quad using IDs |
|
| Method Summary | |
|---|---|
Triple |
asTriple()
Get a new Triple object representing this quad |
IRdbTerm |
getNamedGraphTerm()
Get the namedGraphTerm |
IRdbTerm |
getObjTerm()
Get the objTerm |
IRdbTerm |
getPredTerm()
Get the predTerm |
IRdbTerm |
getSubjTerm()
Get the subjTerm |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Quad(NodeConverter converter,
long namedGraphId,
long subjId,
long predId,
long objId)
converter - Converter that converts between the Glitter and Anzo typesnamedGraphId - stored ID of namedGraphURIsubjId - stored ID of subjectpredId - stored ID of predicateobjId - stored ID of object
public Quad(IRdbTerm namedGraphTerm,
IRdbTerm subjTerm,
IRdbTerm predTerm,
IRdbTerm objTerm)
namedGraphTerm - namedGraph's URIsubjTerm - subject of statementpredTerm - predicate of statementobjTerm - object of statement| Method Detail |
|---|
public Triple asTriple()
public IRdbTerm getNamedGraphTerm()
public IRdbTerm getSubjTerm()
public IRdbTerm getPredTerm()
public IRdbTerm getObjTerm()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||