Class TestdataStringLengthShadowSolution
- java.lang.Object
-
- ai.timefold.solver.quarkus.it.devui.domain.TestdataStringLengthShadowSolution
-
public class TestdataStringLengthShadowSolution extends Object
-
-
Constructor Summary
Constructors Constructor Description TestdataStringLengthShadowSolution()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<TestdataStringLengthShadowEntity>getEntityList()ai.timefold.solver.core.api.score.buildin.hardsoft.HardSoftScoregetScore()List<String>getValueList()voidsetEntityList(List<TestdataStringLengthShadowEntity> entityList)voidsetScore(ai.timefold.solver.core.api.score.buildin.hardsoft.HardSoftScore score)voidsetValueList(List<String> valueList)
-
-
-
Method Detail
-
getEntityList
public List<TestdataStringLengthShadowEntity> getEntityList()
-
setEntityList
public void setEntityList(List<TestdataStringLengthShadowEntity> entityList)
-
getScore
public ai.timefold.solver.core.api.score.buildin.hardsoft.HardSoftScore getScore()
-
setScore
public void setScore(ai.timefold.solver.core.api.score.buildin.hardsoft.HardSoftScore score)
-
-