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

com.deliveredtechnologies.rulebook.lang.TerminatingRuleBookBuilder Maven / Gradle / Ivy

There is a newer version: 0.12
Show newest version
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