initialconditions
Class CellIC

java.lang.Object
  extended byinitialconditions.InitialCondition
      extended byinitialconditions.CellIC

public class CellIC
extends InitialCondition


Field Summary
 boolean noiseAware
           
 
Constructor Summary
CellIC()
           
CellIC(java.lang.String n, float iv, int x, int y)
           
 
Method Summary
protected  void loadParameter(java.lang.String info, BetterTokenizer tokenizer)
           
 void print()
           
 void setFrom(Cell[] cells, boolean takePresentValue)
           
 void setModel(Cell[] cells)
           
 void toString(java.io.PrintWriter pw, java.lang.String indent)
           
 
Methods inherited from class initialconditions.InitialCondition
changeValue, getLowerBound, getNodeName, getUpperBound, getValue, loadParameters, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

noiseAware

public final boolean noiseAware
See Also:
Constant Field Values
Constructor Detail

CellIC

public CellIC()

CellIC

public CellIC(java.lang.String n,
              float iv,
              int x,
              int y)
Method Detail

setModel

public void setModel(Cell[] cells)
Overrides:
setModel in class InitialCondition

setFrom

public void setFrom(Cell[] cells,
                    boolean takePresentValue)
             throws java.lang.Exception
Overrides:
setFrom in class InitialCondition
Throws:
java.lang.Exception

print

public void print()
Overrides:
print in class InitialCondition

loadParameter

protected void loadParameter(java.lang.String info,
                             BetterTokenizer tokenizer)
                      throws java.lang.Exception
Overrides:
loadParameter in class InitialCondition
Throws:
java.lang.Exception

toString

public void toString(java.io.PrintWriter pw,
                     java.lang.String indent)
Overrides:
toString in class InitialCondition