| 48 |
|
As one of the latest advanced techniques emerged from |
| 49 |
|
object-oriented community, design patterns were applied in some of |
| 50 |
|
the modern scientific software applications, such as JMol, OOPSE |
| 51 |
< |
\cite{Meineke05} and PROTOMOL \cite{} \textit{etc}. |
| 51 |
> |
\cite{Meineke05} and PROTOMOL \cite{Matthey05} \textit{etc}. |
| 52 |
|
|
| 53 |
+ |
\subsection{\label{appendixSection:singleton}Singleton} |
| 54 |
+ |
The Singleton pattern ensures that only one instance of a class is |
| 55 |
+ |
created. All objects that use an instance of that class use the same |
| 56 |
+ |
instance. |
| 57 |
+ |
|
| 58 |
|
\subsection{\label{appendixSection:factoryMethod}Factory Method} |
| 59 |
|
The Factory Method pattern is a creational pattern which deals with |
| 60 |
|
the problem of creating objects without specifying the exact class |
| 74 |
|
|
| 75 |
|
\subsection{\label{appendixSection:templateMethod}Template Method} |
| 76 |
|
|
| 72 |
– |
|
| 77 |
|
\section{\label{appendixSection:analysisFramework}Analysis Framework} |
| 78 |
|
|
| 79 |
|
\section{\label{appendixSection:hierarchy}Hierarchy} |