turtlekit.kernel
Class Flavor
java.lang.Object
turtlekit.kernel.Flavor
public final class Flavor
- extends java.lang.Object
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.2 4/1/2001
- Author:
- Fabien MICHEL
Constructor Summary |
Flavor(java.lang.String name)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Flavor
public Flavor(java.lang.String name)
setEvaporation
public final void setEvaporation(double evapCoef)
setDiffuseCoef
public final void setDiffuseCoef(double diffuseCoef)
setDefaultValue
public final void setDefaultValue(double defaultValue)
Copyright © Madkit Team (O. Gutknecht, J. Ferber, F. Michel et al.) All Rights Reserved.