BlockingActivity

open inner class BlockingActivity(val activityTime: GetValueIfc, val activityPriority: Int = DELAY_PRIORITY, name: String? = null) : ProcessModel.Entity.BlockingTask

A BlockingActivity is an activity that may block other entities as they wait for the activity's delay to complete.

Parameters

activityTime

the time duration of the activity

activityPriority

the priority associated with the time duration

name

the name of the activity

Inheritors

Constructors

Link copied to clipboard
constructor(activityTime: Double, activityPriority: Int = DELAY_PRIORITY, name: String? = null)

A BlockingActivity is an activity that may block other entities as they wait for the activity's delay to complete.

constructor(activityTime: GetValueIfc, activityPriority: Int = DELAY_PRIORITY, name: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val id: Int
Link copied to clipboard
open override var label: String?
Link copied to clipboard
open override val name: String