Interface SolverConfigPanelFactory

  • All Superinterfaces:
    AlohaPlugin
    All Known Implementing Classes:
    SimpleSolverPlugin

    public interface SolverConfigPanelFactory
    extends AlohaPlugin
    This class is the interface of a factory for solver-config panels
    • Method Detail

      • createConfigPanel

        SolverConfigPanel createConfigPanel​(Solver solver)
        this method must create a config panel for the given solver.
        Parameters:
        solver - the solver for which to create a panel
        Returns:
        the config-panel