remove class Analysis, replacing it with datatype Operations
authorMalcolm.Wallace@cs.york.ac.uk
local dateWed, 16 Nov 2005 15:47:59
dateWed, 16 Nov 2005 15:47:59
hash20051116154759-6871e-e30f0c5f20f2c64aaf96e70e9353cb16a1465751
remove class Analysis, replacing it with datatype Operations

The class Analysis was too restrictive, defining only a single
graph-altering operation (and its reversion) per application.
Replace it with a datatype storing many possible graph operations.
These operations are added to a new title-bar menu.
5 file(s) changed:
Makefile +10 -10
src/Analysis.hs [removed]
src/Main.hs +10 -7
src/NetworkUI.hs +25 -16
src/Operations.hs [added]