com.deliveredtechnologies.rulebook.RuleState Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rulebook-core Show documentation
Show all versions of rulebook-core Show documentation
A simple and intuitive rules abstraction for Java
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