Arena will route all of entites of the specifed entity type to the True exit point and all other entity types to the False exit point.
Changed:
< <
Consider the example of simluation an egg sorting factory. Suppose an egg can be a size 6 egg or a size 7 egg depending on its weight. If an egg has the Entity Type 'size 6 egg' then that entity will be routed to the True exit point which leads to the C ollection of Size 6 Eggs while all other eggs are routed to the False exit point which leads to the Collection of Size 7 Eggs.
> >
Consider the example of simluating an egg sorting factory. Suppose an egg can be a size 6 egg or a size 7 egg depending on its weight. If an egg has the Entity Type 'size 6 egg' then that entity will be routed to the True exit point which leads to the C ollection of Size 6 Eggs while all other eggs are routed to the False exit point which leads to the Collection of Size 7 Eggs.