Failure Spec
A failure (breakdown) specification for a station's resource. All variants carry a repair-time distribution and an effect; they differ in the trigger.
Inheritors
Types
Link copied to clipboard
@Serializable
@SerialName(value = "countBased" )
Fails after a sampled number of completed services.
Link copied to clipboard
@Serializable
@SerialName(value = "operatingTimeBased" )
Fails after a sampled amount of accumulated busy (operating) time.
Link copied to clipboard
@Serializable
@SerialName(value = "timeBased" )
Fails after a calendar-time-to-failure (runs whether busy or idle).