Methods - Models Flashcards
What diagram shows a Process perpective?
Diagram showing how a process works - an activity diagram.
What diagram shows a Data perspective?
Diagram showing the data - domain class diagram.
What diagram shows an Event perspective?
Diagram showing states/events - state machine diagram.
What is Activity Diagram?
Diagram showing processing logic. It can show triggers, events, actors, tasks, decisions and process flows. Mainly used for modelling business processes.
What is a Initial Node ?
Indicates where the flow starts.
What is a Final Node ?
Indicates where the flow ends.
What is a Action Node ?
Shows an action.
What is a Activity Node?
Calls an activity diagram corresponding to its name (a sub diagram).
What is a Activity Edge?
Points at where the activity can go.
What is a Decision Node?
Shows that there must be a decision or can be used to merge nodes.
What is a Condition?
A condition that must be true.
What are Partitions?
Also known as swimlanes they can respresent departments, locations, roles, or systems.
What is a Send Signal Node?
Singlas or messages sent to entities external to the activity.
What is a Receive Singla Node?
Signal capturing a triggered event outside the activity.
What is a Flow Final Node?
Terminates a flow but not the whole activity.