Uses of Enum Class
ai.timefold.solver.core.impl.domain.variable.declarative.GraphStructure
Packages that use GraphStructure
Package
Description
Provided shadow variables work by calculating the topological order
of each shadow variable.
-
Uses of GraphStructure in ai.timefold.solver.core.impl.domain.variable.declarative
Methods in ai.timefold.solver.core.impl.domain.variable.declarative that return GraphStructureModifier and TypeMethodDescriptionGraphStructure.GraphStructureAndDirection.structure()Returns the value of thestructurerecord component.static GraphStructureReturns the enum constant of this class with the specified name.static GraphStructure[]GraphStructure.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in ai.timefold.solver.core.impl.domain.variable.declarative with parameters of type GraphStructureModifierConstructorDescriptionGraphStructureAndDirection(GraphStructure structure, @Nullable VariableMetaModel<?, ?, ?> parentMetaModel, @Nullable ParentVariableType direction) Creates an instance of aGraphStructureAndDirectionrecord class.