package org.drools.solver.core; /** * @author Geoffrey De Smet */ public interface SolverAware { void setSolver(Solver solver); }