Operations on Document and Rules for full IN system
authorMiguel Vilaca <jmvilaca@di.uminho.pt>
local dateFri, 17 Feb 2006 14:44:40
dateFri, 17 Feb 2006 14:44:40
hash20060217144440-970b1-a1bdc1b2fd236e21a24e1efb9e191e26b761c31e
Operations on Document and Rules for full IN system

Operations were performed in a Network and now are performed in the Document.
Since the document contains several networks, the operation can change just one network or many at the same time.
The automatic generation of Interaction Nets textual description now covers the all system, this means that automatic generation of textual description for rules had been added.
It also fixes display of edge names.
9 file(s) changed:
src/AuxNet.hs [removed]
src/Common.hs +10 -0
src/INRule.hs +3 -0
src/INRules.hs +4 -0
src/INTextual.hs [added]
src/Main.hs +2 -10
src/Network.hs +23 -4
src/NetworkView.hs +1 -1
src/Operations.hs +34 -27