Home
Flashcards
Preview
C++ Final Analysis Workflow and Activity Diagrams
Home
Get App
Take Quiz
Create
What do activity diagrams allow modeling for?
collection of transitions
transitions between those activities
What is an action state?
represents actions
should be a verb and a noun
Swim lanes
used to partition activity diagrams
forks and joins
when modeling concurrent flows, you can split these using a fork and put them back together using a join
subactivity states
used to model complex business processes as a workflow
transitions
When state finishes it’s work, transition out of this state into the next one
Analysis Model
Captures the big picture
tells a story about the desired system
Artifacts
analysis classes
use case realizations
6 Analysis modeling rules of thumb
50 to 100 analysis classes
only include classes that model the vocabulary of the problem domain
do no make implementation decisions
focus on classes and associations
use inheritance
keep it simple!
What are the 3 perspectives when creating and refining system analysis/design diagrams
conceptual
specification
implementation
conceptual
a diagram that represents the concepts in the domain under study
specification
diagrams that focus on the interfaces of the software not the implementation
implementation
diagrams with classes that are going to be implemented as diagrammed
Author
djon
ID
187790
Card Set
C++ Final Analysis Workflow and Activity Diagrams
Description
C++ UML and UP
Updated
12/7/2012, 6:23:28 PM
Show Answers
Home
Flashcards
Preview