NodeTier

sealed class NodeTier(val displayName: String)(source)

Identifier for a tier of the multi-echelon network. Used as the index into CostFormulation.byTierResponse for per-tier rollup queries. Each line-item Response a calculator produces is attributable to exactly one tier, determined by the source kind.

Inheritors

Constructors

Link copied to clipboard
protected constructor(displayName: String)

Types

Link copied to clipboard
object CD : NodeTier

Cross-dock tier.

Link copied to clipboard
object Companion
Link copied to clipboard
object ES : NodeTier

External-supplier (single-node) tier.

Link copied to clipboard
object IHP : NodeTier

Inventory-holding-point tier.

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String