26 return (
"dimension for process " + pid);
32 model = getModel<DomainModel>();
35 if ((model->running !=
nullptr) && model->running->getPid() == pid)
37 for (
auto i = queue->begin();
i != queue->end();
i++)
39 if ((*i)->getPid() == pid)
Mdp::statePosition_t getPosition() override
This class implements the ready queue and the wait queue. Those queues contain processes ready to run...
size_t getNumberOfPositions() override
returns the number of possible positions along that dimension
std::string getName() override
returns the name of that dimension