-
Feature Request
-
Resolution: Done
-
Major
-
6.3.0.Final
-
None
-
NEW
-
NEW
It could look something like this:
public abstract class AbstractSolution<S extends Score> { S score; // getter & setter for score ... public Collection<Object> getProblemFacts() { // reflection magic... // Proposal A: All fields are problem facts // - Ignore field score, fields/getters with @PlanningEntityCollection, ... // - Allow explicit exclusions // Proposal B: Only fields with a @ProblemFact annotation are problem facts } }
- blocks
-
PLANNER-435 Workbench: Data modeler's planning solution should implement Solution interface
- Resolved
- is related to
-
PLANNER-356 @ProblemFactCollectionProperty and @ProblemFactProperty to replace Solution method getProblemFacts()
- Resolved