Uses of Class
org.optaplanner.core.api.domain.variable.PlanningVariableGraphType
-
Packages that use PlanningVariableGraphType Package Description org.optaplanner.core.api.domain.variable Domain annotations and support classes for a planning variable. -
-
Uses of PlanningVariableGraphType in org.optaplanner.core.api.domain.variable
Methods in org.optaplanner.core.api.domain.variable that return PlanningVariableGraphType Modifier and Type Method Description PlanningVariableGraphTypegraphType()In some use cases, such as Vehicle Routing, planning entities form a specific graph type, as specified byPlanningVariableGraphType.static PlanningVariableGraphTypePlanningVariableGraphType. valueOf(String name)Returns the enum constant of this type with the specified name.static PlanningVariableGraphType[]PlanningVariableGraphType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-