Interface IRuleEngineService

  • All Known Subinterfaces:
    IRuleService

    public interface IRuleEngineService
    • Method Detail

      • addEvent

        IIntermediateFuture<jadex.rules.eca.RuleEvent> addEvent​(jadex.rules.eca.IEvent event)
        Add an external event to the rule engine. It will process the event and fire rules accordingly.
        Parameters:
        event - The event.