BlockingActivity

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.

Parameters

activityTime

the time duration of the activity

activityPriority

the priority associated with the time duration

name

the name of the activity


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

Parameters

activityTime

the time duration of the activity

activityPriority

the priority associated with the time duration

name

the name of the activity