com.deliveredtechnologies.rulebook.lang.TerminatingRuleBookBuilder 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.lang;
import com.deliveredtechnologies.rulebook.model.RuleBook;
/**
* An interface for building RuleBook objects.
*/
public interface TerminatingRuleBookBuilder {
/**
* Builds a RuleBook object.
* @return a RuleBook object
*/
RuleBook build();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy