What is an analysis pattern?

What is an analysis pattern?

- It is a software pattern which is not related to a language.

- It is related to a business domain like health care, telecom.

- The visiting activity of a patient in the health care domain would be subject to a number of patterns.

- It facilitates the analysis model into a design model.

- It suggests design patterns and reliable solutions for common problems.
Differences between analysis patterns and design patterns
Differences between analysis patterns and design patterns - Analysis pattern are targeted for domain architecture, where as design pattern are targeted for implementation...
What is Singleton pattern?
What is Singleton pattern? - Singleton pattern is one of the design patterns that is utilized for restricting instantiation of a class to one or few specific objects...
How do you write a Thread-Safe Singleton
How do you write a Thread-Safe Singleton? - The following are the steps to write a thread-safe singleton:...
Post your comment