gov.nasa.javaGenes.weightNetwork
Class Weight
java.lang.Object
gov.nasa.javaGenes.weightNetwork.UpdateAndPropagatable
gov.nasa.javaGenes.weightNetwork.Weight
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- AccessWindowWeight, TaskWeight
- public class Weight
- extends UpdateAndPropagatable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
weight
protected float weight
weightList
protected WeightList weightList
next
protected Weight next
previous
protected Weight previous
Weight
public Weight()
setNext
public void setNext(Weight n)
getNext
public Weight getNext()
setPrevious
public void setPrevious(Weight p)
getPrevious
public Weight getPrevious()
getWeight
public float getWeight()
setWeight
protected void setWeight(float f)
setWeightAndPropagate
public void setWeightAndPropagate(float f)
reinitialize
public void reinitialize()
weightChanged
public void weightChanged(float oldWeight,
float newWeight)
removeFromWeightList
public void removeFromWeightList()
setWeightList
public void setWeightList(WeightList inWeightList)
getWeightList
public WeightList getWeightList()