Class SimulationAgent


  • public class SimulationAgent
    extends java.lang.Object
    Agent that provides the simulation service.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static ISimulationService bisimservice
      Global simulation service instance for bisimulation, if any.
      protected static boolean started  
    • Constructor Summary

      Constructors 
      Constructor Description
      SimulationAgent()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static ISimulationService create​(java.lang.Object bisimulation)
      Create the simulation service or check for bisimulation.
      • Methods inherited from class java.lang.Object

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

      • bisimservice

        protected static volatile ISimulationService bisimservice
        Global simulation service instance for bisimulation, if any.
      • started

        protected static volatile boolean started
    • Constructor Detail

      • SimulationAgent

        public SimulationAgent()
    • Method Detail

      • create

        public static ISimulationService create​(java.lang.Object bisimulation)
        Create the simulation service or check for bisimulation.