Package org.optaplanner.quarkus.devui
Class OptaPlannerModelProperties
- java.lang.Object
-
- org.optaplanner.quarkus.devui.OptaPlannerModelProperties
-
public class OptaPlannerModelProperties extends Object
-
-
Constructor Summary
Constructors Constructor Description OptaPlannerModelProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getEntityClassList()Map<String,List<String>>getEntityClassToGenuineVariableListMap()Map<String,List<String>>getEntityClassToShadowVariableListMap()StringgetSolutionClass()voidsetEntityClassList(List<String> entityClassList)voidsetEntityClassToGenuineVariableListMap(Map<String,List<String>> entityClassToGenuineVariableListMap)voidsetEntityClassToShadowVariableListMap(Map<String,List<String>> entityClassToShadowVariableListMap)voidsetSolutionClass(String solutionClass)
-
-
-
Method Detail
-
getSolutionClass
public String getSolutionClass()
-
setSolutionClass
public void setSolutionClass(String solutionClass)
-
getEntityClassToGenuineVariableListMap
public Map<String,List<String>> getEntityClassToGenuineVariableListMap()
-
setEntityClassToGenuineVariableListMap
public void setEntityClassToGenuineVariableListMap(Map<String,List<String>> entityClassToGenuineVariableListMap)
-
getEntityClassToShadowVariableListMap
public Map<String,List<String>> getEntityClassToShadowVariableListMap()
-
-