Activity cycle diagram: Difference between revisions
Appearance
Content deleted Content added
m Dating maintenance tags: {{Context}} |
|||
Line 1: | Line 1: | ||
{{Orphan|date=September 2012}} |
{{Orphan|date=September 2012}} |
||
{{context}} |
{{context|date=April 2019}} |
||
There are many known modeling [[paradigm]]s to describe the [[System dynamics|dynamics of system]] in [[Process-oriented programming|process-oriented]], [[Event-based programming|event-based]] and activity-based view points. Among those modeling paradigms, the activity-based modeling is a natural way to represent the activity paradigm of discrete event simulation and our knowledge about a system. In activity-based modeling,<ref>http://www.informs-sim.org/wsc97papers/1127.PDF</ref> the [[dynamics (mechanics)|dynamics]] of system is represented as an ACD ('''activity cycle diagram''') which is a network model of the [[logic]]al and temporal relationships among the activities. An ACD is easily implemented with the activity scanning method of [[simulation]] execution.<ref>http://www.thesimguy.com/articles/simModMeth.pdf</ref> |
There are many known modeling [[paradigm]]s to describe the [[System dynamics|dynamics of system]] in [[Process-oriented programming|process-oriented]], [[Event-based programming|event-based]] and activity-based view points. Among those modeling paradigms, the activity-based modeling is a natural way to represent the activity paradigm of discrete event simulation and our knowledge about a system. In activity-based modeling,<ref>http://www.informs-sim.org/wsc97papers/1127.PDF</ref> the [[dynamics (mechanics)|dynamics]] of system is represented as an ACD ('''activity cycle diagram''') which is a network model of the [[logic]]al and temporal relationships among the activities. An ACD is easily implemented with the activity scanning method of [[simulation]] execution.<ref>http://www.thesimguy.com/articles/simModMeth.pdf</ref> |
||
Revision as of 13:03, 3 April 2019
This article provides insufficient context for those unfamiliar with the subject.(April 2019) |
There are many known modeling paradigms to describe the dynamics of system in process-oriented, event-based and activity-based view points. Among those modeling paradigms, the activity-based modeling is a natural way to represent the activity paradigm of discrete event simulation and our knowledge about a system. In activity-based modeling,[1] the dynamics of system is represented as an ACD (activity cycle diagram) which is a network model of the logical and temporal relationships among the activities. An ACD is easily implemented with the activity scanning method of simulation execution.[2]
Developing the activity cycle diagram
The methodology for constructing an activity cycle diagram consists of the following five steps :
- Specify the model domain.
- List all entities and their key attributes
- For each entity define its individual closed cycle of activity - queue - activity
- Merge the individual activity cycles
- Verify the logic of the diagram and amend as necessary.
External links
- [1] INTRODUCTION TO DISCRETE EVENT SIMULATION
- [2] MODEL DEVELOPMENT LIFE CYCLE
- [3] ACTIVITY CYCLE DIAGRAMS
- [4] SIMULATION USING ARENA
- [5] ADVANCED SIMULATION USING ARENA
- [6] SIMULATION OUTPUT ANALYSIS