Mercurial > hg > ccmiandroid
view src/uk/ac/qmul/eecs/ccmi/xmlparser/package-info.java @ 1:66b3a838feca logging tip
Added logging of user interaction
author | Fiore Martin <fiore@eecs.qmul.ac.uk> |
---|---|
date | Tue, 12 Feb 2013 15:31:48 +0000 |
parents | e0ee6ac3a45f |
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;