annotate 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
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;