Class SimulationExecution


  • @OpenApiAll
    public abstract class SimulationExecution
    extends java.lang.Object
    The SimulationExecution class.
    • Field Detail

      • mainSession

        protected SimulationSession mainSession
        the main session of this simulation execution.
      • simulationListeners

        protected final java.util.concurrent.CopyOnWriteArrayList<SimulationExecutionListener> simulationListeners
        Simulation Execution Listener.
      • simulationOptions

        protected SimulationOptions simulationOptions
        the simulation options
    • Constructor Detail

      • SimulationExecution

        protected SimulationExecution​(fUML.Semantics.Loci.LociL1.Locus locus)
    • Method Detail

      • getExecutionLocus

        public fUML.Semantics.Loci.LociL1.Locus getExecutionLocus()
        Get the execution Locus.
        Returns:
        Locus
      • getMainSession

        public SimulationSession getMainSession()
        get main session.
        Returns:
        main session
      • addSimulationListener

        public boolean addSimulationListener​(SimulationExecutionListener listener)
        Add the specified simulation execution listener.
        Parameters:
        listener - the specified simulation execution listener
        Returns:
        true if this listener was not already registered
      • addSimulationListeners

        public void addSimulationListeners​(java.util.Collection<SimulationExecutionListener> listeners)
        Add all simulation execution listeners, if not already registered.
        Parameters:
        listeners - simulation execution listeners
      • removeSimulationListener

        public boolean removeSimulationListener​(SimulationExecutionListener listener)
        Removes the specified simulation execution listener.
        Parameters:
        listener - the specified simulation execution listener
        Returns:
        true if this set contained the specified element
      • getSimulationExecutionListeners

        public java.util.Set<SimulationExecutionListener> getSimulationExecutionListeners()
        get the registered SimulationExecutionListener.
        Returns:
        Set of registered SimulationExecutionListener
      • getSimulationOptions

        public SimulationOptions getSimulationOptions()
        get the simulation options
        Returns:
        SimulationOptions