edu.turtlekit2.kernel.environment
Class Flavor
java.lang.Object
edu.turtlekit2.kernel.environment.Flavor
public final class Flavor
- extends Object
Numeric patch variable with evaporation and diffusion properties. USed by launcher.
DEPRECATED:
Use this class to create a numeric patch variable "flavor" (double). Having created one,
you can set its evaporation and diffusion coefficients to a specific percentage
(0 <= coef <= 1). You can also give a default value for this flavor (when the simualtion
starts each patch has its own flavor with the given default value).
Evaporation simply consists in deacrease the value.
Diffusion makes each patch share a percentage of a value with
its eight neighboring patches.
- Version:
- 1.0 - 6/2008
- Author:
- F. Michel, G. Beurier
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Flavor
public Flavor(String name)
setEvaporation
public final void setEvaporation(double evapCoef)
setDiffuseCoef
public final void setDiffuseCoef(double diffuseCoef)
setDefaultValue
public final void setDefaultValue(double defaultValue)
getName
public String getName()
- Returns:
- Returns the n.