Behavioral Modeling
- •
def
- •
an analysis modeling approach that represents how the system behaves in response to external events or internal triggers
- •
- •
elements
- •
state diagrams (state machine diagrams) — shows system or object states and the transitions between them; captures the lifecycle of an object
- •
- •
- •
use
- •
developed during the elaboration task of Requirements Elicitation
- •
refined further during Component-Level Design
- •
- •