Package se.liu.ida.critiquer.gui.graph

Graph representation classes.

See:
          Description

Interface Summary
GraphRenderingListener Used to notify the view that the graph component has been re-rendered.
 

Class Summary
AbstractActivityPort  
ActivityEditor  
ActivityFigNode Visual representation of an activity in the graph view
ActivityNode  
ChildPort  
InheritanceEdge  
InheritanceFigEdge This class is here just so we can recognize inheritance edges cleanly, without relying on the owner objects of figs in the graph
NextPort  
OrderingEdge  
OrderingFigEdge This class is here just so we can recognize ordering edges cleanly, without relying on the owner objects of figs in the graph
ParentPort  
PreviousPort  
 

Package se.liu.ida.critiquer.gui.graph Description

Graph representation classes. TODO: Implement proper model listening mechanisms for these graph view classes, so that changes to activities that are intiated from other places are properly propagated to this representation.