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

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

There is a newer version: 0.0.15
Show 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 - 2024 Weber Informatics LLC | Privacy Policy