I am trying to do a large scale supply chain of agricultural products. The products have to go through five processes and then be delivered to the demand locations. So I have a list with inventory locations each with different capacities, processing time, and cost. I also have the demand locations that we need to fulfill. I have managed to plot all the locations on the GIS map (inventory and demand), and to connect all points with one another (because we can send a product to go through process 2 in facility y if their current facility is at capacity and its cost efficient), and to the demand locations, but i am stuck in how to make the points factories to create the five processes within each point and attribute their capacities and processing time for the simulation. How can I do this using flexscript? or FlexSim in general?