Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Editing Decide Modules | ||||||||
Line: 6 to 6 | ||||||||
2-way by Chance | ||||||||
Changed: | ||||||||
< < | This type of decide module will route entities one of two ways according to a given percentage. The percentage is specifed by the user and relates to the proprotion of entities that are routed to the True exit point. | |||||||
> > | This type of Decide module will route entities one of two ways according to a given percentage. The percentage is specifed by the user and relates to the proprotion of entities that are routed to the True exit point. | |||||||
2-way by Condition | ||||||||
Changed: | ||||||||
< < | This type of decide module will route entities one of two ways depending on the condition. There are multiple types of conditions. | |||||||
> > | This type of Decide module will route entities one of two ways depending on the condition. There are multiple types of conditions. | |||||||
Variable | ||||||||
Line: 31 to 31 | ||||||||
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 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. | |||||||
> > | 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 defined as 'size 6 egg' then that entity will be routed to the True exit point which leads to the Collection of Size 6 Eggs while all other eggs are routed to the False exit point which leads to the Collection of Size 7 Eggs. | |||||||
| ||||||||
Line: 46 to 46 | ||||||||
| ||||||||
Changed: | ||||||||
< < | NB: TNOW is an inbulit Arena variable that determines the current time of the simulation while DayOfWeek(TNOW) is a user-defined variable that uses TNOW to determine the current day of the week in the simulation | |||||||
> > | NB : TNOW is an inbuilt Arena variable that determines the current time of the simulation while DayOfWeek(TNOW) is a user-defined variable that uses TNOW to determine the current day of the week in the simulation | |||||||
Changed: | ||||||||
< < | NB: In plain english the above expression says: If the current day of the week is less than 1 (which means it is a Sunday) or is greater than 7 (which means it is a Saturday) route to the True exit point. | |||||||
> > | NB: In plain english the above expression says: If the current day of the week is less than 1 (which means it is a Sunday) or is greater than 7 (which means it is a Saturday) route to the True exit point. | |||||||
N-way by Chance | ||||||||
Changed: | ||||||||
< < | This type of decide module is an extension of the 2-way by Chance decide module. This type of decide module will route entities any number of ways specified by the user and according to a given percentage. The percentage is specifed by the user and relates to the proprotion of entities that are routed to that particular exit point. | |||||||
> > | This type of Decide module is an extension of the 2-way by Chance Decide module. This type of Decide module will route entities any number of ways specified by the user and according to a given percentage. The percentage is specifed by the user and relates to the proprotion of entities that are routed to that particular exit point. | |||||||
N-way by Condition | ||||||||
Changed: | ||||||||
< < | This type of decide module is an extension of the 2-way by Condition decide module.This type of decide module will route entities any number of ways specified by the user and according to a given condition. There are multiple types of conditions (as discussed above) and these are specifed by the user. Any entities that do not meet specified conditions are routed to the false exit point. | |||||||
> > | This type of Decide module is an extension of the 2-way by Condition Decide module.This type of Decide module will route entities any number of ways specified by the user and according to a given condition. There are multiple types of conditions (as discussed above) and these are specifed by the user. Any entities that do not meet specified conditions are routed to the False exit point. | |||||||
-- MichaelOSullivan - 25 Aug 2009 |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Editing Decide Modules | ||||||||
Line: 55 to 55 | ||||||||
N-way by Condition | ||||||||
Changed: | ||||||||
< < | This type of decide module is an extension of the 2-way by Condition decide module.This type of decide module will route entities any number of ways specified by the user and according to a given condition. There are multiple types of conditions (as discussed above) and these are specifed by the user. | |||||||
> > | This type of decide module is an extension of the 2-way by Condition decide module.This type of decide module will route entities any number of ways specified by the user and according to a given condition. There are multiple types of conditions (as discussed above) and these are specifed by the user. Any entities that do not meet specified conditions are routed to the false exit point. | |||||||
-- MichaelOSullivan - 25 Aug 2009 |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Editing Decide Modules | ||||||||
Line: 51 to 51 | ||||||||
NB: In plain english the above expression says: If the current day of the week is less than 1 (which means it is a Sunday) or is greater than 7 (which means it is a Saturday) route to the True exit point.
N-way by Chance | ||||||||
Changed: | ||||||||
< < | Coming soon! | |||||||
> > | This type of decide module is an extension of the 2-way by Chance decide module. This type of decide module will route entities any number of ways specified by the user and according to a given percentage. The percentage is specifed by the user and relates to the proprotion of entities that are routed to that particular exit point. | |||||||
N-way by Condition | ||||||||
Changed: | ||||||||
< < | Coming soon! | |||||||
> > | This type of decide module is an extension of the 2-way by Condition decide module.This type of decide module will route entities any number of ways specified by the user and according to a given condition. There are multiple types of conditions (as discussed above) and these are specifed by the user. | |||||||
-- MichaelOSullivan - 25 Aug 2009 |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Editing Decide Modules | ||||||||
Line: 31 to 31 | ||||||||
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. | |||||||
|
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Editing Decide Modules | ||||||||
Line: 42 to 42 | ||||||||
Consider the example of simulating the operations within an egg sorting factory over several weeks. Employees are rostered to work Monday to Friday however employees do not work on the weekend. The simluation must determine that it is not the weekend in order to simluate employees arriving for work. If Sunday is Day 1, Monday Day 2, Wednesday Day 3....etc (up to Saturday Day 7) the following Decide module could be used to determine if the factory should open for business. | ||||||||
Changed: | ||||||||
< < | NB: TNOW is an inbulit Arena variable that determines the current time of the simulation | |||||||
> > | ||||||||
Changed: | ||||||||
< < | NB: DayOfWeek(TNOW) is a user-defined variable that uses TNOW to determine the current day of the week in the simulation | |||||||
> > | ||||||||
N-way by ChanceComing soon! | ||||||||
Line: 55 to 59 | ||||||||
-- MichaelOSullivan - 25 Aug 2009 | ||||||||
Deleted: | ||||||||
< < |
| |||||||
|
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Editing Decide Modules | ||||||||
Line: 40 to 40 | ||||||||
Arena evaluates the expression and routes to the True exit point if the expression is true or the False exit point otherwise. | ||||||||
Added: | ||||||||
> > | Consider the example of simulating the operations within an egg sorting factory over several weeks. Employees are rostered to work Monday to Friday however employees do not work on the weekend. The simluation must determine that it is not the weekend in order to simluate employees arriving for work. If Sunday is Day 1, Monday Day 2, Wednesday Day 3....etc (up to Saturday Day 7) the following Decide module could be used to determine if the factory should open for business. NB: TNOW is an inbulit Arena variable that determines the current time of the simulation NB: DayOfWeek(TNOW) is a user-defined variable that uses TNOW to determine the current day of the week in the simulation | |||||||
N-way by ChanceComing soon! | ||||||||
Line: 52 to 57 | ||||||||
| ||||||||
Added: | ||||||||
> > |
| |||||||
| ||||||||
Line: 62 to 73 | ||||||||
| ||||||||
Added: | ||||||||
> > |
|
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Editing Decide Modules | ||||||||
Line: 33 to 33 | ||||||||
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. | ||||||||
Added: | ||||||||
> > | ||||||||
Expression | ||||||||
Line: 48 to 50 | ||||||||
-- MichaelOSullivan - 25 Aug 2009 | ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
|
Line: 1 to 1 | |||||||||
---|---|---|---|---|---|---|---|---|---|
Editing Decide Modules | |||||||||
Line: 31 to 31 | |||||||||
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. 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 collection of size 6 eggs. | ||||||||
> > | 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. | ||||||||
Added: | |||||||||
> > | |||||||||
ExpressionArena evaluates the expression and routes to the True exit point if the expression is true or the False exit point otherwise. | |||||||||
Line: 47 to 48 | |||||||||
-- MichaelOSullivan - 25 Aug 2009 | |||||||||
Changed: | |||||||||
< < |
| ||||||||
> > |
| ||||||||
| |||||||||
Added: | |||||||||
> > |
|
Line: 1 to 1 | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Editing Decide Modules | |||||||||||||
Line: 47 to 47 | |||||||||||||
-- MichaelOSullivan - 25 Aug 2009 | |||||||||||||
Deleted: | |||||||||||||
< < |
| ||||||||||||
| |||||||||||||
Added: | |||||||||||||
> > |
|
Line: 1 to 1 | |||||||||
---|---|---|---|---|---|---|---|---|---|
Editing Decide Modules | |||||||||
Line: 31 to 31 | |||||||||
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. | |||||||||
Added: | |||||||||
> > | Consider the example of simluation an egg sorting factory. 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 collection of size 6 eggs. | ||||||||
ExpressionArena evaluates the expression and routes to the True exit point if the expression is true or the False exit point otherwise. | |||||||||
Line: 45 to 47 | |||||||||
-- MichaelOSullivan - 25 Aug 2009 | |||||||||
Added: | |||||||||
> > |
| ||||||||
| |||||||||
Added: | |||||||||
> > |
|
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Editing Decide Modules | ||||||||
Line: 24 to 24 | ||||||||
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 Type | ||||||||
Line: 43 to 45 | ||||||||
-- MichaelOSullivan - 25 Aug 2009 | ||||||||
Deleted: | ||||||||
< < |
| |||||||
|
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Editing Decide Modules | ||||||||
Line: 22 to 22 | ||||||||
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. | |||||||
![]() Entity Type | ||||||||
Line: 43 to 43 | ||||||||
-- MichaelOSullivan - 25 Aug 2009 | ||||||||
Added: | ||||||||
> > |
| |||||||
| ||||||||
Added: | ||||||||
> > |
|
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: | ||||||||
< < |
| |||||||
|
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Editing Decide Modules | ||||||||
Line: 14 to 14 | ||||||||
Variable | ||||||||
Changed: | ||||||||
< < | Coming soon! | |||||||
> > | 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 | |||||||
Changed: | ||||||||
< < | Coming soon! | |||||||
> > | Arena evaluates an attribute-based expression and routes to the True exit point if the expression is true or the False exit point otherwise. 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. | |||||||
Entity Type | ||||||||
Changed: | ||||||||
< < | Coming soon! | |||||||
> > | 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. | |||||||
Expression | ||||||||
Line: 37 to 41 | ||||||||
Coming soon! -- MichaelOSullivan - 25 Aug 2009 \ No newline at end of file | ||||||||
Added: | ||||||||
> > |
|
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Editing Decide Modules | ||||||||
Line: 6 to 6 | ||||||||
2-way by Chance | ||||||||
Changed: | ||||||||
< < | Coming soon! | |||||||
> > | This type of decide module will route entities one of two ways according to a given percentage. The percentage is specifed by the user and relates to the proprotion of entities that are routed to the True exit point. | |||||||
2-way by Condition |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Editing Decide Modules | ||||||||
Line: 10 to 10 | ||||||||
2-way by Condition | ||||||||
Changed: | ||||||||
< < | This type of decide module wil route entities one of two ways depending on the condition. There are multiple types of conditions. | |||||||
> > | This type of decide module will route entities one of two ways depending on the condition. There are multiple types of conditions. | |||||||
Variable |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Added: | ||||||||
> > |
Editing Decide ModulesDecide modules can be added to the flowchart view via dragging and dropping (see Editing Create Modules for a demonstration) and edited by double clicking on the module. There are 4 types of Decide modules.2-way by ChanceComing soon!2-way by ConditionThis type of decide module wil route entities one of two ways depending on the condition. There are multiple types of conditions.VariableComing soon!AttributeComing soon!Entity TypeComing soon!ExpressionArena evaluates the expression and routes to the True exit point if the expression is true or the False exit point otherwise.N-way by ChanceComing soon!N-way by ConditionComing soon! -- MichaelOSullivan - 25 Aug 2009 |