Uses of Enum Class
ai.timefold.solver.core.impl.domain.variable.declarative.ParentVariableType
Packages that use ParentVariableType
Package
Description
Provided shadow variables work by calculating the topological order
of each shadow variable.
-
Uses of ParentVariableType in ai.timefold.solver.core.impl.domain.variable.declarative
Methods in ai.timefold.solver.core.impl.domain.variable.declarative that return ParentVariableTypeModifier and TypeMethodDescription@Nullable ParentVariableTypeGraphStructure.GraphStructureAndDirection.direction()Returns the value of thedirectionrecord component.@Nullable ParentVariableTypeRootVariableSource.groupParentVariableType()Returns the value of thegroupParentVariableTyperecord component.RootVariableSource.parentVariableType()Returns the value of theparentVariableTyperecord component.static ParentVariableTypeReturns the enum constant of this class with the specified name.static ParentVariableType[]ParentVariableType.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 ParentVariableTypeModifierConstructorDescriptionGraphStructureAndDirection(GraphStructure structure, @Nullable VariableMetaModel<?, ?, ?> parentMetaModel, @Nullable ParentVariableType direction) Creates an instance of aGraphStructureAndDirectionrecord class.RootVariableSource(Class<? extends Entity_> rootEntity, List<MemberAccessor> listMemberAccessors, BiConsumer<Object, Consumer<Value_>> valueEntityFunction, List<VariableSourceReference> variableSourceReferences, String variablePath, ParentVariableType parentVariableType, @Nullable ParentVariableType groupParentVariableType) Creates an instance of aRootVariableSourcerecord class.