Package org.optaplanner.core.api.domain.entity
Domain annotations and support classes for a planning entity.
-
Interface Summary Interface Description PinningFilter<Solution_,Entity_> Decides on accepting or discarding aPlanningEntity
.PlanningEntity.NullDifficultyComparator Workaround for annotation limitation inPlanningEntity.difficultyComparatorClass()
.PlanningEntity.NullDifficultyWeightFactory Workaround for annotation limitation inPlanningEntity.difficultyWeightFactoryClass()
.PlanningEntity.NullMovableEntitySelectionFilter Deprecated. PlanningEntity.NullPinningFilter Workaround for annotation limitation inPlanningEntity.pinningFilter()
()}. -
Annotation Types Summary Annotation Type Description PlanningEntity Specifies that the class is a planning entity.PlanningPin Specifies that a boolean property (or field) of aPlanningEntity
determines if the planning entity is pinned.