DemandState

abstract inner class DemandState(source)

State in the demand lifecycle. State subclasses encapsulate the legal transitions; an attempted illegal transition throws IllegalStateException via unsupported.

See sc.inventorylayer.DemandState

Properties

Link copied to clipboard
Link copied to clipboard

Back-compat alias for the state's display name.

Functions

Link copied to clipboard
open override fun toString(): String
Link copied to clipboard
protected fun unsupported(op: String): Nothing