问题
I'm developing a simple simulation model. However I'm facing some problem. Below is the example of my model;
example model image
Description; Fairy Bakery have a regular order of 30 Cake A and 20 Cake B daily. Each type of cake have their own specific time in making. You may refer database table below of the each process and respective process time.
database table image
Meanwhile, below is how I define each column type.
define column type image
My question is, using single agent;
1) Is it possible to define the arrival (number of order) of which cake at "Source"?
2) How to make sure at the delay (process) identify which Cake type and which process time to use?
Sorry for the long question, Thanks in advance!
来源:https://stackoverflow.com/questions/57722620/how-to-create-an-agent-with-multiple-attributes-and-characteristic