Uses of Enum Class
ai.timefold.solver.core.impl.bavet.common.StreamKind
Packages that use StreamKind
Package
Description
This package contains performance-sensitive code.
-
Uses of StreamKind in ai.timefold.solver.core.impl.bavet.common
Methods in ai.timefold.solver.core.impl.bavet.common that return StreamKindModifier and TypeMethodDescriptionAbstractConcatNode.getStreamKind()AbstractFlattenNode.getStreamKind()AbstractGroupNode.getStreamKind()AbstractIfExistsNode.getStreamKind()AbstractJoinNode.getStreamKind()AbstractMapNode.getStreamKind()abstract StreamKindAbstractNode.getStreamKind()AbstractPrecomputeNode.getStreamKind()ConstraintNodeProfileId.streamKind()Returns the value of thestreamKindrecord component.static StreamKindReturns the enum constant of this class with the specified name.static StreamKind[]StreamKind.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in ai.timefold.solver.core.impl.bavet.common with parameters of type StreamKindModifierConstructorDescriptionConstraintNodeProfileId(long key, StreamKind streamKind, ConstraintNodeProfileId.Qualifier qualifier, SortedSet<ConstraintNodeLocation> locationSet) Creates an instance of aConstraintNodeProfileIdrecord class.ConstraintNodeProfileId(long key, StreamKind streamKind, SortedSet<ConstraintNodeLocation> locationSet) -
Uses of StreamKind in ai.timefold.solver.core.impl.bavet.uni
Methods in ai.timefold.solver.core.impl.bavet.uni that return StreamKind