ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/tengDissertation/Appendix.tex
(Generate patch)

Comparing trunk/tengDissertation/Appendix.tex (file contents):
Revision 2692 by tim, Tue Apr 4 04:32:24 2006 UTC vs.
Revision 2693 by tim, Wed Apr 5 03:44:32 2006 UTC

# Line 48 | Line 48 | the modern scientific software applications, such as J
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
# Line 69 | Line 74 | that you are operating on.
74  
75   \subsection{\label{appendixSection:templateMethod}Template Method}
76  
72
77   \section{\label{appendixSection:analysisFramework}Analysis Framework}
78  
79   \section{\label{appendixSection:hierarchy}Hierarchy}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines