Class SimulationLauncher

  • All Implemented Interfaces:
    it.unibo.alchemist.boundary.Launcher

    
    public abstract class SimulationLauncher
     implements Launcher
                        

    A launcher stub for simulation execution. Takes care of creating a Loader, and provides support functions for generating simulations and computing the possible parameters configurations.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract Unit launch(Loader loader) Launches a simulation using the provided loader.
      • Methods inherited from class java.lang.Object

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

      • SimulationLauncher

        SimulationLauncher()