Uses of Interface
ai.timefold.solver.core.impl.domain.variable.declarative.BaseTopologicalOrderGraph
Packages that use BaseTopologicalOrderGraph
Package
Description
Provided shadow variables work by calculating the topological order
of each shadow variable.
-
Uses of BaseTopologicalOrderGraph in ai.timefold.solver.core.impl.domain.variable.declarative
Subinterfaces of BaseTopologicalOrderGraph in ai.timefold.solver.core.impl.domain.variable.declarativeClasses in ai.timefold.solver.core.impl.domain.variable.declarative that implement BaseTopologicalOrderGraphMethods in ai.timefold.solver.core.impl.domain.variable.declarative that return BaseTopologicalOrderGraphModifier and TypeMethodDescriptionBaseTopologicalOrderGraph.NodeTopologicalOrder.graph()Returns the value of thegraphrecord component.Methods in ai.timefold.solver.core.impl.domain.variable.declarative with parameters of type BaseTopologicalOrderGraphModifier and TypeMethodDescriptionbooleanLoopedTracker.isEntityInconsistent(BaseTopologicalOrderGraph graph, int entityId, @Nullable Boolean wasEntityInconsistent) Constructors in ai.timefold.solver.core.impl.domain.variable.declarative with parameters of type BaseTopologicalOrderGraphModifierConstructorDescriptionNodeTopologicalOrder(int nodeId, BaseTopologicalOrderGraph graph) Creates an instance of aNodeTopologicalOrderrecord class.