Uses of Class
xal.extension.solver.AlgorithmPool
Packages that use AlgorithmPool
-
Uses of AlgorithmPool in xal.extension.solver
Methods in xal.extension.solver that return AlgorithmPoolMethods in xal.extension.solver with parameters of type AlgorithmPoolModifier and TypeMethodDescriptionvoidAlgorithmPoolListener.algorithmAdded(AlgorithmPool source, SearchAlgorithm algorithm) Send a message that an algorithm. was added to the pool.voidSolver.algorithmAdded(AlgorithmPool source, SearchAlgorithm algorithm) Send a message that an algorithm. was added to the pool.voidAlgorithmPoolListener.algorithmAvailable(AlgorithmPool source, SearchAlgorithm algorithm) Send a message that an algorithm is available.voidSolver.algorithmAvailable(AlgorithmPool source, SearchAlgorithm algorithm) Send a message that an algorithm is available.voidAlgorithmPoolListener.algorithmRemoved(AlgorithmPool source, SearchAlgorithm algorithm) Send a message that an algorithm was removed from the pool.voidSolver.algorithmRemoved(AlgorithmPool source, SearchAlgorithm algorithm) Send a message that an algorithm was removed from the pool.voidAlgorithmPoolListener.algorithmUnavailable(AlgorithmPool source, SearchAlgorithm algorithm) Send a message that an algorithm is unavailable.voidSolver.algorithmUnavailable(AlgorithmPool source, SearchAlgorithm algorithm) Send a message that an algorithm is unavailable.voidSolver.poolChanged(AlgorithmMarket market, AlgorithmPool oldPool, AlgorithmPool newPool) Event indicating that the algorithm pool changed.voidSolver.setAlgorithmPool(AlgorithmPool anAlgorithmPool) Set the algorithm pool. -
Uses of AlgorithmPool in xal.extension.solver.market
Methods in xal.extension.solver.market that return AlgorithmPoolMethods in xal.extension.solver.market with parameters of type AlgorithmPoolModifier and TypeMethodDescriptionvoidAlgorithmMarketListener.poolChanged(AlgorithmMarket market, AlgorithmPool oldPool, AlgorithmPool newPool) Event indicating that the algorithm pool changed.voidAlgorithmMarket.setAlgorithmPool(AlgorithmPool pool) Set the algorithm pool.Constructors in xal.extension.solver.market with parameters of type AlgorithmPool