Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Editing Decide Modules | ||||||||
Line: 17 to 17 | ||||||||
Arena evaluates a variable-based expression and routes to the True exit point if the expression is true or the False exit point otherwise. | ||||||||
Changed: | ||||||||
< < | Attribute | |||||||
> > | Attribute | |||||||
Arena evaluates an attribute-based expression and routes to the True exit point if the expression is true or the False exit point otherwise. | ||||||||
Changed: | ||||||||
< < | Consider the example of simulating queuing at a supermarket. If the entity attribute QueueNumber is equal to 2 then that entity will be routed to the True exit point which leads to processing at Counter 2. | |||||||
> > | Consider the example of simulating queuing at a supermarket. If the entity attribute QueueNumber is equal to 2 then that entity will be routed to the True exit point which leads to processing at Counter 2. ![]() | |||||||
Added: | ||||||||
> > | ![]() | |||||||
Entity TypeArena 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. | ||||||||
Line: 42 to 43 | ||||||||
-- MichaelOSullivan - 25 Aug 2009 | ||||||||
Deleted: | ||||||||
< < |
| |||||||
|