view 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 source


/**
 * 
 * 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;