Class ConstantLayer
-
- All Implemented Interfaces:
-
it.unibo.alchemist.model.interfaces.Layer
,java.io.Serializable
public final class ConstantLayer<T, P extends Position<out P>> implements Layer<T, P>
a Layer where the concentration is the same at every point in space.
-
-
Constructor Summary
Constructors Constructor Description ConstantLayer(T level)
-