Once project activities are defined and dependencies identified, project managers use diagramming methods to visualise the sequence and logic of tasks.
Two primary techniques are:
Both methods serve the same purpose: to map how activities connect and depend on each other, but they differ in how they represent activities and relationships.
These methods help to:
PDM represents activities as nodes (boxes) and dependencies as arrows connecting those nodes.
It is the most widely used method today and is the standard for modern project management software like Microsoft Project and Primavera.
Alternate Name: Activity-on-Node (AON)
[Design] → [Develop] → [Test] → [Deploy]
Each box represents an activity, and arrows show dependencies.
Development begins only after Design is complete, and so on.
ADM represents activities as arrows, while nodes (circles) represent start and finish events of those activities.
It is the original method used in the Critical Path Method (CPM) and PERT (Program Evaluation and Review Technique).
Alternate Name: Activity-on-Arrow (AOA)
(1) ---A---> (2) ---B---> (3) ---C---> (4)
| Feature | PDM (Activity-on-Node) | ADM (Activity-on-Arrow) |
|---|---|---|
| Representation | Activities as boxes/nodes | Activities as arrows |
| Relationships | FS, SS, FF, SF (4 types) | FS only |
| Use of Dummy Activities | Not required | Required for complex dependencies |
| Events (Start/Finish points) | Not explicitly shown | Clearly represented |
| Modern Software Support | Widely supported (MS Project, Primavera) | Rarely supported |
| Visual Clarity | Easier to read and modify | Can become complex |
| Flexibility | Highly flexible | Limited |
| Preferred Method Today | ✅ Yes | ❌ No (mostly historical) |
[Design] → [Develop] → [Test] → [Deploy]
(1) ---Design---> (2) ---Develop---> (3) ---Test---> (4) ---Deploy---> (5)
In short:
PDM is practical. ADM is classic. Both tell the same story — just in different languages.
Copyright © 2026 | WordPress Theme by MH Themes
Be the first to comment