It feels like the following PDF better expresses what they're trying to accomplish. http://mgs.spatial-computing.org/PUBLICATIONS/lami-RR72--com... As far as I can tell, they're trying to model things like chemical reactions (and other stuff) where given a bunch of "stuff" in some solution it will combine with other "stuff" if it's in the same topological neighborhood (which I think is basically the idea that ALL of…
Figure 5 kinda reminds me of...Datalog? Where you have rules and a data set. Given the rules, you iteratively compute on the data set until there are no more rules that match the given data--the fixed point. Is that right?
It looks like they've got a pure functional thing going on.