JavaGenes, NASA Ames. Written largely by Al Globus

gov.nasa.javaGenes.weightNetwork
Class UpdateAndPropagateList

java.lang.Object
  extended bygov.nasa.alsUtility.GrowOnlyArray
      extended bygov.nasa.javaGenes.weightNetwork.UpdateAndPropagateList
All Implemented Interfaces:
java.io.Serializable

public class UpdateAndPropagateList
extends GrowOnlyArray
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
static int GROW_BY
           
static int INITIAL_SIZE
           
protected  int which
           
 
Fields inherited from class gov.nasa.alsUtility.GrowOnlyArray
array, currentSize, DEFAULT_GROWBY, DEFAULT_INITIAL_SIZE, growBy
 
Constructor Summary
UpdateAndPropagateList()
           
UpdateAndPropagateList(int inWhich)
          used when same objects in multiple lists with different processing
 
Method Summary
 UpdateAndPropagatable getUpdateAndPropagatable(int i)
           
 void updateAndPropagate()
           
 
Methods inherited from class gov.nasa.alsUtility.GrowOnlyArray
add, get, grow, reinitialize, size
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

which

protected int which

INITIAL_SIZE

public static final int INITIAL_SIZE
See Also:
Constant Field Values

GROW_BY

public static final int GROW_BY
See Also:
Constant Field Values
Constructor Detail

UpdateAndPropagateList

public UpdateAndPropagateList()

UpdateAndPropagateList

public UpdateAndPropagateList(int inWhich)
used when same objects in multiple lists with different processing

Method Detail

updateAndPropagate

public void updateAndPropagate()

getUpdateAndPropagatable

public UpdateAndPropagatable getUpdateAndPropagatable(int i)

JavaGenes, NASA Ames. Written largely by Al Globus