Package uk.ac.qmul.eecs.ccmi.xmlparser
Provides the classes necessary to parse the xml file, the
CCmI Diagram Editor uses to persist diagrams.
See: Description
-
Interface Summary Interface Description DiagramUpdater This interface must be implemented by classes who implement a strategy for changing the diagram model.HierarchyItem Interface implemented by the classes of this package that are represent elements showed in the hierarchical view, when the user explores the diagram -
Class Summary Class Description Components Diagram Edge EdgeNode EdgeType Head LocalDiagramUpdater An implementation ofDiagramUpdater
that immediately execute the commands on the local instance ofDiagram
.Modifier Modifier.ModifierList Node NodeProperty NodePropertyType NodeType PropertyValue Prototypes
Package uk.ac.qmul.eecs.ccmi.xmlparser Description
Provides the classes necessary to parse the xml file, the
CCmI Diagram Editor 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
LocalDiagramUpdater
represent a part of the xml file.- See Also:
org.simpleframework