Class ConstantLayer

  • All Implemented Interfaces:
    it.unibo.alchemist.model.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.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      ConstantLayer(T level)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      T getValue(P p)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ConstantLayer

        ConstantLayer(T level)
        Parameters:
        level - the concentration