Class SimpleSolverPlugin

    • Constructor Detail

      • SimpleSolverPlugin

        public SimpleSolverPlugin()
    • Method Detail

      • getName

        public java.lang.String getName()
        Specified by:
        getName in interface AlohaPlugin
        Returns:
        the name of the plugin
      • init

        public void init()
        the init method which is called automatically by the bean-factory
      • createAlgorithm

        public Algorithm createAlgorithm​(Solver solver)
        Description copied from interface: AlgorithmFactory
        create a calculator for the given solver
        Specified by:
        createAlgorithm in interface AlgorithmFactory
        Parameters:
        solver - the solver for which to create a calculator
        Returns:
        the calculator