comparison 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
comparison
equal deleted inserted replaced
-1:000000000000 0:e0ee6ac3a45f
1
2
3 /**
4 *
5 * Provides the classes necessary to parse the xml file, the
6 * <a href="http://ccmi.eecs.qmul.ac.uk" > CCmI Diagram Editor</a> uses to persist diagrams.
7 *
8 * The diagram is parsed and rendered as a structure of classes using the simpleframewors library.
9 * All the classes in this package, except {@code LocalDiagramUpdater} represent a part of the xml file.
10 *
11 *
12 * @see org.simpleframework
13 *
14 */
15
16
17
18 package uk.ac.qmul.eecs.ccmi.xmlparser;