Uses of Record Class
ai.timefold.solver.core.impl.bavet.common.ConstraintNodeLocation
Packages that use ConstraintNodeLocation
Package
Description
This package contains performance-sensitive code.
-
Uses of ConstraintNodeLocation in ai.timefold.solver.core.impl.bavet.common
Fields in ai.timefold.solver.core.impl.bavet.common with type parameters of type ConstraintNodeLocationModifier and TypeFieldDescriptionprotected final SortedSet<ConstraintNodeLocation>BavetAbstractConstraintStream.streamLocationSetMethods in ai.timefold.solver.core.impl.bavet.common that return ConstraintNodeLocationMethods in ai.timefold.solver.core.impl.bavet.common that return types with arguments of type ConstraintNodeLocationModifier and TypeMethodDescriptionAbstractNode.getLocationSet()BavetAbstractConstraintStream.getLocationSet()default SortedSet<ConstraintNodeLocation>BavetStream.getLocationSet()ConstraintNodeProfileId.locationSet()Returns the value of thelocationSetrecord component.Methods in ai.timefold.solver.core.impl.bavet.common with parameters of type ConstraintNodeLocationMethod parameters in ai.timefold.solver.core.impl.bavet.common with type arguments of type ConstraintNodeLocationModifier and TypeMethodDescriptionvoidAbstractNode.addLocationSet(Set<ConstraintNodeLocation> locationSet) voidBavetAbstractConstraintStream.addLocationSet(Set<ConstraintNodeLocation> locationSet) Constructor parameters in ai.timefold.solver.core.impl.bavet.common with type arguments of type ConstraintNodeLocationModifierConstructorDescriptionConstraintNodeProfileId(long key, StreamKind streamKind, ConstraintNodeProfileId.Qualifier qualifier, SortedSet<ConstraintNodeLocation> locationSet) Creates an instance of aConstraintNodeProfileIdrecord class.ConstraintNodeProfileId(long key, StreamKind streamKind, SortedSet<ConstraintNodeLocation> locationSet)