|
|||||||||
| Home >> All >> org >> vrspace >> [ neurogrid overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.vrspace.neurogrid
Class Weight

java.lang.Objectorg.vrspace.neurogrid.NGObject
org.vrspace.neurogrid.Weight
- public class Weight
- extends NGObject
| 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 |
triple
public UriTriple triple
| Constructor Detail |
Weight
public Weight()
Weight
public Weight(UriTriple triple)
| Method Detail |
update
public void update(Event ev)
- This is supposed to sum Events...
get
public java.lang.Double get()
- This is supposed to retreive this weight value
next
public NGObject next()
|
|||||||||
| Home >> All >> org >> vrspace >> [ neurogrid overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC