|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openanzo.common.rdb.query.BlankNode
public class BlankNode
BlankNode Term for Anzo Glitter mapping
| Constructor Summary | |
|---|---|
BlankNode(org.openrdf.model.BNode value)
Create a new BlankNode for the given Anzo BNode |
|
BlankNode(CompositeNodeLayout nodeLayout,
long id)
Create a new BlankNode for the given ID |
|
| Method Summary | |
|---|---|
int |
compareTo(TriplePatternComponent o)
Compares to TriplePatternComponents for ordering. |
boolean |
equals(java.lang.Object other)
|
long |
getId()
Get the ID of this node in the database |
org.openrdf.model.Value |
getValue()
Get the Value representation of this term |
void |
populateData()
Lookup the BNodes ID in the database |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BlankNode(org.openrdf.model.BNode value)
value - Anzo BNode value
public BlankNode(CompositeNodeLayout nodeLayout,
long id)
nodeLayout - layout where value is storedid - ID of value in DB| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object other)
equals in interface TriplePatternComponentequals in class java.lang.Objectpublic long getId()
IRdbTerm
getId in interface IRdbTermpublic void populateData()
public org.openrdf.model.Value getValue()
IRdbTerm
getValue in interface IRdbTermpublic int compareTo(TriplePatternComponent o)
TriplePatternComponent
compareTo in interface java.lang.Comparable<TriplePatternComponent>compareTo in interface TriplePatternComponentTriplePatternComponent.equals(Object) is
true, and 1 otherwise.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||