Uses of Class
org.optaplanner.core.api.domain.autodiscover.AutoDiscoverMemberType
-
Packages that use AutoDiscoverMemberType Package Description org.optaplanner.core.api.domain.autodiscover org.optaplanner.core.api.domain.solution Domain annotations and support classes for a planning solution. -
-
Uses of AutoDiscoverMemberType in org.optaplanner.core.api.domain.autodiscover
Methods in org.optaplanner.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 org.optaplanner.core.api.domain.solution
Methods in org.optaplanner.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.
-