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

com.groupbyinc.api.interfaces.MatchStrategyInterface Maven / Gradle / Ivy

The newest version!
package com.groupbyinc.api.interfaces;

import java.util.List;

public interface MatchStrategyInterface {

  List getRules();

  void addRule(PartialMatchRuleInterface rule);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy