Uses of Class
overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.calculation.problem.CapacityPlanningProblem
Packages that use CapacityPlanningProblem
Package
Description
-
Uses of CapacityPlanningProblem in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.calculation.problem
Methods in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.calculation.problem that return CapacityPlanningProblemModifier and TypeMethodDescriptionCapacityPlanningProblemBuilder.build()protected CapacityPlanningProblemCapacityPlanningProblemBuilder.buildProblem(List<CapacityPlanningActivity> activities, List<CapacityPlanningResource> resources) -
Uses of CapacityPlanningProblem in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.calculation.solver
Methods in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.calculation.solver with parameters of type CapacityPlanningProblem -
Uses of CapacityPlanningProblem in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.calculation.solver.simple
Methods in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.calculation.solver.simple with parameters of type CapacityPlanningProblemModifier and TypeMethodDescriptionCapacityPlanningSimpleSolver.solve(CapacityPlanningProblem problem)