How to Create an Agent with Multiple Attributes and Characteristic?

↘锁芯ラ 提交于 2019-12-11 16:22:27

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!