initialconditions
Class InitialConditionSet

java.lang.Object
  extended byinitialconditions.InitialConditionSet

public class InitialConditionSet
extends java.lang.Object


Constructor Summary
InitialConditionSet()
           
 
Method Summary
 float getDefaultInitialValue(int node_num)
           
protected  void loadParameter(java.lang.String init_name, BetterTokenizer tokenizer)
           
 void loadParameters(BetterTokenizer tokenizer, Network net)
           
 void setDefaultInitialValue(int node_num, float value, Cell[] cells)
           
 void setFrom(Cell[] cells)
           
 void setFrom(Cell[] cells, boolean takePresentValue)
           
 void setModel(Cell[] cells)
           
 void setNetwork(Network net)
           
 void toString(java.io.PrintWriter pw, java.lang.String indent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InitialConditionSet

public InitialConditionSet()
Method Detail

setNetwork

public void setNetwork(Network net)

setModel

public void setModel(Cell[] cells)

setFrom

public void setFrom(Cell[] cells)

setFrom

public void setFrom(Cell[] cells,
                    boolean takePresentValue)

loadParameters

public void loadParameters(BetterTokenizer tokenizer,
                           Network net)
                    throws java.lang.Exception
Throws:
java.lang.Exception

loadParameter

protected void loadParameter(java.lang.String init_name,
                             BetterTokenizer tokenizer)
                      throws java.lang.Exception
Throws:
java.lang.Exception

getDefaultInitialValue

public float getDefaultInitialValue(int node_num)

setDefaultInitialValue

public void setDefaultInitialValue(int node_num,
                                   float value,
                                   Cell[] cells)

toString

public void toString(java.io.PrintWriter pw,
                     java.lang.String indent)