rename parameter, move TIPS, add assignment HTML
This commit is contained in:
parent
f5a09a2a43
commit
15925636d7
6 changed files with 186 additions and 12 deletions
|
|
@ -17,7 +17,7 @@ class LockQueueingSystem(CoupledDEVS):
|
|||
load_balancer_strategy,
|
||||
lock_capacities,
|
||||
priority,
|
||||
lock_max_wait,
|
||||
max_wait_duration,
|
||||
passthrough_duration,
|
||||
):
|
||||
super().__init__("LockQueueingSystem")
|
||||
|
|
@ -47,7 +47,7 @@ class LockQueueingSystem(CoupledDEVS):
|
|||
|
||||
locks = [ self.addSubModel(Lock(
|
||||
capacity=lock_capacity,
|
||||
max_wait_duration=lock_max_wait,
|
||||
max_wait_duration=max_wait_duration,
|
||||
passthrough_duration=passthrough_duration))
|
||||
for lock_capacity in lock_capacities ]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue