Package itumulator.simulator


package itumulator.simulator
  • Class
    Description
    By implementing the Actor interface and adding an instance of such a class to a World will make the simulation call the act method during each step of the simulation.
    Simulator handles the execution of actual simulations and keeps track of how many steps have been executed (Not required to execute and build simulations).