LoadFormingOption

Strategy used when a new demand arrives and the builder is asked to (possibly) form a load.

Entries

Link copied to clipboard

Hold demands; do not auto-form.

Link copied to clipboard

Form once countLimit demands are queued.

Link copied to clipboard

Form once minWeightLimit..maxWeightLimit thresholds are met.

Link copied to clipboard

Form once minCubeLimit..maxCubeLimit thresholds are met.

Link copied to clipboard

Defer to the user-supplied loadFormingRule.

Link copied to clipboard

Form an immediate single-demand load on every arrival.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.