Class SolverConfigPanelManagerImpl

    • Constructor Detail

      • SolverConfigPanelManagerImpl

        public SolverConfigPanelManagerImpl()
    • Method Detail

      • getConfigPanel

        public SolverConfigPanel getConfigPanel​(Solver solver)
        Description copied from interface: SolverConfigPanelManager
        must return a config-panel for the given solver. In general the manager should reuse the instances for the same solver-instances.
        Specified by:
        getConfigPanel in interface SolverConfigPanelManager
        Parameters:
        solver - the Solver for which to return the panel
        Returns:
        the config-panel for the given solver.
      • setSolverConfigPanels

        public void setSolverConfigPanels​(java.util.Map<Solver,​SolverConfigPanel> configPanels)
        adds all the panels for the solvers to the internal map.
        Parameters:
        configPanels - all the panel-instances to add