org.vrspace.neurogrid
Class Weight

java.lang.Object
  extended byorg.vrspace.neurogrid.NGObject
      extended byorg.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()
Specified by:
next in class NGObject