Package org.optaplanner.quarkus.devui
Class OptaPlannerModelProperties
java.lang.Object
org.optaplanner.quarkus.devui.OptaPlannerModelProperties
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetEntityClassList(List<String> entityClassList) voidsetEntityClassToGenuineVariableListMap(Map<String, List<String>> entityClassToGenuineVariableListMap) voidsetEntityClassToShadowVariableListMap(Map<String, List<String>> entityClassToShadowVariableListMap) voidsetSolutionClass(String solutionClass)
-
Constructor Details
-
OptaPlannerModelProperties
public OptaPlannerModelProperties()
-
-
Method Details
-
getSolutionClass
-
setSolutionClass
-
getEntityClassList
-
setEntityClassList
-
getEntityClassToGenuineVariableListMap
-
setEntityClassToGenuineVariableListMap
-
getEntityClassToShadowVariableListMap
-
setEntityClassToShadowVariableListMap
-