Tagged Questions

5
votes
1answer
312 views

Is it possible to embed Cockburn style textual UML Use Case content in the code base to improve code readability?

experimenting with Cockburn use cases in code I was writing some complicated UI code. I decided to employ Cockburn use cases with fish,kite,and sea levels (discussed by Martin Fowler in his book …
0
votes
3answers
306 views

What’s is the difference between include and extend in use case diagram?

What's is the difference between include and extend in a use case diagram?
0
votes
3answers
105 views

Use Cases With ‘Time’ As An Actor

What are the best practices for using use cases to model system behavior that is executed periodically based on a schedule (rather than executed as a direct result of an explicit user interaction)? …