I am doing a job shop scheduling resorting to anylogic. I have 20 jobs (agent with a database of the machine sequence for each job) and 5 machines (resources).
Now I want to use other DB table, the one with the processing times of each job in the machines of each job sequence. I want to order all queues in order to the shortest processing time. I created a new agent, 'processingTimes', using the new database table, and I am trying to associate the jobs id with the processingTimes ones so that the processing times are correctly associated.
I created this collection, inside my new agent, containing the processing times of each job.
Did this, trying to associate both agents id but I think it is not correct.
Any tips in what I am doing wrong?
New: