What are the differences between analysis patterns and design patterns?
Created May 4, 2012
Stephane Boisson Analysis pattern are for domain architecture, and design pattern are for implementation mechanism for some aspect of the domain architecture.
In brief, analysis pattern are more high level and more (end-user) functional oriented.