I have built an alloy program to check some rules of a system. Now I want to check the rules in the real system. For this I have all the data from the real system. For example,
My alloy tool check the rules of finding the mutual friend between two user. I can do it by giving some simple rule in alloy. Now, I want to test it in a big dataset. Suppose, I have facebook friend dataset. Now, how can I give my facebook dataset to alloy for finding the mutual friend of the Facebook user using Alloy.
Will it be possible to write a wrapper of javascript/python/java to make a link between my alloy analyzer and json data?