All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.deliveredtechnologies.rulebook.RuleState Maven / Gradle / Ivy

package com.deliveredtechnologies.rulebook;

/**
 * Enumeration for whether the continue the rule chain or break it.
 */
public enum RuleState {
    BREAK, NEXT
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy