Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ronokdev/afbc44b76b2f839c19823663ecfff42b to your computer and use it in GitHub Desktop.
Save ronokdev/afbc44b76b2f839c19823663ecfff42b to your computer and use it in GitHub Desktop.
ACTIVITY GRAPH Diagram | OBJECT ORIENTED ANALYSIS AND DESIGN
:: An activity is a non-atomic task ( task is an non-atomic Activity and used when the work in progress can be broken down to a finer level of detail) or procedure decomposable into actions.
:: An action is a task or procedure that cannot be broken into parts.
:: When to Use Activity Diagram
→ When making a dynamic model of any process.
→ Design processes (what designers do)
→ Designed processes (what designers create)
→ During analysis
→ During resolution (decision)
@ronokdev
Copy link
Author

OBJECT NODES

1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment