Interface AgendaGroup

    • Method Detail

      • getActivations

        org.kie.api.runtime.rule.Match[] getActivations()
        Returns:
        An immutable Collection of all the activations in the AgendaGroup
      • size

        int size()
        Returns:
        The int total number of activations
      • isEmpty

        boolean isEmpty()
        Returns:
        boolean value indicating if this AgendaGroup is empty or not
      • isActive

        boolean isActive()
        Returns:
        boolean value indicating if the AgendaGroup is active and thus being evaluated.