Class ImmediateExecutor

    • Constructor Detail

      • ImmediateExecutor

        public ImmediateExecutor​(repast.simphony.engine.watcher.NotifierTrigger trigger,
                                 IBooleanExpression condition,
                                 int amtToTrigger,
                                 boolean shuffle)
    • Method Detail

      • scheduleExecution

        public void scheduleExecution​(Notifier2 notifier,
                                      Object watchee,
                                      Object value)
        Executes the trigger immediately for all watchers managed by the notifier.
        Parameters:
        notifier - the notifier responsible for this particular watch
        watchee - the watchee
        value - the new field value.