SetupEntry

@Serializable
data class SetupEntry(val fromType: Int, val toType: Int, val setupTime: Double)(source)

A (fromType, toType) setup-time entry for a sequence-dependent setup matrix.

Constructors

Link copied to clipboard
constructor(fromType: Int, toType: Int, setupTime: Double)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val toType: Int