Class TestdataQuarkusSolution
- java.lang.Object
-
- org.optaplanner.quarkus.drl.it.domain.TestdataQuarkusSolution
-
public class TestdataQuarkusSolution extends Object
-
-
Constructor Summary
Constructors Constructor Description TestdataQuarkusSolution()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<TestdataQuarkusEntity>getEntityList()List<String>getLeftValueList()List<String>getRightValueList()org.optaplanner.core.api.score.buildin.simple.SimpleScoregetScore()voidsetEntityList(List<TestdataQuarkusEntity> entityList)voidsetLeftValueList(List<String> valueList)voidsetRightValueList(List<String> valueList)voidsetScore(org.optaplanner.core.api.score.buildin.simple.SimpleScore score)
-
-
-
Method Detail
-
getEntityList
public List<TestdataQuarkusEntity> getEntityList()
-
setEntityList
public void setEntityList(List<TestdataQuarkusEntity> entityList)
-
getScore
public org.optaplanner.core.api.score.buildin.simple.SimpleScore getScore()
-
setScore
public void setScore(org.optaplanner.core.api.score.buildin.simple.SimpleScore score)
-
-