|
|
|||||||||||||||||||||
|
||||||||||||||||||||||
Design Notes [PENDING : Obsolete documentation] |
||||||||||||||||||||||
An easy to print version of this document is available. | ||||||||||||||||||||||
The formal notation used to denote relationship between classes and objects is UML. The design is described and documented with the well known Gang of Four's system of pattern. Despite the number of source dealing with coding standard our main guidelines are rather simples. Our naming conventions are also quite conventional. The system decomposition according to high level topics provides a good entry point to browse the specification. Scanning the API documentation generated by Javadoc is another way to get a better view of the design, since we provide cross references between both documents. |
||||||||||||||||||||||
Main Design Guidelines
Keeping in mind the goal of providing an extensible framework this explain why interfaces prevail in the Java API. Ideally the design should be completely captured in interfaces. In particular, the classes should collaborate through interfaces, not concrete classes. |
||||||||||||||||||||||
Naming Conventions
|
||||||||||||||||||||||
High Level Topics |
||||||||||||||||||||||
|
||||||||||||||||||||||
|
||||||||||||||||||||||
|
||||||||||||||||||||||
|