com.groupbyinc.api.interfaces.MatchStrategyInterface Maven / Gradle / Ivy
package com.groupbyinc.api.interfaces;
import java.util.List;
public interface MatchStrategyInterface {
List extends PartialMatchRuleInterface> getRules();
void addRule(PartialMatchRuleInterface rule);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy