diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/uk/ac/qmul/eecs/ccmi/xmlparser/package-info.java	Thu Dec 13 20:00:21 2012 +0000
@@ -0,0 +1,18 @@
+
+
+/**
+ * 
+ * Provides the classes necessary to parse the xml file, the 
+ * <a href="http://ccmi.eecs.qmul.ac.uk" > CCmI Diagram Editor</a> uses to persist diagrams.
+ * 
+ * The diagram is parsed and rendered as a structure of classes using the simpleframewors library.   
+ * All the classes in this package, except {@code LocalDiagramUpdater} represent a part of the xml file.   
+ * 
+ * 
+ * @see org.simpleframework
+ * 
+ */
+
+
+
+package uk.ac.qmul.eecs.ccmi.xmlparser;
\ No newline at end of file