AnyLogic is well suited for modeling networks and is successfully used by our
customers for this purpose. Among others features AnyLogic allows you to
create and destroy objects and connections between objects dynamically.
You are to add your sources to the model and set replications to "0". Then add
a number of sources with "add_source()" function. Please refer to the help
chapter named "Dynamic Adding/Removing Objects to/from a Replicated Object"
for more information.
The last thing you should do is to connect dynamically created objects with
rest part of the model. Please find the information about this in
correspondent Help Chapter: "Enterprise Library ports and connections".

