JavaGenes, NASA Ames. Written largely by Al Globus

gov.nasa.javaGenes.weightNetwork
Class UpdateAndPropagatable

java.lang.Object
  extended bygov.nasa.javaGenes.weightNetwork.UpdateAndPropagatable
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
Weight, WeightList

public abstract class UpdateAndPropagatable
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
protected  boolean needToUpdateAndPropagate
           
 
Constructor Summary
UpdateAndPropagatable()
           
 
Method Summary
 boolean mustToUpdateAndPropagate()
           
 void startUpdateAndPropagate()
           
 void updateAndPropagate(int which)
           
 void updateAndPropagateDone()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

needToUpdateAndPropagate

protected boolean needToUpdateAndPropagate
Constructor Detail

UpdateAndPropagatable

public UpdateAndPropagatable()
Method Detail

startUpdateAndPropagate

public void startUpdateAndPropagate()

updateAndPropagateDone

public void updateAndPropagateDone()

mustToUpdateAndPropagate

public boolean mustToUpdateAndPropagate()

updateAndPropagate

public void updateAndPropagate(int which)

JavaGenes, NASA Ames. Written largely by Al Globus