com.deliveredtechnologies.rulebook.model.RuleStatus 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.model;
/**
* Created by clong on 9/2/17.
*/
public enum RuleStatus {
PENDING,
SKIPPED,
EXECUTED,
NONE
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy