package eu.dnetlib.validator2.engine; import java.util.Map; public interface RuleBuilder { R build(); R buildFrom(Map map); }