Place Names | Initial Markings |
---|---|
busy | |
failed | |
idle | |
Timed Activity: | arrival |
---|---|
Distribution Parameters | Ratealpha |
| |
| |
Timed Activity: | busy_fail |
---|---|
Distribution Parameters | Ratelambda_w |
| |
| |
Timed Activity: | completed |
---|---|
Distribution Parameters | Ratebeta |
| |
| |
Timed Activity: | idle_fail |
---|---|
Distribution Parameters | Ratelambda_i |
| |
| |
Input Gate: | I_arr |
---|---|
| idle->Mark() == 1 |
| idle->Mark() = 0; |
Input Gate: | I_busy_fail |
---|---|
| busy->Mark() == 1 |
| busy->Mark() = 0; |
Input Gate: | I_comp |
---|---|
| busy->Mark() == 1 |
| busy->Mark() = 0; |
Input Gate: | I_idle_fail |
---|---|
| idle->Mark() == 1 |
| idle->Mark() = 0; |
Output Gate: | O_arr |
---|---|
| busy->Mark() = 1; |
Output Gate: | O_busy_fail |
---|---|
| failed->Mark() = 1; |
Output Gate: | O_comp |
---|---|
| idle->Mark() = 1; |
Output Gate: | O_idle_fail |
---|---|
| failed->Mark() = 1; |
HTML generated by Möbius Documentor