|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.vrspace.neurogrid.NGObject
org.vrspace.neurogrid.UriTriple
Triplet containing subject (Keyword), predicate and object (Uri).
| Field Summary | |
Keyword |
keyword
|
Predicate |
predicate
|
Uri |
uri
|
| Fields inherited from class org.vrspace.neurogrid.NGObject |
db, db_id |
| Constructor Summary | |
UriTriple()
|
|
UriTriple(Uri uri,
Predicate predicate,
Keyword keyword)
|
|
| Method Summary | |
NGObject |
next()
Returns next element. |
java.lang.String |
toString()
Returns string containing id and name of this record |
| Methods inherited from class org.vrspace.neurogrid.NGObject |
deleteStatement, fieldIterator, fieldIterator, fromText, getID, getTable, init, insertStatement, nullify, stringify, stringify, toText, updateStatement, verify |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public Uri uri
public Predicate predicate
public Keyword keyword
| Constructor Detail |
public UriTriple()
public UriTriple(Uri uri,
Predicate predicate,
Keyword keyword)
| Method Detail |
public NGObject next()
next in class NGObjectpublic java.lang.String toString()
NGObject
toString in class NGObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||