Blocking Activity
A BlockingActivity is an activity that may block other entities as they wait for the activity's delay to complete.
Parameters
activity Time
the time duration of the activity
activity Priority
the priority associated with the time duration
name
the name of the activity
constructor(activityTime: GetValueIfc, activityPriority: Int = DELAY_PRIORITY, name: String? = null)
Parameters
activity Time
the time duration of the activity
activity Priority
the priority associated with the time duration
name
the name of the activity