Package dispatch

Class Dispatcher


  • public class Dispatcher
    extends Object
    • Field Detail

      • current_time

        public float current_time
      • stop_time

        public float stop_time
      • verbose

        public boolean verbose
    • Constructor Detail

      • Dispatcher

        public Dispatcher()
    • Method Detail

      • set_stop_time

        public void set_stop_time​(float stop_time)
      • set_scenario

        public void set_scenario​(Scenario scenario)
      • set_continue_simulation

        public void set_continue_simulation​(boolean x)
      • remove_events_of_type

        public void remove_events_of_type​(Class<? extends AbstractEvent> clazz)
      • remove_events_for_recipient

        public void remove_events_for_recipient​(Class<? extends AbstractEvent> clazz,
                                                Object recipient)
      • register_event

        public void register_event​(AbstractEvent event)
      • stop

        public void stop()
      • print_events

        public void print_events()