initialconditions
Class CellIC
java.lang.Object
initialconditions.InitialCondition
initialconditions.CellIC
- public class CellIC
- extends InitialCondition
Constructor Summary |
CellIC()
|
CellIC(java.lang.String n,
float iv,
int x,
int y)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
noiseAware
public final boolean noiseAware
- See Also:
- Constant Field Values
CellIC
public CellIC()
CellIC
public CellIC(java.lang.String n,
float iv,
int x,
int y)
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