Mercurial > hg > ccmiandroid
annotate src/uk/ac/qmul/eecs/ccmi/xmlparser/package-info.java @ 0:e0ee6ac3a45f
first import
author | Fiore Martin <fiore@eecs.qmul.ac.uk> |
---|---|
date | Thu, 13 Dec 2012 20:00:21 +0000 |
parents | |
children |
rev | line source |
---|---|
fiore@0 | 1 |
fiore@0 | 2 |
fiore@0 | 3 /** |
fiore@0 | 4 * |
fiore@0 | 5 * Provides the classes necessary to parse the xml file, the |
fiore@0 | 6 * <a href="http://ccmi.eecs.qmul.ac.uk" > CCmI Diagram Editor</a> uses to persist diagrams. |
fiore@0 | 7 * |
fiore@0 | 8 * The diagram is parsed and rendered as a structure of classes using the simpleframewors library. |
fiore@0 | 9 * All the classes in this package, except {@code LocalDiagramUpdater} represent a part of the xml file. |
fiore@0 | 10 * |
fiore@0 | 11 * |
fiore@0 | 12 * @see org.simpleframework |
fiore@0 | 13 * |
fiore@0 | 14 */ |
fiore@0 | 15 |
fiore@0 | 16 |
fiore@0 | 17 |
fiore@0 | 18 package uk.ac.qmul.eecs.ccmi.xmlparser; |