Package 

Object IgniteServerLauncher

  • All Implemented Interfaces:
    it.unibo.alchemist.launch.Launcher , kotlin.Function , kotlin.Function1

    
    public class IgniteServerLauncher
    extends AbstractLauncher
                        

    Launches a service waiting for simulations to be sent over the network.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Validation validate(AlchemistExecutionOptions currentOptions)
      Unit launch(AlchemistExecutionOptions parameters)
      String getName()
      • Methods inherited from class it.unibo.alchemist.launch.AbstractLauncher

        invoke
      • Methods inherited from class it.unibo.alchemist.launch.IgniteServerLauncher

        toString
      • Methods inherited from class java.lang.Object

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