Uses of Class
xal.extension.solver.market.AlgorithmMarket
Packages that use AlgorithmMarket
-
Uses of AlgorithmMarket in xal.extension.solver
Fields in xal.extension.solver declared as AlgorithmMarketModifier and TypeFieldDescriptionprotected AlgorithmMarketAlgorithmSchedule.marketthe market of algorithm runsMethods in xal.extension.solver that return AlgorithmMarketModifier and TypeMethodDescriptionSolver.getAlgorithmMarket()Get the algorithm market.AlgorithmSchedule.getMarket()Get the algorithm market.Methods in xal.extension.solver with parameters of type AlgorithmMarketModifier and TypeMethodDescriptionvoidSolver.poolChanged(AlgorithmMarket market, AlgorithmPool oldPool, AlgorithmPool newPool) Event indicating that the algorithm pool changed.Constructors in xal.extension.solver with parameters of type AlgorithmMarketModifierConstructorDescriptionAlgorithmSchedule(Solver solver, AlgorithmMarket market, Stopper stopper) Creates a new instance of Schedule.Solver(AlgorithmMarket market, Stopper stopper, SolutionJudge solutionJudge) Primary Constructor -
Uses of AlgorithmMarket in xal.extension.solver.market
Methods in xal.extension.solver.market with parameters of type AlgorithmMarketModifier and TypeMethodDescriptionvoidAlgorithmMarketListener.poolChanged(AlgorithmMarket market, AlgorithmPool oldPool, AlgorithmPool newPool) Event indicating that the algorithm pool changed.