Uses of Class
ai.timefold.solver.core.api.domain.autodiscover.AutoDiscoverMemberType
-
Packages that use AutoDiscoverMemberType Package Description ai.timefold.solver.core.api.domain.autodiscover ai.timefold.solver.core.api.domain.solution Domain annotations and support classes for a planning solution. -
-
Uses of AutoDiscoverMemberType in ai.timefold.solver.core.api.domain.autodiscover
Methods in ai.timefold.solver.core.api.domain.autodiscover that return AutoDiscoverMemberType Modifier and Type Method Description static AutoDiscoverMemberTypeAutoDiscoverMemberType. valueOf(String name)Returns the enum constant of this type with the specified name.static AutoDiscoverMemberType[]AutoDiscoverMemberType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AutoDiscoverMemberType in ai.timefold.solver.core.api.domain.solution
Methods in ai.timefold.solver.core.api.domain.solution that return AutoDiscoverMemberType Modifier and Type Method Description AutoDiscoverMemberTypeautoDiscoverMemberType()Enable reflection through the members of the class to automatically assumePlanningScore,PlanningEntityCollectionProperty,PlanningEntityProperty,ProblemFactCollectionProperty,ProblemFactPropertyandConstraintConfigurationProviderannotations based on the member type.
-