neuroidnet.ntr
Class Synapse.Weight

java.lang.Object
  |
  +--java.util.Observable
        |
        +--edu.ull.cgunay.plots.Profilable
              |
              +--neuroidnet.ntr.Synapse.Weight
All Implemented Interfaces:
Cloneable, Serializable
Enclosing class:
Synapse

class Synapse.Weight
extends Profilable
implements Serializable


Field Summary
(package private)  double value
           
 
Fields inherited from class java.util.Observable
 
Constructor Summary
(package private) Synapse.Weight()
           
 
Method Summary
 double doubleValue()
           
 double getValue()
          Get the value.
 void setValue(double v)
          Set the value of weight.
 
Methods inherited from class edu.ull.cgunay.plots.Profilable
getClone
 
Methods inherited from class java.util.Observable
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

double value
Constructor Detail

Synapse.Weight

Synapse.Weight()
Method Detail

getValue

public double getValue()
Get the value.

Returns:
value

setValue

public void setValue(double v)
Set the value of weight. Maximum allowed value is determined by constant maxWeight.

Parameters:
v - Value to assign to weight.
See Also:
Synapse.maxWeight

doubleValue

public double doubleValue()
Specified by:
doubleValue in class Profilable