Interface Rule

  • All Superinterfaces:
    Condition, java.util.function.Predicate<StateObj>

    public interface Rule
    extends Condition
    Defines a condition and a new state based on the old state
    • Method Detail

      • evaluate

        StateObj evaluate​(StateObj stateObj)
        Parameters:
        stateObj - input state
        Returns:
        new state entries if the condition is successful