|
||||||||||
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.Weight
Field Summary | |
UriTriple |
triple
|
Fields inherited from class org.vrspace.neurogrid.NGObject |
db, db_id |
Constructor Summary | |
Weight()
|
|
Weight(UriTriple triple)
|
Method Summary | |
java.lang.Double |
get()
This is supposed to retreive this weight value |
NGObject |
next()
|
void |
update(Event ev)
This is supposed to sum Events... |
Methods inherited from class org.vrspace.neurogrid.NGObject |
deleteStatement, fieldIterator, fieldIterator, fromText, getID, getTable, init, insertStatement, nullify, stringify, stringify, toString, toText, updateStatement, verify |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public UriTriple triple
Constructor Detail |
public Weight()
public Weight(UriTriple triple)
Method Detail |
public void update(Event ev)
public java.lang.Double get()
public NGObject next()
next
in class NGObject
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |