Uses of Enum Class
ai.timefold.solver.core.impl.phase.PhaseType
Packages that use PhaseType
Package
Description
-
Uses of PhaseType in ai.timefold.solver.core.impl.constructionheuristic
Methods in ai.timefold.solver.core.impl.constructionheuristic that return PhaseType -
Uses of PhaseType in ai.timefold.solver.core.impl.exhaustivesearch
Methods in ai.timefold.solver.core.impl.exhaustivesearch that return PhaseType -
Uses of PhaseType in ai.timefold.solver.core.impl.heuristic.selector.move.generic
Methods in ai.timefold.solver.core.impl.heuristic.selector.move.generic that return PhaseType -
Uses of PhaseType in ai.timefold.solver.core.impl.localsearch
Methods in ai.timefold.solver.core.impl.localsearch that return PhaseType -
Uses of PhaseType in ai.timefold.solver.core.impl.phase
Methods in ai.timefold.solver.core.impl.phase that return PhaseTypeModifier and TypeMethodDescriptionabstract PhaseTypeAbstractPhase.getPhaseType()NoChangePhase.getPhaseType()Deprecated, for removal: This API element is subject to removal in a future version.static PhaseTypeReturns the enum constant of this class with the specified name.static PhaseType[]PhaseType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of PhaseType in ai.timefold.solver.core.impl.phase.custom
Methods in ai.timefold.solver.core.impl.phase.custom that return PhaseType -
Uses of PhaseType in ai.timefold.solver.core.impl.phase.event
Methods in ai.timefold.solver.core.impl.phase.event that return PhaseTypeModifier and TypeMethodDescriptionPhaseEventProducerId.phaseType()Returns the value of thephaseTyperecord component.Constructors in ai.timefold.solver.core.impl.phase.event with parameters of type PhaseTypeModifierConstructorDescriptionPhaseEventProducerId(PhaseType phaseType, int index) Creates an instance of aPhaseEventProducerIdrecord class.