Package edu.tufts.hrilab.action.lock
package edu.tufts.hrilab.action.lock
-
ClassDescription
ActionResourceLock
is the base class for Action's resource locks.ActionResourceLockLinear
implements FCFS locks--no preemption based on priority.ActionResourceLockPreempt
implements priority-based locks.