org.drools.planner.config
Interface SolverFactory

All Known Implementing Classes:
XmlSolverFactory

public interface SolverFactory

Builds a Solver.

See Also:
XmlSolverFactory

Method Summary
 Solver buildSolver()
          Creates a new Solver instance.
 SolverConfig getSolverConfig()
          Allows you to problematically change the SolverConfig at runtime before building the Solver.
 

Method Detail

getSolverConfig

SolverConfig getSolverConfig()
Allows you to problematically change the SolverConfig at runtime before building the Solver.

Returns:
never null

buildSolver

Solver buildSolver()
Creates a new Solver instance.

Returns:
never null


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.