MutexTypeHandler
mutex_lock->GetParameter("mutex")->SetHandler(new MutexTypeHandler());
mutex_unlock->GetParameter("mutex")->SetHandler(new MutexTypeHandler());
mutex_switch_lock->GetParameter("fromMutex")->SetHandler(new MutexTypeHandler());
mutex_switch_lock->GetParameter("toMutex")->SetHandler(new MutexTypeHandler());