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 TypeMethodDescriptionvoid
AlgorithmPoolListener.algorithmAdded
(AlgorithmPool source, SearchAlgorithm algorithm) Send a message that an algorithm. was added to the pool.void
Solver.algorithmAdded
(AlgorithmPool source, SearchAlgorithm algorithm) Send a message that an algorithm. was added to the pool.void
AlgorithmPoolListener.algorithmAvailable
(AlgorithmPool source, SearchAlgorithm algorithm) Send a message that an algorithm is available.void
Solver.algorithmAvailable
(AlgorithmPool source, SearchAlgorithm algorithm) Send a message that an algorithm is available.void
AlgorithmPoolListener.algorithmRemoved
(AlgorithmPool source, SearchAlgorithm algorithm) Send a message that an algorithm was removed from the pool.void
Solver.algorithmRemoved
(AlgorithmPool source, SearchAlgorithm algorithm) Send a message that an algorithm was removed from the pool.void
AlgorithmPoolListener.algorithmUnavailable
(AlgorithmPool source, SearchAlgorithm algorithm) Send a message that an algorithm is unavailable.void
Solver.algorithmUnavailable
(AlgorithmPool source, SearchAlgorithm algorithm) Send a message that an algorithm is unavailable.void
Solver.poolChanged
(AlgorithmMarket market, AlgorithmPool oldPool, AlgorithmPool newPool) Event indicating that the algorithm pool changed.void
Solver.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 TypeMethodDescriptionvoid
AlgorithmMarketListener.poolChanged
(AlgorithmMarket market, AlgorithmPool oldPool, AlgorithmPool newPool) Event indicating that the algorithm pool changed.void
AlgorithmMarket.setAlgorithmPool
(AlgorithmPool pool) Set the algorithm pool.Constructors in xal.extension.solver.market with parameters of type AlgorithmPool