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

org.ggp.base.util.ruleengine.RuleEngineFactory Maven / Gradle / Ivy

The newest version!
package org.ggp.base.util.ruleengine;

import java.util.List;

import org.ggp.base.util.gdl.grammar.Gdl;

public interface RuleEngineFactory> {
    RE buildEngineForRules(List rules);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy