Class DiffusionProcess

    • Field Detail

      • lasttick

        protected double lasttick
        The last tick.
    • Constructor Detail

      • DiffusionProcess

        public DiffusionProcess()
    • Method Detail

      • start

        public void start​(IClockService clock,
                          IEnvironmentSpace space)
        This method will be executed by the object before the process gets added to the execution queue.
        Specified by:
        start in interface ISpaceProcess
        Parameters:
        clock - The clock.
        space - The space this process is running in.
      • shutdown

        public void shutdown​(IEnvironmentSpace space)
        This method will be executed by the object before the process is removed from the execution queue.
        Specified by:
        shutdown in interface ISpaceProcess
        Parameters:
        clock - The clock.
        space - The space this process is running in.