Package org.eclipse.gmt.umlx.editor.facets

Interface Summary
IFacet<M> Each derived IFacet singleton defines the way in which a facet such as name, position, links of a model state are updated during a create/delete/reconnect command and subsequent undo and redoes.
IModelState  
 

Class Summary
AbstractFacet<M>  
BendpointsFacet  
CoModelFacet<M>  
DiagramNameFacet  
FacetIterator<M> A FacetIterator normalises the old/new facets into from/to facets so that the update is from from to to for both redo and undo.
LinksFacet<LM>  
LocationFacet  
ModelState<M>  
NameFacet  
ParentFacet<M>  
SheetFacet<M extends GSheet>  
TextFacet  
VarNameFacet