Uses of Interface
ai.timefold.solver.core.preview.api.domain.metamodel.ShadowVariableMetaModel
Packages that use ShadowVariableMetaModel
Package
Description
This package contains classes and interfaces that represent the metamodel of the domain.
-
Uses of ShadowVariableMetaModel in ai.timefold.solver.core.impl.domain.solution.descriptor
Classes in ai.timefold.solver.core.impl.domain.solution.descriptor that implement ShadowVariableMetaModelModifier and TypeClassDescriptionfinal recordDefaultShadowVariableMetaModel<Solution_,Entity_, Value_> -
Uses of ShadowVariableMetaModel in ai.timefold.solver.core.preview.api.domain.metamodel
Methods in ai.timefold.solver.core.preview.api.domain.metamodel that return ShadowVariableMetaModelModifier and TypeMethodDescriptiondefault <Value_> ShadowVariableMetaModel<Solution_,Entity_, Value_> PlanningEntityMetaModel.shadowVariable(String variableName) As defined byPlanningEntityMetaModel.variable(String), but only succeeds if the variable is a shadow variable}.