Uses of Class
ai.timefold.solver.core.config.constructionheuristic.placer.EntityPlacerConfig
Packages that use EntityPlacerConfig
Package
Description
-
Uses of EntityPlacerConfig in ai.timefold.solver.core.config.constructionheuristic
Fields in ai.timefold.solver.core.config.constructionheuristic declared as EntityPlacerConfigModifier and TypeFieldDescriptionprotected EntityPlacerConfigConstructionHeuristicPhaseConfig.entityPlacerConfigMethods in ai.timefold.solver.core.config.constructionheuristic that return EntityPlacerConfigModifier and TypeMethodDescription@Nullable EntityPlacerConfigConstructionHeuristicPhaseConfig.getEntityPlacerConfig()Methods in ai.timefold.solver.core.config.constructionheuristic with parameters of type EntityPlacerConfigModifier and TypeMethodDescriptionvoidConstructionHeuristicPhaseConfig.setEntityPlacerConfig(@Nullable EntityPlacerConfig entityPlacerConfig) @NonNull ConstructionHeuristicPhaseConfigConstructionHeuristicPhaseConfig.withEntityPlacerConfig(@NonNull EntityPlacerConfig<?> entityPlacerConfig) -
Uses of EntityPlacerConfig in ai.timefold.solver.core.config.constructionheuristic.placer
Classes in ai.timefold.solver.core.config.constructionheuristic.placer with type parameters of type EntityPlacerConfigModifier and TypeClassDescriptionclassEntityPlacerConfig<Config_ extends EntityPlacerConfig<Config_>>General superclass forQueuedEntityPlacerConfigandPooledEntityPlacerConfig.Modifier and TypeClassDescriptionclassclassclass -
Uses of EntityPlacerConfig in ai.timefold.solver.core.impl.constructionheuristic
Methods in ai.timefold.solver.core.impl.constructionheuristic that return EntityPlacerConfigModifier and TypeMethodDescriptionstatic EntityPlacerConfigDefaultConstructionHeuristicPhaseFactory.buildListVariableQueuedValuePlacerConfig(HeuristicConfigPolicy<?> configPolicy, ListVariableDescriptor<?> variableDescriptor) -
Uses of EntityPlacerConfig in ai.timefold.solver.core.impl.constructionheuristic.placer
Methods in ai.timefold.solver.core.impl.constructionheuristic.placer with parameters of type EntityPlacerConfigModifier and TypeMethodDescriptionstatic <Solution_>
EntityPlacerFactory<Solution_>EntityPlacerFactory.create(EntityPlacerConfig<?> entityPlacerConfig)