Package org.optaplanner.core.api.domain.solution
package org.optaplanner.core.api.domain.solution
Domain annotations and support classes for a planning solution.
-
ClassDescriptionSpecifies that a property (or a field) on a
PlanningSolution
class is aCollection
of planning entities.Specifies that a property (or a field) on aPlanningSolution
class is a planning entity.Specifies that a property (or a field) on aPlanningSolution
class holds theScore
of that solution.Deprecated, for removal: This API element is subject to removal in a future version.Specifies that the class is a planning solution.Workaround for annotation limitation inPlanningSolution.solutionCloner()
.Specifies that a property (or a field) on aPlanningSolution
class is aCollection
of problem facts.Specifies that a property (or a field) on aPlanningSolution
class is a problem fact.